Skip to content

Commit d9f42a7

Browse files
add revdep infra
1 parent 1660125 commit d9f42a7

File tree

8 files changed

+62
-4
lines changed

8 files changed

+62
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
^pkgdown$
1919
^renv$
2020
^renv\.lock$
21+
^revdep$
2122
^scratch$

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ repos:
6060
inst/usethis-legacy-hook|
6161
LICENSE|
6262
renv/.*|
63+
revdep/.*|
6364
tests/testthat/in/.*|
6465
)$
6566
- id: readme-rmd-rendered

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editor_options:
3+
markdown:
4+
wrap: 72
5+
---
16

27
<!-- README.md is generated from README.Rmd. Please edit that file -->
38

@@ -42,11 +47,13 @@ The goal of this package is to twofold:
4247
## Why do I need pre-commit hooks?
4348

4449
<figure>
50+
4551
<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+
5057
</figure>
5158

5259
For a more in-depth explanation and even more reasons, see

revdep/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.html
2+
checks
3+
checks.noindex
4+
cloud.noindex
5+
data.sqlite
6+
library
7+
library.noindex

revdep/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

revdep/cran.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

revdep/failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)