Skip to content

Commit c693e76

Browse files
committed
phase 3 of prep for CRAN
1 parent b7cf08e commit c693e76

File tree

7 files changed

+64
-0
lines changed

7 files changed

+64
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
^renovate$
2222
^renovate\.json$
2323
^cran-comments\.md$
24+
^revdep$

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# mobdb 1.0.0
2+
3+
## Major changes
4+
5+
## Minor changes
6+
7+
None.
8+
9+
## Bug fixes
10+
11+
None.
12+
113
# mobdb 0.1.8
214

315
## Major changes

revdep/.gitignore

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

revdep/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------------------------------------------------------|
5+
|version |R version 4.5.2 (2025-10-31) |
6+
|os |macOS Sequoia 15.7.3 |
7+
|system |aarch64, darwin20 |
8+
|ui |X11 |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2026-01-30 |
14+
|pandoc |3.8.3 @ /opt/homebrew/bin/pandoc |
15+
|quarto |1.7.32 @ /Applications/Positron.app/Contents/Resources/app/quarto/bin/quarto |
16+
17+
# Dependencies
18+
19+
|package |old |new |Δ |
20+
|:---------|:---|:------|:--|
21+
|mobdb |NA |1.0.0 |* |
22+
|digest |NA |0.6.39 |* |
23+
|httr2 |NA |1.2.2 |* |
24+
|lifecycle |NA |1.0.5 |* |
25+
|magrittr |NA |2.0.4 |* |
26+
|openssl |NA |2.3.4 |* |
27+
|pillar |NA |1.11.1 |* |
28+
|rappdirs |NA |0.3.4 |* |
29+
|rlang |NA |1.1.7 |* |
30+
|tibble |NA |3.3.1 |* |
31+
|utf8 |NA |1.2.6 |* |
32+
|vctrs |NA |0.7.1 |* |
33+
34+
# Revdeps
35+

revdep/cran.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 0 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
7+

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)