Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN release v1.0.1 #22

Merged
merged 3 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: roxygen2md
Title: 'Roxygen' to 'Markdown'
Version: 1.0.0.9009
Version: 1.0.1
Date: 2024-02-18
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre")),
Expand Down
87 changes: 6 additions & 81 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,114 +1,39 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# roxygen2md 1.0.0.9009

## Chore

- Single file.
# roxygen2md 1.0.1

## Bug fixes

# roxygen2md 1.0.0.9008
- Refine regular expression for matching roxygen2 blocks.

## Features

- Prefer brio over enc (#16, #21).

## Chore

- 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()`.
- New `"indent"` scope for adding indent to `@param` and `@return` tags.

## Documentation

- Prefer pak.

- Update code of conduct.

- Use tidytemplate.

- Package documentation.

- Fix URLs.

## Testing

- Use testthat edition 3.


# roxygen2md 1.0.0.9007

- Internal changes only.


# roxygen2md 1.0.0.9006

- Internal changes only.


# roxygen2md 1.0.0.9005

- Internal changes only.


# roxygen2md 1.0.0.9004

## Bug fixes

- Refine regular expression for matching roxygen2 blocks.

## Features

- New `"indent"` scope for adding indent to `@param` and `@return` tags.


# roxygen2md 1.0.0.9003
## Uncategorized

- Internal changes only.


# roxygen2md 1.0.0.9002

- Harmonize yaml formatting.

- Revert changes to matrix section.

- Reduce parallelism.

- Also check dev on cran-* branches.

- Also check dev on cran-\* branches.
- Update hash key for dev.

- Remove R 3.3.

- Merge pull request #15 from r-lib/b-gha.




# roxygen2md 1.0.0.9001

- New `scope = "unlink"` to help hunt down unwanted `\link{...}` elements.


# roxygen2md 1.0.0.9000

- Same as previous version.


Expand Down
16 changes: 5 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
Added interactive() examples per CRAN's request.
roxygen2md 1.0.1

## Test environments
## Current CRAN check results

* local OS X install, R 3.6.0
* ubuntu 16.04 (on travis-ci), R 3.6.0
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
- [x] Checked on 2024-02-18, problems found: 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.
Loading