-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
Added interactive() examples per CRAN's request. | ||
roxygen2md 1.0.1 | ||
|
||
## Test environments | ||
## Cran Repository Policy | ||
|
||
* local OS X install, R 3.6.0 | ||
* ubuntu 16.04 (on travis-ci), R 3.6.0 | ||
* win-builder (devel and release) | ||
- [] Reviewed CRP last edited 2024-02-17. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
- [x] Checked locally, R 4.3.2 | ||
- [ ] Checked on CI system, R 4.3.2 | ||
- [ ] Checked on win-builder, R devel | ||
|
||
* This is a new release. | ||
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`. | ||
|
||
## Current CRAN check results | ||
|
||
- [x] Checked on 2024-02-18, problems found: https://cran.r-project.org/web/checks/check_results_roxygen2md.html | ||
- [ ] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-windows-x86_64 | ||
'LazyData' is specified without a 'data' directory | ||
- [ ] NOTE: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-macos-arm64 | ||
Namespace in Imports field not imported from: ‘withr’ | ||
All declared Imports should be used. | ||
|
||
Check results at: https://cran.r-project.org/web/checks/check_results_roxygen2md.html |