Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to make roxytest work. #23

Open
shahronak47 opened this issue Dec 18, 2021 · 0 comments
Open

Unable to make roxytest work. #23

shahronak47 opened this issue Dec 18, 2021 · 0 comments

Comments

@shahronak47
Copy link

shahronak47 commented Dec 18, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant