Documentation of R source code for package developers
[This article was first published on Rexamine » Blog/R-bloggers, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
R
package developers who use the native API written in C
will surely be interested in the Roxygen-generated Documentation of R
source code. The documentation is based on the SVN R
-devel branch and will be updated on a monthly basis by the Rexamine team. We have included whole, browsable C
code (which is of course licensed under the GNU GPL v2). This is the image of all source files (*.c
, *.h
) from the R-devel/src/
dir. Enjoy!
Please note that some of the functions available in R
have the do_
prefix in C
. For example, the internal paste()
is implemented as do_paste()
.
To leave a comment for the author, please follow the link and comment on their blog: Rexamine » Blog/R-bloggers.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.