You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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)
When I try install the package the console show that package isn't available to the R's version 3.6.3
The text was updated successfully, but these errors were encountered: