-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
remotes::install_github("mikldk/roxytest")
In the DESCRIPTION file included
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "roxytest::testthat_roclet",
"roxytest::tinytest_roclet", "roxytest::param_roclet", "roxytest::return_roclet",
"roxytest::examples_roclet"))
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels