0
votes

I'm working on a package (this one) and trying to generate documentation (.Rd files) for the functions. For some reason one file in the R folder is completely ignored by roxygen2 and I cannot figure out why...The file in question is utils_shiny.R. There is a very similar file, utils.R, for which the .Rd files are generated as expected. Both files contain unexported functions and have the same/similar set of roxygen tags. If I put all the functions from utils_shiny into utils then the .Rd files are generated...

I tried erasing all .Rd files as suggestest by 4, delete the NAMESPACE, rename utils_shiny.R but it doesn't make a difference.

I'm using roxygen 6.0.1, devtools 1.13.3

1

1 Answers

0
votes

It turns out that I forgot about some entries in .Rbuildignore that were causing the build to ignore more files that were originally intended, among others the mentioned file (utils_shiny.R).