rpkgkit 0.1.12 (2026-07-26)
NEW FEATURES
- Added
open_cffinit()— opens the CFF initializer in a browser to generateCITATION.cfffiles.
MINOR IMPROVEMENTS
- Removed redundant dependency
standalone-purrrinstandalone-args_to_func.R. - Beautified the changelog format in standalone files created by
add_changelog_in_standalone(). - Added community files (CONTRIBUTING.md, SUPPORT.md, issue template).
rpkgkit 0.1.10 (2026-07-15)
BUG FIXES
- Fixed bug when deparsing multiline code in
convert_nonascii_code()
rpkgkit 0.1.9 (2026-07-14)
MINOR IMPROVEMENTS
- Updated
use_vendor()to make it fully comply standalone header format
NEW FEATURES
Added
use_workflow_test_branch(), which can create a test branch for maintaining R pkg. This branch will syncAdded
convert_noascii_code()to convert non-ascii code to ascii code, complying with CRAN requirements
BUG FIXES
-
add_changelog_in_standalone(): Fixed a bug when retrievingChangelogbadge
rpkgkit v0.1.8 (2026-07-12)
BUG FIXES
Fixed dots checking error in
browse_standalone()Fixed
.gitignorenot found error invendor-pkgdev.R, this bug is from source code ofpkgdev
rpkgkit 0.1.7 (2026-07-02)
CRAN release: 2026-07-21
BUG FIXES
- Fixed timestamp updating bug in
add_changelog_in_standalone()when modifyingvendor-*.R
NEW FEATURES
- Added
use_r_v4.1.0()
rpkgkit 0.1.5 (2026-06-30)
MINOR IMPROVEMENTS
- Added ‘Last-updated’,‘Version’,‘Imports’ in
use_vendor(). Relevant files are also updated.
rpkgkit 0.1.4 (2026-06-29)
MINOR IMPROVEMENTS
- Added
%||%function inuse_zzz()
rpkgkit 0.1.3 (2026-06-29)
BUG FIXES
- Fixed ignorance of
make_func_arg_explicit()when resolving complex R syntax
rpkgkit 0.1.2 (2026-06-29)
NEW FEATURES
- Added
convert_func_syntax()
MINOR IMPROVEMENTS
Changed default file name created by
use_zzz()to-package.R Bug fix in
use_workflow_version_update()
rpkgkit 0.1.1 (2026-06-27)
MINOR IMPROVEMENTS
make
check_pkgdown_reference()easy to copyFixed lints
NEW FEATURES
Added
package_*, some package-wise functionsAdded
make_func_arg_explicit()Imported
add_global_gitignorefrom pkgdev, under license MITAdded
add_global_rbuildignore()to supplement.Rbuildignorewith common build-exclusion patterns
rpkgkit 0.1.0 (2026-06-25)
MINOR IMPROVEMENTS
- typescript-source action update for
use_workflow_version_update()
BUG FIXES
- Fix path bug in
render_rmd()
NEW FEATURES
Added
use_zzz()for easier zzz.R managementBump verion to v0.1
rpkgkit 0.0.7 (2026-06-17)
MINOR IMPROVEMENTS
Added basic color support to
news_md_show()Added dependency, description and nocov tag in
create_standalone()Fixed pattern detection of
detect_lost_glue_brace()when resolving contexts with more than one lines. Added more detailed info in output
