Replies: 1 comment
|
mystery solved! Thank you Bia and Kerim! I had to close my session then recompile due to temp files indicating the package was in use. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm getting a late start on documentation and I've run into a problem. To start, I made a small modification to the function's (rsim.sense.R) Description following the workflow (https://r-pkgs.org/man.html) and somehow managed to make all the documentation disappear. For example:
library('Rpath')
If I open a new session, load the Rpath library and run ?rsim.sense without running devtools::load_all() or devtools::document() it will give me the old function documentation without the changes I made. If I navigate to the .Rd file (Rpath/man/rsim.sense.Rd) I can see that I did in fact modify it today but somehow that is not what is returned.
Any tips? Maybe I'm doing something out of order in the workflow, or maybe missed a step entirely?
All reactions