Julie Josse, Nicholas Tierney and Nathalie Vialaneix (r-miss-tastic team) 30 octobre, 2018
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")
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)