Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package ‘climdex.pcic’ is not available for this version of R #18

Open
simevo opened this issue Jul 4, 2023 · 2 comments
Open

package ‘climdex.pcic’ is not available for this version of R #18

simevo opened this issue Jul 4, 2023 · 2 comments

Comments

@simevo
Copy link

simevo commented Jul 4, 2023

while installing this package with:

/usr/bin/R -e "devtools::install_github(c('SantanderMetGroup/loadeR.java', 'SantanderMetGroup/transformeR', 'SantanderMetGroup/climate4R.climdex','SantanderMetGroup/climate4R.UDG','SantanderMetGroup/loadeR', 'SantanderMetGroup/visualizeR','SantanderMetGroup/downscaleR', 'SantanderMetGroup/loadeR.2nc'))"

on debian 12 stable (which has R 4.2.2) we receive this warning:

Warning messages:
1: package ‘climdex.pcic’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages 
2: In i.p(...) :
  installation of package ‘/tmp/RtmpHvShJw/file921406163fc/climate4R.climdex_0.2.3.tar.gz’ had non-zero exit status

the installation works fine on debian 11 oldstable (which has R 4.0.4)

@simevo
Copy link
Author

simevo commented Jul 5, 2023

related: pacificclimate/climdex.pcic#27

@miturbide
Copy link
Member

This points to an installation issue with the pacificclimate package climdex.pcic, which is a dependency of climate4R.climdex. Try installing this package first. climdex.pcic is no longer available on CRAN, so you can try installing it from GitHub as follows:

devtools::install_github("pacificclimate/climdex.pcic")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants