markvanderloo / simputation

Making imputation easy
GNU General Public License v3.0
89 stars 11 forks source link

Installation problem in R #34

Open alejosv opened 1 year ago

alejosv commented 1 year ago

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 commented 1 year ago

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)