Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r-package

Ignore a dependency during R CMD check

r github-actions r-package

How to organize Rmarkdown files (with Shiny runtime) inside a package

Appveyor problem - R package stringi can't be installed

r r-package appveyor stringi

data.table := not working in a package function

r data.table r-package

Rmarkdown theme not applied in vignette using R CMD build

LaTeX Error: Option clash for package xcolor on CRAN Debian builds

r debian r-package cran

R CMD check - package can be installed but not loaded

r devtools roxygen2 r-package

How can I minimize the size of the installation of a R package

r r-package

How long should I keep a deprecated function?

r deprecated r-package

Why does the @family tag add dots between words in roxygen2?

r roxygen2 r-package

"Function" is not an exported object from "Package"

r r-package roxygen2

create Rmd template that auto generates the date just like default Rmd template

r knitr r-package

how do I use @importFrom so that it applies to a whole R package?

r r-package roxygen2

R deepnet package: how to add more hidden layers to my neural network?

How to use internal functions of a given package in my own functions

r namespaces r-package