Questions tagged [cran]

For questions relating to the Comprehensive R Archive Network (CRAN), which serves as a central repository for R distributions and contributed packages. This tag is not for general R questions; use the [r] tag instead.

The Comprehensive R Archive Network (CRAN) is a collection of sites that host distributions, binaries, packages and documentation. There are many CRAN mirrors around the world.

Downloading R

For Linux installation, use your package manager. Instructions for Debian, Redhat, Suse, Ubuntu.

Downloading packages

Documentation

Submitting packages

Bug tracker

R Packages for managing other packages

Related tags

852 questions
0
votes
0 answers

unable to find r-package - BayNErd

According to this article, BayNeRD should have been implemented in R already. However I cannot find it at the list of available CRAN packages, neither anywhere on the internet. Where can i find this package?
user1607
  • 531
  • 7
  • 28
0
votes
1 answer

Install pool Package

Trying to install the Pool package with th following command sudo su - -c "R -e \"devtools::install_github("rstudio/pool")\"" But I get the following error message: > devtools::install_github(rstudio/pool) Error in lapply(repo, github_remote,…
Ivimma
  • 31
  • 4
0
votes
0 answers

Unwrap examples in Rd files

I've recently submitted a package to CRAN, and one of their comments was "Please unwrap all examples in your Rd-files that can be executed in less than 5 sec per Rd-files". I generate those rd files with roxygen2, so I'm not really sure what do they…
FilipeTeixeira
  • 1,100
  • 2
  • 9
  • 29
0
votes
0 answers

rhandsontable package no output displayed

I have used a couple of standard examples quoted for the rhandsontable package and I get no output at all. The code runs, but no output appears. Funny, the shiny controls before and after the rhandsontable widgets do appear but no output from…
knban1
  • 31
  • 2
0
votes
0 answers

How to deal with R packages from CRAN which are more recently built than Anaconda's Jupyter library?

There are answered questions for how to install R packages which do not come in the r-essentials build for Jupyter. But the R version which comes with Anaconda Jupyter is sometimes back a level from the most recent at CRAN. The trouble is that when…
user1544219
0
votes
0 answers

Not able to download packages from CRAN mirror

Not able to download packages on rstudio the below code returned the following response > options(download.file.method="libcurl") WARNING: You are configured to use the CRAN mirror at https://cran.rstudio.com/. This mirror supports secure (HTTPS)…
Aman Mehta
  • 1
  • 1
  • 2
0
votes
1 answer

Why do different operating systems install packages from CRAN differently?

When I install.package() in R on a Windows machine, the package downloads from CRAN and installs. When I do the same on a Linux box, the package usually has to compile (at least, I assume that's what going with all those g++ lines that scroll…
crazybilly
  • 2,992
  • 1
  • 16
  • 42
0
votes
0 answers

Can't install RTools

When I try to install RTools an error comes up. I can ignore the error and move forward but when I do this, I can't open it in R. Here is what I did: I downloaded the latest version of Rtools from here:…
nak5120
  • 4,089
  • 4
  • 35
  • 94
0
votes
1 answer

Not able to get 'memisc' through eeptools in R Studio. No package called memisc while loading eeptools

I initially figured memisc comes in eeptools package. So I installed eeptools package. install.packages('eeptools') Then on trying to use memisc library(memisc) I get an error Error in library(memisc) : there is no package called ‘memisc’ So…
Flyn Sequeira
  • 718
  • 2
  • 9
  • 25
0
votes
0 answers

Unable to install R package BMR in Ubuntu, Fedora and Windows 7 properly

While installing BMR (Bayesian Macroeconometrics in R) package in any of the above-mentioned Operating systems I am getting the following Warning/Error message: Warning: S3 methods ‘modecheck.Rcpp_dsge_gensys’, ‘modecheck.Rcpp_dsgevar_gensys’ were…
0
votes
1 answer

R, AWS Windows, CRAN packages installation

I have an AWS (Amazon Web Services) virtual machine, and it is a Windows machine. I downloaded R and installed (R-2.7.2-win32). When I tried to install a CRAN package, install.packages("rcdk") I always got massage like: “Warning: unable to…
Duan Liu
  • 57
  • 1
  • 7
0
votes
1 answer

How do I fix errors from R CMD check --as-cran to get my R package accepted on CRAN?

Executive Summary I need assistance to fix the errors as I attempt to create a manual for a new R package. I have created an R package on my computer that I would like to distribute. At the moment, the package is available as a repository on…
J. Doe
  • 21
  • 3
0
votes
1 answer

Rstudio not connecting to CRAN

I get this error Installing package into ‘C:/Users/XXXXX/Downloads/RPackages’ (as ‘lib’ is unspecified) Warning in install.packages : InternetOpenUrl failed: 'A connection with the server could not be established' Warning in install.packages : …
stochastiq
  • 269
  • 3
  • 17
0
votes
2 answers

Create NEWS.md from github commits with RStudio

is there a proper way to create NOT by hand a NEWS file for a package in R/RStudio? Is it ok if i find a way to use the description of commits from the github repo to create this file? Thank you
akis
  • 154
  • 1
  • 8
0
votes
0 answers

Package installation on RStudio / R ver 2.11.1

I have recently installed R ver. 2.11.1 and RStudio ver. 1.0.143 and tcl/tk ver. 8.5.9 on my Mac (Mac OS 10.7). When RStudio is launched I get the following "warning" message (in RED font): "WARNING: You are configured to use the CRAN mirror at…
user5076666