Skip to content

Commit cd863b4

Browse files
committed
Remove archived package {lazyWeave}. Close #20
Please open Issue/PR if the package is back on CRAN
1 parent 231547a commit cd863b4

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

ReproducibleResearch.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ReproducibleResearch
33
topic: Reproducible Research
44
maintainer: John Blischak, Alison Hill, Ben Marwick, Daniel Sjoberg, Will Landau
55
email: jdblischak@gmail.com
6-
version: 2025-10-08
6+
version: 2026-03-09
77
source: https://github.com/cran-task-views/ReproducibleResearch/
88
---
99

@@ -35,8 +35,7 @@ document type/markup language:
3535
## LaTeX
3636

3737
Both `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
4039
additional options to control processing and output.
4140

4241
The `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
9089
The `r pkg("knitr")` package can process HTML files
9190
directly. `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

9693
For 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.
137134
The `r pkg("knitr")` package can process markdown files
138135
without 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

Comments
 (0)