I am trying to create an R package by using "Rstudio" for the first time ^_*. Actually, I wrote all the functions in several "R scripts" and the documentation by using roxygen2.
I loaded and built (Ctrl+Shift+B) and it works "DONE(packageName)", I used roxgen2::roxgenise() for documentation and all ".Rd files" have been created in "man" folder. Also, I checked the package (Ctrl+Shift+E) and I got "status: OK" and "R CMD check succeeded".
I mean everything is working well. My questions are - there is a folder "packageName.Rcheck" has been created, what is this folder? And is it important for creating the ".tar.gz" file?
Appreciate your help, thanks
I loaded and built (Ctrl+Shift+B) and it works "DONE(packageName)", I used roxgen2::roxgenise() for documentation and all ".Rd files" have been created in "man" folder. Also, I checked the package (Ctrl+Shift+E) and I got "status: OK" and "R CMD check succeeded".
I mean everything is working well. My questions are - there is a folder "packageName.Rcheck" has been created, what is this folder? And is it important for creating the ".tar.gz" file?
Appreciate your help, thanks