Top "R-package" questions

This tag should be used for questions regarding the development of R packages.

How to load packages in R automatically?

Could you suggest me a way for loading packages in R automatically? I mean, I want to start a session …

r loading r-package r-faq defaults
Creating a local R package repository

I would like to create a local R package repository such that users in my company can install packages from …

r r-package
Can't download data from Yahoo Finance using Quantmod in R

I'm trying to download data from Yahoo using this code: library(quantmod) getSymbols("WOW", auto.assign=F) This has worked …

r yahoo quantmod yahoo-finance r-package
How can I document data sets with roxygen?

Is it possible to include .R files in the data directory of my package in the roxygen process? I have …

r documentation-generation r-package roxygen
Add objects to package namespace

I'd like to push a function inside a package namespace so it can access internal objects of that package (let's …

r r-package
Check for installed packages in R

Based on the answer to this question: Elegant way to check for missing packages and install them? I'm using the …

r r-package
Problems with installation R packages

I'm a Windows user. A few weeks ago I installed R and Rstudio along with many packages. Today there was …

r rstudio r-package
Error : "sh: gfortran: command not found" | Ubuntu 16.04

I am trying to install package , circular, I get the below error during the installation. I tried a few option …

r ubuntu-16.04 r-package
R: How to run some code on load of package?

I am learning to build a package for R. Now to set it up I need to run some code …

r r-package
R programming MCA() in FactoMineR error message

I was using the MCA() function from FactoMineR package in R to do the multiple correspondence analysis on a set …

r r-package