Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r-package

Compiling C++ in Rcpp with external C library

c++ r rcpp r-package sundials

Indicate that R package is proprietary

r r-package

Issues compiling Rpackage: error in asNamespace(ns) using Rcpp

r rcpp r-package

R package build failing on Unix machines due to missing GSL - GNU Scientific Library

r travis-ci gsl r-package

Best practices to alert users of package vignettes when `library(packagename)` is loaded? [closed]

r r-package vignette

defining custom dplyr methods in R package

r dplyr r-package tidyverse r-s3

Renaming and Hiding an Exported Rcpp function in an R Package

r rcpp r-package roxygen2

import all the functions of a package except one when building a package

Build an R package tarball without divulging your user name in the tarball

r r-package

R code in package vignette cannot run on CRAN for security reasons. How to manage such vignette?

r cran vignette r-package

Installing package fails when building vignettes ((..)/doc/index.html is missing)

r r-package vignette

Finding objects from other packages' namespaces in package code

Package build ignores Makevars flags

c++ r r-package

Writing `configure` file for an r package

autoconf r-package sbml

NAMESPACE option created by RcppArmadillo.package.skeleton causes error

Data Deprecation in R-package

r deprecated r-package

What is causing "Must request at least one colour from a hue palette" error in my R package only on linux-based builds?

Where to create package environment variables?