Skip to content

Commit

Permalink
added rmarkdown to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Jun 27, 2024
1 parent 751ef56 commit fce08d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Suggests:
purrr,
tidyr,
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[![R-CMD-check](https://github.com/geco-bern/rpmodel/workflows/R-CMD-check/badge.svg)](https://github.com/geco-bern/rpmodel/actions)
[![codecov](https://app.codecov.io/gh/geco-bern/rpmodel/branch/master/graph/badge.svg?token=7bImDR3uCT)]https://app.codecov.io/gh/geco-bern/rpmodel)
[![codecov](https://codecov.io/gh/geco-bern/rpmodel/branch/master/graph/badge.svg)](https://codecov.io/gh/geco-bern/rpmodel)
![](https://cranlogs.r-pkg.org/badges/grand-total/rpmodel)


## Purpose

`rpmodel` provides an implementation of the P-model (Prentice et al., 2014; Wang et al., 2017; Stocker et al., 2020) for predicting acclimated photosynthetic parameters, assimilation, and dark respiration rates as a function of the environment. The main function is `rpmodel()` which returns a list of variables that are mutually consistent within the theory of the P-model (see [Usage](./articles/usage.html) ). Further functions used within `rpmodel()` are also provided through the package.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/functional_dependencies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
md_extensions: ["-autolink_bare_uris"]
vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
%\VignetteIndexEntry{Summary of functional dependencies}
---

Expand Down
2 changes: 1 addition & 1 deletion vignettes/usage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output:
md_extensions: ["-autolink_bare_uris"]
vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\usepackage[utf8]{inputenc}
%\VignetteEncoding{UTF-8}
%\VignetteIndexEntry{Running the P-model in R}
---

Expand Down

0 comments on commit fce08d5

Please sign in to comment.