Recent Releases of goodpractice
goodpractice - goodpractice 1.0.5
- New maintainer: rOpenSci
- Package reinstated on CRAN, after archiving of previous version.
- CRAN fixes - skipping failing test and adding \alias{goodpractice} to package Rd
- Adding docs.ropensci site to DESCRIPTION
- R
Published by mpadge about 2 years ago
goodpractice - goodpractice 1.0.3
Additions:
- Limit for cyclomatic complexity check can be adjusted using the
goodpractice.cyclocomp.limitoption, default 50 (#132, @fabian-s). - The number of lines printed to the console by each check result can be set using the new
positions_limitparameter intoprint()- previously it was always 5 lines (#130, @fabian-s). - GitHub Actions now used for CI/CD checks (#145, @owenjonesuob ), as well as to calculate code coverage with {covr} and build the package site with {pkgdown}.
Bugfixes:
- Documentation for custom checks significantly improved (#133, @fabian-s).
- Year and company name updated in
LICENSE, andLICENSE.mdadded to clarify that {goodpractice} uses the MIT license (#144).
Thanks to @owenjonesuob, @ddbortoli , @hfrick , @fabian-s , @HAlexander23 for getting this back onto CRAN!
- R
Published by KarinaMarks almost 4 years ago