This tag should be used for questions regarding the development of R packages.
I would like to create a local R package repository such that users in my company can install packages from …
r r-packageI'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-packageIs it possible to include .R files in the data directory of my package in the roxygen process? I have …
r documentation-generation r-package roxygenI'd like to push a function inside a package namespace so it can access internal objects of that package (let's …
r r-packageBased on the answer to this question: Elegant way to check for missing packages and install them? I'm using the …
r r-packageI'm a Windows user. A few weeks ago I installed R and Rstudio along with many packages. Today there was …
r rstudio r-packageI am trying to install package , circular, I get the below error during the installation. I tried a few option …
r ubuntu-16.04 r-packageI am learning to build a package for R. Now to set it up I need to run some code …
r r-packageI was using the MCA() function from FactoMineR package in R to do the multiple correspondence analysis on a set …
r r-package