I would like to use the fuction weighted.median() in package R.basic (and some other ones too, although this one is most important).
install.packages("R.basic")
gives me:
package ‘R.basic’ is not available
and
library(R.basic)
says
Error in library("R.basic") : there is no package called 'R.basic'
There is a downloadable version here. But, typing:
install.packages("~/Documents/R.classes_0.62.tar.gz", CRAN=NULL)
Gives
Error in do_install(pkg) :
this seems to be a bundle -- and they are defunct
Warning message:
In install.packages("~/Documents/R.classes_0.62.tar.gz", :
installation of package '~/Documents/R.classes_0.62.tar.gz' had non-zero exit status
How to get thru ?