How to install older Apollo version? R automatically updated v0.3.3 (underdevelopment)
Posted: 24 Jul 2024, 21:40
Hello,
My R studio updated the Apollo version to v0.3.3 which is currently underdevelopment and unreleased. I ran some models that worked fine previously, but are now either giving strange results or are showing errors that weren't there previously. I was confused at first, but I opened the files from a recent backup, which had the model results saved. It seems that the new version that has been automatically installed is giving problems.
I tried to install the older version after downloading it to my laptop. It did not work, I also tried to use the URL directly, and that also did not work. It would be helpful if someone could provide a solution to this.
Thank you
Saumitra
My R studio updated the Apollo version to v0.3.3 which is currently underdevelopment and unreleased. I ran some models that worked fine previously, but are now either giving strange results or are showing errors that weren't there previously. I was confused at first, but I opened the files from a recent backup, which had the model results saved. It seems that the new version that has been automatically installed is giving problems.
I tried to install the older version after downloading it to my laptop. It did not work, I also tried to use the URL directly, and that also did not work. It would be helpful if someone could provide a solution to this.
Thank you
Saumitra
Code: Select all
> library(remotes)
> install_url("http://apollochoicemodelling.com/files/versions/apollo_0.3.2.tar.gz")
Downloading package from url: http://apollochoicemodelling.com/files/versions/apollo_0.3.2.tar.gz
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: SparseM (1.84 -> 1.84-2) [CRAN]
5: Rcpp (1.0.12 -> 1.0.13) [CRAN]
Enter one or more numbers, or an empty line to skip updates:
Running `R CMD build`...
* checking for file 'C:\Users\saumi\AppData\Local\Temp\Rtmpw5vttn\remotes3570535f622\apollo/DESCRIPTION' ... OK
* preparing 'apollo':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* checking vignette meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building 'apollo_0.3.2.tar.gz'
Installing package into ‘C:/Users/saumi/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
* installing *source* package 'apollo' ...
** using staged installation
** libs
Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), :
'make' not found
* removing 'C:/Users/saumi/AppData/Local/R/win-library/4.4/apollo'
Warning messages:
1: In missing_devel_warning(pkgdir) :
Package apollo has compiled code, but no suitable compiler(s) were found. Installation will likely fail.
Install Rtools (https://cran.r-project.org/bin/windows/Rtools/).Then use the pkgbuild package, or make sure that Rtools in the PATH.
2: In i.p(...) :
installation of package ‘C:/Users/saumi/AppData/Local/Temp/Rtmpw5vttn/file35703b435a6b/apollo_0.3.2.tar.gz’ had non-zero exit status