I\'ve been poking through a bunch of different packages and I\'m noticing that there really isn\'t a clear and concise method for function storage. Some package authors pack all of them in one file wh
This question already has answers here: Is there any standard logging package for R? [closed] 开发者_运维知识库(7 answers)
I\'d like to push a function inside a package namespace so it can access internal objects of that package (let\'s use stats package as an example). I\'ve tried using
Is it possible to include .R files in the data directory of my package in the roxygen process? I have put several .R files in the data directory. When they are sourced with data(), they read in raw d
For a package containing multiple R Markdown templates, is it possible to include the rendered versions of these templates (skeleton.Rmd) as vignettes / articles in the package documentation website (