About 1,750,000 results
Open links in new tab
  1. Install old version of R on Windows 10 - Stack Overflow

    Jun 10, 2016 · How do I install an old version of R on a window 10 64 PC. I am currently running R 3.2.3 with RStudio without any problems. However a package I want to use (GSIF) only works on R2.15. I …

  2. How to downgrade an R package (by installing an older version)?

    Jun 13, 2013 · Had a similar issue with Rcpp. This could be due to the R version dependency of the package (DEPENDS: <version>), or it might be that the running R session will not let you perform the …

  3. Where to download previous versions of R for mac?

    Apr 8, 2020 · Here we find 'old' versions of R (from 2.0.1 to 2.7.0). Here we can find the current version (3.6.3) Where can we download the versions in between? (i.e. not the newest version, but not 'old')

  4. Running an old version of R in Rstudio - Stack Overflow

    Jul 10, 2019 · I'm using a package (ggmap) that doesn't work on R 3.6.1 (Windows), so I would like to install a previous version of R. Once the version is installed, I found how to force Rstudio to use it …

  5. Installing older version of R - Stack Overflow

    Nov 11, 2015 · This RStudio support blog post might be helpful as well Installing multiple versions of R on Linux.

  6. Efficiently getting older versions of R packages - Stack Overflow

    Feb 28, 2014 · Its best if the authors show the version of R and the version of all packages used directly or indirectly in any analysis to allow it to be reproduced.

  7. I updated my R version and need to move my packages from the old ...

    Nov 1, 2023 · Next time, you may wanna use installr::updater() which does an entire update on your R-version and also the packages to their newer version all to their default directories

  8. Running old version of R using Docker image - Stack Overflow

    Apr 19, 2020 · I thought this is the right way to work with an old R version using Docker image. I cant even start running the image. Is there any other way to start image?

  9. How do I install an older R package? - Stack Overflow

    May 1, 2016 · The safest thing to do would be to download the last version that the package was built for (link) and run the code on that version. The easiest way to rebuild a package from source is using …

  10. I cannot install "rms" updating R to version 4.3.3

    Oct 29, 2024 · (1) It would probably make your life easier, if possible, to update to the latest version of R (4.4.1); that way you could install a binary version of rms directly from CRAN and not worry about …