GeistHaus
log in · sign up

Writing R Extensions ¶

cran.r-project.org

Writing R Extensions

9 pages link to this URL
9 DESCRIPTION

Learn how to create a package, the fundamental unit of shareable, reusable, and reproducible R code.

Non-standard files/directories, Rbuildignore and inst - R-hub blog

Paragraphasing Writing R Extensions, an R package is “directory of files which extend R”. These files have to follow a standard structure: you can’t store everything that suits your fancy in a tarball you submit to CRAN. In this post we shall go through what directories and files can go on CRAN and how to navigate this while shipping everything you want to CRAN and keeping some things in the package source only.

1 inbound link en package developmentstandards CC BY 4.0
2 Names and values | Advanced R

2.1 Introduction In R, it is important to understand the distinction between an object and its name. Doing so will help you: More accurately predict the performance and memory usage of your code....

2 inbound links book en