- Added
open_cffinit()— opens the CFF initializer in a browser to generateCITATION.cfffiles.
- 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).
- Fixed an error in examples of
filter_args_for_func()instandalone-args_to_func.R.
- Fixed documentation
- Fixed bug when deparsing multiline code in
convert_nonascii_code()
- Updated
use_vendor()to make it fully comply standalone header format
-
Added
use_workflow_test_branch(), which can create a test branch for maintaining R pkg. This branch will sync -
Added
convert_noascii_code()to convert non-ascii code to ascii code, complying with CRAN requirements
add_changelog_in_standalone(): Fixed a bug when retrievingChangelogbadge
-
Fixed dots checking error in
browse_standalone() -
Fixed
.gitignorenot found error invendor-pkgdev.R, this bug is from source code ofpkgdev
- Fixed timestamp updating bug in
add_changelog_in_standalone()when modifyingvendor-*.R
- Added
use_r_v4.1.0()
- Made
path = "."topath = NULLbecause of CRAN requirements
- Added 'Last-updated','Version','Imports' in
use_vendor(). Relevant files are also updated.
- Added
%||%function inuse_zzz()
- Fixed ignorance of
make_func_arg_explicit()when resolving complex R syntax
-
Made
use_zzz()compatible withusethis -
Added cov ignorance in
use_zzz()
- Added
convert_func_syntax()
-
Changed default file name created by
use_zzz()to -package.R -
Bug fix in
use_workflow_version_update()
- Removed unused packages in Suggests
- Fixed quotes in action
- change unicode character to raw int for checking
-
make
check_pkgdown_reference()easy to copy -
Fixed lints
-
Added
package_*, some package-wise functions -
Added
make_func_arg_explicit() -
Imported
add_global_gitignorefrom pkgdev, under license MIT -
Added
add_global_rbuildignore()to supplement.Rbuildignorewith common build-exclusion patterns -
Added
use_vendor(),use_multilanguage_readme()
- typescript-source action update for
use_workflow_version_update()
- Fix path bug in
render_rmd()
- Fix documentation and examples to meet CRAN requirements
-
Added
use_zzz()for easier zzz.R management -
Bump verion to v0.1
-
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
- Added use_workflow_version_updater(), providing a github action to auto-update pkg version and tag.
-
Add more options for changelog type in NEWS.md
-
Add more tests
-
Added browse_standalone() to inquire all available standalone R files across github
-
Added
rename_functo change the naming style of functions
- Added
detect_lost_glue_brace
-
Made
news_md_add_entryvectorized -
Made
inquire_standalonemore explicit -
Made
use_hexstickeroperate on README.Rmd. Addeddetect_lost_glue_brace
- Add tests to most functions