Now what I expected to happen was in the roxygen skeleton of my function when I type @ it should auto-suggest me "tests" and other custom tags that we have defined along with the default ones but it does not. It only shows the default tags that (like @title, @author). Have I misunderstood what the package does and there is no feature of auto-suggest? What should I do to make it work?
Hello, I am trying to include this package in my package but facing some difficulties.
Let me share what I have done.
Installed the package with
In the DESCRIPTION file included
Now what I expected to happen was in the roxygen skeleton of my function when I type
@
it should auto-suggest me "tests" and other custom tags that we have defined along with the default ones but it does not. It only shows the default tags that (like@title
,@author
). Have I misunderstood what the package does and there is no feature of auto-suggest? What should I do to make it work?