simputation
simputation copied to clipboard
Installation problem in R
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)
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)