For questions relating to the Comprehensive R Archive Network (CRAN), which serves as a central repository for R distributions and contributed packages.
I'm trying to install a package through the R prompt by doing the following: install.packages('RMySQL') But the output …
r package installation cranI develop a package in R and when I check and build it in my local computer it works properly. …
r cran r-forgeFor some reason I am suddenly not able to install packages in R (I have subsequently updated to the latest …
r installation package cranHow can I set a specific CRAN mirror permanently in R? I want to set it permanently in my laptop …
r cran r-faqI am having difficulty installing an unzipped package on a Windows 7 computer without administrative privileges and no internet access. I …
r packages devtools cran install.packagesThe following R commands will install all CRAN packages: availablePackages <- available.packages()[,1] install.packages(availablePackages) And the following …
r cranSuppose I need to install a number of packages on a (Linux) machine that does not have an internet connection. …
r cranI want to use the skewness() and kurtosis() functions from the e1071 package. I have tried downloading the e1071 package …
r cranI have around 4000 R packages installed in my system (a server) and most of them are outdated because they were …
r cranI have built an R package, i.e. I have the mypackage.tar.gz file. This package depends on several …
r dependencies repository packages cran