简体   繁体   English

无法在 R 中安装 DPpackage

[英]Cannot install the DPpackage in R

I try to install the DPpackage in R, but is not available for R version 4.0.2.我尝试在 R 中安装 DPpackage,但不适用于 R 版本 4.0.2。 However, I made a search and I found out that it was removed from Cran.但是,我进行了搜索,发现它已从 Cran 中删除。 Is there any other way to install it ??有没有其他办法安装??

Do the following请执行下列操作

packageurl <- "https://cran.r-project.org/src/contrib/Archive/DPpackage/DPpackage_1.1-7.tar.gz"
install.packages(packageurl, repos=NULL, type="source")

I have used the last released package from CRAN: https://cran.r-project.org/src/contrib/Archive/DPpackage/ If you want another version, please change the corresponding URL我已经使用了 CRAN 最后发布的包: https ://cran.r-project.org/src/contrib/Archive/DPpackage/ 如果你想要其他版本,请更改相应的 URL

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM