Skip to content

Commit f73edd2

Browse files
committed
add 2025-019 closes #169 and 2025-020 closes #170
1 parent 61d04a3 commit f73edd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1514
-70
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ install:
99
render: version
1010
R -q -e "codecheck::register_render(); warnings();"
1111

12+
render_latest: clean
13+
R -q -e "register = read.csv('register.csv', as.is = TRUE, comment.char = '#'); codecheck::register_check(from = nrow(register), to = nrow(register) - 2);"
14+
1215
clean: version
1316
rm -r -f .cache/R
1417
R -q -e "codecheck::register_clear_cache();"
@@ -17,7 +20,7 @@ check: clean
1720
R -q -e "codecheck::register_check(); warnings();"
1821

1922
check_latest: clean
20-
R -q -e "register = read.csv('register.csv', as.is = TRUE, comment.char = '#'); codecheck::register_check(from = nrow(register), to = nrow(register) - 5); warnings();"
23+
R -q -e "register = read.csv('register.csv', as.is = TRUE, comment.char = '#'); codecheck::register_check(from = nrow(register), to = nrow(register) - 5);"
2124

2225
# automated build is active via GitHub Action
2326
image_build:

docs/certs/2025-019/cert.pdf

1.12 MB
Binary file not shown.

docs/certs/2025-019/cert_1.png

1.69 MB
Loading

docs/certs/2025-019/cert_10.png

3.2 MB
Loading

docs/certs/2025-019/cert_11.png

589 KB
Loading

docs/certs/2025-019/cert_12.png

381 KB
Loading

docs/certs/2025-019/cert_13.png

3.62 MB
Loading

docs/certs/2025-019/cert_14.png

3.14 MB
Loading

docs/certs/2025-019/cert_15.png

3.46 MB
Loading

docs/certs/2025-019/cert_16.png

3.7 MB
Loading

0 commit comments

Comments
 (0)