Julie Josse, Imke Mayer, Nicholas Tierney and Nathalie Vialaneix (r-miss-tastic team) 29 décembre, 2021
The Missing Data task view source is in the file MissingData.ctv
that
can be transformed into an HTML file using the R package
ctv
library(ctv)
setwd(paste(getwd(), "source", sep = "/"))
# source_ctv <- read.ctv("MissingData.ctv")
# ctv2html(source_ctv, css = "../CRAN_web_css")
# ctv:::ctv_xml_to_rmd("MissingData.ctv")
source_ctv <- "MissingData.md"
ctv2html(source_ctv)
In addition, CTV can be checked before submission to CRAN with:
check_ctv_packages("source/MissingData.ctv")
#> $`Packages in <info> but not in <packagelist>`
#> character(0)
#>
#> $`Packages in <packagelist> but not in <info>`
#> character(0)
#>
#> $`Packages in <packagelist> but not in repos`
#> character(0)
Next update of the taskview should check for the inclusion of eimpute
,
mifa
, miselect
, missMethods
, RfEmpImp
, rMIDAS
, rMisbeta
,
PKLM
.