Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r-package

How to edit NAMESPACE with roxygen2 when creating R packages?

r r-package

Add dependencies for my Rcpp package

r rcpp r-package

What is the '@export' R docstring

r r-package

Can you share examples between functions with rOxygen2?

r r-package roxygen2

Is it possible to get the original symbol name from an internally-called function?

Adding dependencies properly to an r package, so that they install automatically

r r-package roxygen2

How to write an R example in Latex file

r latex r-package

Update existing package on CRAN

r r-package cran

Error while installing package kableExtra in R

r r-package kableextra

R package documentation: "Found the following apparent S3 methods exported but not registered"

r r-package roxygen2

How to use files in inst/extdata? R Package check prevent to use system.file() in R 3.6

r filepath r-package

Self-written R package does not find its own function

r r-package

Problem installing factoextra package in R

r r-package

List the dependencies of a package regardless of how it is loaded or installed

r r-package

Dropping empty section \value R package check note

r r-package

Is there a way to automatically generate `Imports` section in the DESCRIPTION file?

r r-package

R: checking DESCRIPTION meta-information ERROR

r cran r-package

R package with both .c and .cpp files with Rcpp

c rcpp r-package

how to attach a package including the non-exported functions?

r debugging import r-package