Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated VignetteBuilder field to include knitr and rmarkdown #3394

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/db/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Suggests:
tidyverse,
withr
License: BSD_3_clause + file LICENSE
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
Copyright: Authors
LazyLoad: yes
LazyData: FALSE
Expand Down
2 changes: 1 addition & 1 deletion base/qaqc/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Copyright: Authors
LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion base/visualization/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Copyright: Authors
LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
1 change: 1 addition & 0 deletions docker/depends/pecan_package_dependencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@
"rmarkdown","*","models/biocro","Suggests",FALSE
"rmarkdown","*","models/ed","Suggests",FALSE
"rmarkdown","*","models/maat","Suggests",FALSE
"rmarkdown","*","modules/data.atmosphere","Suggests",FALSE
"rmarkdown","*","modules/priors","Suggests",FALSE
"rmarkdown","*","modules/rtm","Suggests",FALSE
"rmarkdown",">= 2.19","base/db","Suggests",FALSE
Expand Down
2 changes: 1 addition & 1 deletion models/biocro/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Remotes:
License: BSD_3_clause + file LICENSE
Copyright: Energy Biosciences Institute, Authors
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion models/ed/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Suggests:
Additional_repositories: https://pecanproject.r-universe.dev/
License: BSD_3_clause + file LICENSE
Copyright: Authors
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2
Expand Down
2 changes: 1 addition & 1 deletion models/maat/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SystemRequirements: MAAT
OS_type: unix
License: BSD_3_clause + file LICENSE
Copyright: Authors
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion modules/allometry/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
2 changes: 1 addition & 1 deletion modules/assim.batch/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific
model parameterization, execution, and analysis. The goal of PECAn is to
streamline the interaction between data and models, and to improve the
efficacy of scientific investigation.
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
Imports:
abind,
BayesianTools,
Expand Down
3 changes: 2 additions & 1 deletion modules/data.atmosphere/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Suggests:
PEcAn.settings,
progress,
reticulate,
rmarkdown,
testthat (>= 3.1.7),
withr
Remotes:
Expand All @@ -80,6 +81,6 @@ License: BSD_3_clause + file LICENSE
Copyright: Authors
LazyLoad: yes
LazyData: FALSE
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
infotroph marked this conversation as resolved.
Show resolved Hide resolved
Encoding: UTF-8
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion modules/meta.analysis/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Suggests:
testthat (>= 1.0.2)
SystemRequirements: JAGS
License: BSD_3_clause + file LICENSE
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
Copyright: Authors
LazyData: FALSE
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion modules/photosynthesis/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
2 changes: 1 addition & 1 deletion modules/priors/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Suggests:
rmarkdown,
testthat
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion modules/rtm/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Copyright: Authors
LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Loading