-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Description
Steps to reproduce
- Create a golem
- Add an
@importFrom golem totoin a function - Run
run_dev.R
The error is normal because I failed in the importFrom
- Then remove the fake function
- Run
run_dev.R
This still fails.
Using roxygen2::roxygenise() should work. It work if you do it directly in the console.
Maybe here:
Line 42 in 99c698d
| roxygenise(package.dir = pkg) |
use:
roxygenise(package.dir = pkg, roclets = NULL)I do not remember why I had to put this option in {attachment}, but this works now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
