@@ -3,7 +3,7 @@ name: ReproducibleResearch
33topic : Reproducible Research
44maintainer : John Blischak, Alison Hill, Ben Marwick, Daniel Sjoberg, Will Landau
55email : jdblischak@gmail.com
6- version : 2025-10-08
6+ version : 2026-03-09
77source : https://github.com/cran-task-views/ReproducibleResearch/
88---
99
@@ -35,8 +35,7 @@ document type/markup language:
3535## LaTeX
3636
3737Both ` Sweave ` and ` r pkg("knitr") ` can process LaTeX files.
38- ` r pkg("lazyWeave") ` can create LaTeX documents from
39- scratch. ` r pkg("RweaveExtra") ` provides Sweave drivers with
38+ ` r pkg("RweaveExtra") ` provides Sweave drivers with
4039additional options to control processing and output.
4140
4241The ` r pkg("knitr") ` and ` r pkg("rmarkdown") `
@@ -59,7 +58,7 @@ Object Conversion Functions:
5958 ` r pkg("codebook") `
6059- * tables/cross-tabulations* :
6160 ` r pkg("gtsummary") ` , ` r pkg("Hmisc") ` ,
62- ` r pkg("huxtable") ` , ` r pkg("lazyWeave") ` ,
61+ ` r pkg("huxtable") ` ,
6362 ` r pkg("knitLatex") ` , ` r pkg("knitr") ` ,
6463 ` r pkg("reporttools") ` ,
6564 ` r pkg("table1") ` ,
@@ -90,8 +89,6 @@ Miscellaneous Tools
9089The ` r pkg("knitr") ` package can process HTML files
9190directly. ` Sweave ` can also work with HTML by way of the
9291` r pkg("R2HTML", priority = "core") ` package.
93- ` r pkg("lazyWeave") ` can create HTML format documents from
94- scratch.
9592
9693For HTML slides, a combination of the ` r pkg("knitr") ` and
9794` r pkg("rmarkdown") ` packages (along with
@@ -119,7 +116,7 @@ Object Conversion Functions:
119116 ` r pkg("gtsummary") ` ,
120117 ` r pkg("htmlTable") ` , ` r pkg("HTMLUtils") ` ,
121118 ` r pkg("huxtable") ` , ` r pkg("hwriter") ` ,
122- ` r pkg("knitr") ` , ` r pkg("lazyWeave") ` ,
119+ ` r pkg("knitr") ` ,
123120 ` r pkg("table1") ` ,
124121 ` r pkg("texreg") ` , ` r pkg("ztable") `
125122- * statistical models/methods* :
@@ -137,8 +134,7 @@ Tufte-style handouts.
137134The ` r pkg("knitr") ` package can process markdown files
138135without assistance. The packages ` r pkg("markdown") ` and
139136` r pkg("rmarkdown") ` have general tools for working with
140- documents in this format. ` r pkg("lazyWeave") ` can create
141- markdown format documents from scratch. Also, the
137+ documents in this format. Also, the
142138` r pkg("ascii") ` package can write R objects to the
143139[ AsciiDoc] ( https://asciidoc.org/ ) format.
144140
@@ -149,7 +145,7 @@ Object Conversion Functions:
149145 ` r pkg("formattable") ` ,
150146 ` r pkg("gtsummary") ` ,
151147 ` r pkg("htmlTable") ` , ` r pkg("knitr") ` ,
152- ` r pkg("lazyWeave") ` , ` r pkg(" papeR")` ,
148+ ` r pkg("papeR") ` ,
153149 ` r pkg("parameters") `
154150- * statistical models/methods* :
155151 ` r pkg("gtsummary") ` , ` r pkg("pander") ` ,
0 commit comments