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

Installation problem in R #34

Open
alejosv opened this issue Dec 3, 2022 · 1 comment
Open

Installation problem in R #34

alejosv opened this issue Dec 3, 2022 · 1 comment

Comments

@alejosv
Copy link

alejosv commented Dec 3, 2022

When I try install the package the console show that package isn't available to the R's version 3.6.3

install.packages("simputation", dependencies=TRUE)
Installing package into ‘/home/username/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘simputation’ is not available (for R version 3.6.3)
@markvanderloo
Copy link
Owner

The binaries for that R version are not on CRAN anymore. Your best option is to upgrade to the latest R version. Of that is not possible you need to download the source of simputation and all its dependencies and build yourself.

Or, you may be able to install an old version from the MRAN server. (Disclaimer: i never tried that)

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