|
2 | 2 |
|
3 | 3 | <img src='https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/thevalidatoR.png' align="right" height="131.5" />
|
4 | 4 |
|
5 |
| -[<img src="http://pharmaverse.org/shields/thevalidatoR.png">](https://pharmaverse.org) |
| 5 | +[<img src="http://pharmaverse.org/shields/thevalidatoR.png">](https://pharmaverse.org) |
6 | 6 | [](https://github.com/insightsengineering/thevalidatoR/actions/workflows/lint.yaml)
|
7 | 7 | [](https://github.com/insightsengineering/thevalidatoR/actions/workflows/test.yaml)
|
8 | 8 |
|
|
45 | 45 | - `report_pkg_dir`:
|
46 | 46 |
|
47 | 47 | _Description_: Path to package's root
|
48 |
| - |
| 48 | + |
49 | 49 | _Required_: `false`
|
50 |
| - |
| 50 | + |
51 | 51 | _Default_: `.`
|
52 | 52 |
|
53 | 53 | - `report_template_path`:
|
|
57 | 57 | _Required_: `false`
|
58 | 58 |
|
59 | 59 | _Default_: `template.Rmd`
|
60 |
| - |
| 60 | + |
61 | 61 | - `report_rmarkdown_format`:
|
62 | 62 |
|
63 | 63 | _Description_: The output format to use when rendering the report. Value is used by `rmarkdown::render`'s `output_format` parameter.
|
|
89 | 89 | _Required_: `false`
|
90 | 90 |
|
91 | 91 | _Default_: `false`
|
92 |
| - |
| 92 | + |
93 | 93 | - `cache_version`:
|
94 | 94 |
|
95 | 95 | _Description_: Version of the cache. To clean cache bump this version.
|
@@ -148,7 +148,7 @@ jobs:
|
148 | 148 | deployments: write
|
149 | 149 | steps:
|
150 | 150 | - name: Checkout repo 🛎
|
151 |
| - uses: actions/checkout@v2 |
| 151 | + uses: actions/checkout@v3 |
152 | 152 |
|
153 | 153 | - name: Build report 🏗
|
154 | 154 | id: validation
|
@@ -177,7 +177,7 @@ This was built as a test on a fork of the original rbmi package. When we created
|
177 | 177 |
|
178 | 178 | 
|
179 | 179 |
|
180 |
| -And you can see the gh-action action that was triggered by the release being published. Note that it must install the package, run tests and |
| 180 | +And you can see the gh-action action that was triggered by the release being published. Note that it must install the package, run tests and |
181 | 181 | construct the metrics needed by cov-tracer and covr, which in the case of `rbmi` a computationally heavy package - took quite a while!
|
182 | 182 |
|
183 | 183 | 
|
|
0 commit comments