Skip to content

Commit 8aea9a1

Browse files
committed
Preparing for CRAN release
1 parent 80a7afe commit 8aea9a1

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
^docs$
77
^_pkgdown\.yml$
88
^extras$
9+
^revdep$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ vignettes/*.pdf
2828
.DS_Store
2929
*~
3030
inst/doc
31+
revdep

cran-comments.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
* this is package ‘cdata’ version ‘0.5.0’
2020
* package encoding: UTF-8
2121

22-
23-
R CMD check results
24-
0 errors | 0 warnings | 1 notes
25-
2622
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2723
Maintainer: ‘John Mount <[email protected]>
2824

25+
R CMD check results
26+
0 errors | 0 warnings | 0 notes
27+
2928
Status: OK
3029

3130
## Downstream dependencies
3231

33-
No declared reverse dependencies:
32+
Checked all declared dependencies:
3433

35-
devtools::revdep('cdata')
36-
character(0)
34+
devtools::revdep_check()
35+
Checking 1 packages: replyr
36+
Checked replyr: 0 errors | 0 warnings | 0 notes

0 commit comments

Comments
 (0)