Releases: darwin-eu-dev/PaRe
Releases · darwin-eu-dev/PaRe
v0.1.15
v0.1.14
What's Changed
- Update bug_report.md by @mvankessel-EMC in #64
- rc <- dev by @mvankessel-EMC in #66
- Rc by @mvankessel-EMC in #67
Full Changelog: v0.1.10...v0.1.14
v0.1.13
- Fixed issue where pak 0.7.1 broke getDefaultPermittedPackages() and getGraphData() and updated internal code.
- Tests should run anywhere except when there is no internet connection.
- Regardless if dependencies are being fetched when using makeReport(), it should continue.
v0.1.12
- Changed
magick::image_read()
call tomagick::image_read_svg()
to address an error encountered with using libmagick 6.9.12-93. - Changed the way base packages are fetched.
- Resolved addPareArticle issue with injecting path into Rmd.
v0.1.11
- Only create the ./vignettes/articles directory, if it does not exist already.
- skip one unit test for checkDependencies on CRAN.
- Fixed issue where rds-files would be picked up in ./R/ folder.
v0.1.10
- Fixed issue with pattern matching of files in .gitignore.
- Fixed issue with retrieving the correct amount of arguments from a function.
- Changed colour highlights for report.
- Added addPareArticle function to add a PaRe report as an article.
- Added setup for unittesting.
- Added unittest for:
- getDefaultPermittedPackages
- addPareArticle
- getApplyCall
- getApplyFromLines
- getDlplyCall
- getDlplyCallFromLines
- getDoCall
- getDoCallFromLines
- getFunCall
- getMultiLineFun
- checkDependencies
- Fixed issue detecting functions called by plyr::dlply
v0.1.7
- Fixed issue when creating a File object for .cpp, .o, .h, .java and .sql files.
- Imported dependencies have a set package requirement.
- getDefaultPermittedPackages example now has tag \donttest.
- Solved issue where dependency pak did not include glue.