Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

R-miss-tastic/missing-data-taskview

Repository files navigation

Missing Data Task View

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)

Note for myself

Next update of the taskview should check for the inclusion of eimpute, mifa, miselect, missMethods, RfEmpImp, rMIDAS, rMisbeta, PKLM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages