File tree Expand file tree Collapse file tree 8 files changed +62
-4
lines changed Expand file tree Collapse file tree 8 files changed +62
-4
lines changed Original file line number Diff line number Diff line change 18
18
^pkgdown$
19
19
^renv$
20
20
^renv\.lock$
21
+ ^revdep$
21
22
^scratch$
Original file line number Diff line number Diff line change 60
60
inst/usethis-legacy-hook|
61
61
LICENSE|
62
62
renv/.*|
63
+ revdep/.*|
63
64
tests/testthat/in/.*|
64
65
)$
65
66
- id : readme-rmd-rendered
Original file line number Diff line number Diff line change
1
+ ---
2
+ editor_options :
3
+ markdown :
4
+ wrap : 72
5
+ ---
1
6
2
7
<!-- README.md is generated from README.Rmd. Please edit that file -->
3
8
@@ -42,11 +47,13 @@ The goal of this package is to twofold:
42
47
## Why do I need pre-commit hooks?
43
48
44
49
<figure >
50
+
45
51
<img src =" man/figures/pre-commit-meme.jpeg " width =" 500 " align =" center " href =" https://twitter.com/dataandme/status/1255510799273132032 " />
46
- <figcaption >
47
- By <a href=https://twitter.com/dataandme/status/1255510799273132032>Mara
48
- Averick</a >
49
- </figcaption >
52
+
53
+ <figcaption >By
54
+ <a href=https://twitter.com/dataandme/status/1255510799273132032>Mara
55
+ Averick</a ></figcaption >
56
+
50
57
</figure >
51
58
52
59
For a more in-depth explanation and even more reasons, see
Original file line number Diff line number Diff line change
1
+ * .html
2
+ checks
3
+ checks.noindex
4
+ cloud.noindex
5
+ data.sqlite
6
+ library
7
+ library.noindex
Original file line number Diff line number Diff line change
1
+ # Platform
2
+
3
+ | field | value |
4
+ | :--------| :------------------------------------------------------------------------------------------|
5
+ | version | R version 4.3.0 (2023-04-21) |
6
+ | os | macOS 14.2.1 |
7
+ | system | aarch64, darwin20 |
8
+ | ui | RStudio |
9
+ | language | (EN) |
10
+ | collate | en_US.UTF-8 |
11
+ | ctype | en_US.UTF-8 |
12
+ | tz | Europe/Zurich |
13
+ | date | 2024-01-21 |
14
+ | rstudio | 2023.12.0+369 Ocean Storm (desktop) |
15
+ | pandoc | 3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) |
16
+
17
+ # Dependencies
18
+
19
+ | package | old | new | Δ |
20
+ | :---------| :-----| :------| :--|
21
+ | precommit | 0.3.2 | 0.4.0 | * |
22
+ | cli | NA | 3.6.2 | * |
23
+ | digest | NA | 0.6.34 | * |
24
+ | glue | NA | 1.7.0 | * |
25
+ | lifecycle | NA | 1.0.4 | * |
26
+ | purrr | NA | 1.0.2 | * |
27
+ | R.utils | NA | 2.12.3 | * |
28
+ | rlang | NA | 1.1.3 | * |
29
+ | rprojroot | NA | 2.0.4 | * |
30
+ | vctrs | NA | 0.6.5 | * |
31
+ | withr | NA | 3.0.0 | * |
32
+ | yaml | NA | 2.3.8 | * |
33
+
34
+ # Revdeps
Original file line number Diff line number Diff line change
1
+ ## revdepcheck results
2
+
3
+ We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4
+
5
+ * We saw 0 new problems
6
+ * We failed to check 0 packages
Original file line number Diff line number Diff line change
1
+ * Wow, no problems at all. :)*
Original file line number Diff line number Diff line change
1
+ * Wow, no problems at all. :)*
You can’t perform that action at this time.
0 commit comments