Go to the link:
去的联系:
https://cran.r-project.org/web/packages/epicalc/index.html
https://cran.r-project.org/web/packages/epicalc/index.html
You will obtain the message:
你将获得以下信息:
Package ‘epicalc’ was removed from the CRAN repository.
Formerly available versions can be obtained from the archive.
Archived on 2015-05-12 as requested by the maintainer <cvirasak@medicine.psu.ac.th>.
But no further explanation is given. This seems like a well developed and useful packages, so why has it been removed?
但没有进一步的解释。这看起来是一个开发良好且有用的包,为什么要删除它呢?
1 个解决方案
#1
12
It looks most of the material from epicalc
has been moved into epiDisplay
.
似乎伊壁鸠摩罗的大部分材料都被移到了epiDisplay。
The epiDisplay package information says:
epiDisplay包信息显示:
Package for data exploration and result presentation. Full 'epicalc' package with data management functions is available at the author's repository.
用于数据探索和结果表示的软件包。完整的带有数据管理功能的“epicalc”包可以在作者的存储库中找到。
(although it doesn't give a link).
(虽然没有链接)。
devtools::install_version("epicalc",version="2.15.1.0")
install.packages("epiDisplay")
library("epicalc")
library("epiDisplay")
c1 <- ls("package:epicalc")
d1 <- ls("package:epiDisplay")
In epicalc
but not epiDisplay
:
在《表见论》但不是《表见论》中:
setdiff(c1,d1)
## [1] "addMissingRecords" "adjust" "auc"
## [4] "be2ad" "detachAllData" "expand"
## [7] "fillin" "keepData" "label.var"
## [10] "lagVar" "markVisits" "merge.lab"
## [13] "pack" "print.summ" "recode"
## [16] "recode.default" "recode.is.na" "ren"
## [19] "rename" "rename.default" "rename.pattern"
## [22] "rename.var" "sortBy" "tally.events"
## [25] "unclassDataframe" "use" "zap"
In epiDisplay
but not epicalc
:
以表示而非表爱的方式:
setdiff(d1,c1)
## [1] "print.summ.data.frame" "print.summ.default" "summ.data.frame"
## [4] "summ.default" "summ.factor" "summ.logical"
#1
12
It looks most of the material from epicalc
has been moved into epiDisplay
.
似乎伊壁鸠摩罗的大部分材料都被移到了epiDisplay。
The epiDisplay package information says:
epiDisplay包信息显示:
Package for data exploration and result presentation. Full 'epicalc' package with data management functions is available at the author's repository.
用于数据探索和结果表示的软件包。完整的带有数据管理功能的“epicalc”包可以在作者的存储库中找到。
(although it doesn't give a link).
(虽然没有链接)。
devtools::install_version("epicalc",version="2.15.1.0")
install.packages("epiDisplay")
library("epicalc")
library("epiDisplay")
c1 <- ls("package:epicalc")
d1 <- ls("package:epiDisplay")
In epicalc
but not epiDisplay
:
在《表见论》但不是《表见论》中:
setdiff(c1,d1)
## [1] "addMissingRecords" "adjust" "auc"
## [4] "be2ad" "detachAllData" "expand"
## [7] "fillin" "keepData" "label.var"
## [10] "lagVar" "markVisits" "merge.lab"
## [13] "pack" "print.summ" "recode"
## [16] "recode.default" "recode.is.na" "ren"
## [19] "rename" "rename.default" "rename.pattern"
## [22] "rename.var" "sortBy" "tally.events"
## [25] "unclassDataframe" "use" "zap"
In epiDisplay
but not epicalc
:
以表示而非表爱的方式:
setdiff(d1,c1)
## [1] "print.summ.data.frame" "print.summ.default" "summ.data.frame"
## [4] "summ.default" "summ.factor" "summ.logical"