Skip to content

Commit

Permalink
NEWS and CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 18, 2024
1 parent e1222d7 commit b99c898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
14 changes: 0 additions & 14 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@
- Prefer brio over enc (#16, #21).
- New `"indent"` scope for adding indent to `@param` and `@return` tags.

## Chore

- Single file.
- Rename standalone file.
- Use `rlang::abort()`.
- Use blanket rlang import.
- Update purrr standalone.
- Move blanket imports.
- Tidy description.
- Style.
- `usethis::use_pkgdown_github_pages()`.
- Add Aviator configuration.
- `usethis::use_readme_rmd()`.

## Documentation

- Prefer pak.
Expand Down
21 changes: 2 additions & 19 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
roxygen2md 1.0.1

## Cran Repository Policy

- [] Reviewed CRP last edited 2024-02-17.

## R CMD check results

- [x] Checked locally, R 4.3.2
- [ ] Checked on CI system, R 4.3.2
- [ ] Checked on win-builder, R devel

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
- [x] 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. Fixed.
- [x] 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: Fixed.

0 comments on commit b99c898

Please sign in to comment.