This is a patch release to address address a NOTE and an ERROR produced during CRAN check
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
'01-opIndicators.R'
- I have originally had dependency to R 4.1.0 thinking that this was the
version in which placeholder syntax was added. I have now increased this to
4.2.0.
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available)
- I have now added a conditionality in the examples for the `report_op_*()` set of functions such that it will only be evaluated if the PANDOC version is at least `1.12.3`
- I have added `skip_on_cran()` for all tests for the `report_op_*()` set of functions
New submission
0 errors | 0 warnings | 1 note
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.