Top "Cran" questions

For questions relating to the Comprehensive R Archive Network (CRAN), which serves as a central repository for R distributions and contributed packages.

Error ".onLoad failed in loadNamespace() for 'tcltk'"

I have a general question about how to effectively load any kind of external package into R. I have found …

r tk cran
R: "make" not found when installing a R-package from local tar.gz

The R Package ConvCalendar is not on Cran repository anymore (see here). However, because I have intensively used this package …

r installation package cran
closing unused RODBC handle

I have been receiving a Warning Message: `historicalHourly <- importHistoricalHourly(startDatePast,endDatePast,Markets,location) [1] "Importing Hourly Data" [1] "Flag - …

r odbc warnings cran rodbc
R `parallel` package does not exist on CRAN?

I tried to google "r package parallel" but I have not found it on CRAN. I also tried the following …

r cran rparallel
Plotting neural network model from nnet package R cran

Is there any package or other software to plot neural network models from the nnet package cran. I trained a …

r plot neural-network cran
R CRAN, install library Rcpp fails after R3.2 upgrade

I upgraded from R-3.1 to R-3.2. OK ( Standard upgrade) But this upgrade seems to have lost all the installed packages ( …

r rcpp cran
Why was package 'epicalc' removed from CRAN?

Go to the link: https://cran.r-project.org/web/packages/epicalc/index.html You will obtain the message: Package ‘epicalc’ …

r cran
R keeps asking about "installing from sources that need compilation"

I am trying to install packages (devtools, plyr and several others) and keep getting stuck with the same problem, which …

r repository cran install.packages
Names of R's available packages

I'm eager to know, how many package names on CRAN have two, three, N characters? which combinations have not yet …

r cran
R: apt-get install r-cran-foo vs. install.packages("foo")

When installing R packages (say mcmcpack in this example) under Ubuntu I have the choice between the following two methods …

r ubuntu debian cran