[R] beta binomial distribution installation
Amany Abdel-Karim
ABDELKARIM2 at msn.com
Wed Nov 1 04:12:57 CET 2017
Hello,
I tried to install package TailRank using the command install.packages (RankTail) and library (TailRank) but I got the following errors. So, how can I install TaiRank in Rstudio to have se beta-binomial distribution, CDF and inverse CDG of beta-binomal?
The commands I used are:
> install.packages("TailRank")
Installing package into C:/Users/stator-guest/Documents/R/win-library/3.4
(as lib is unspecified)
Warning in install.packages :
dependency Biobase is not available
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/TailRank_3.1.3.zip'
Content type 'application/zip' length 331270 bytes (323 KB)
downloaded 323 KB
package TailRank successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\stator-guest\AppData\Local\Temp\RtmpoVx40V\downloaded_packages
> library(TailRank)
Error: package or namespace load failed for TailRank in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called Biobase
In addition: Warning message:
package TailRank was built under R version 3.4.2
[[alternative HTML version deleted]]
More information about the R-help
mailing list