Changes in version 0.1.16 (2026-02-04) 1. Use dplyr::reframe() instead of dplyr::summarise() for dplyr >= 1.2.0 compatability Changes in version 0.1.15 (2024-12-02) 1. Updated internal test setup Changes in version 0.1.14 (2024-11-29) 1. Changed tests so R-CMD-Check passes on depends-only environment 2. Added nThreads parameter to makeReport(), getDefaultPermittedPackages() and getGraphData() for parallelisation. Changes in version 0.1.13 (2024-05-21) 1. Fixed issue where pak 0.7.1 broke getDefaultPermittedPackages() and getGraphData() and updated internal code. 2. Tests should run anywhere except when there is no internet connection. 3. Regardless if dependencies are being fetched when using makeReport(), it should continue. Changes in version 0.1.12 (2023-08-11) 1. Changed magick::image_read() call to magick::image_read_svg() to address an error encountered with using libmagick 6.9.12-93. 2. Changed the way base packages are fetched. 3. Resolved addPareArticle issue with injecting path into Rmd. Changes in version 0.1.11 (2023-07-06) 1. Only create the ./vignettes/articles directory, if it does not exist already. 2. skip one unit test for checkDependencies on CRAN. 3. Fixed issue where rds-files would be picked up in ./R/ folder. Changes in version 0.1.10 (2023-06-16) 1. Fixed issue with pattern matching of files in .gitignore. 2. Fixed issue with retrieving the correct amount of arguments from a function. 3. Changed colour highlights for report. 4. Added addPareArticle function to add a PaRe report as an article. 5. Added setup for unittesting. 6. Added unittest for: - getDefaultPermittedPackages - addPareArticle - getApplyCall - getApplyFromLines - getDlplyCall - getDlplyCallFromLines - getDoCall - getDoCallFromLines - getFunCall - getMultiLineFun - checkDependencies 7. Fixed issue detecting functions called by plyr::dlply Changes in version 0.1.9 (2023-06-12) 1. Added CRAN badge to README 2. Turned off evaluation of code block that keeps crashing on: - r-devel-linux-x86_64-debian-clang - r-devel-linux-x86_64-debian-gcc - r-patched-linux-x86_64 - r-release-linux-x86_64 3. The message: "Could not connect to the internet, online hosted whitelists will be ignored." has been replaced with the actual warning or error it throws as a message. 4. Fetching file paths now accounts for .gitignore Changes in version 0.1.8 (2023-06-08) 1. Set pak to version >= 0.2.0. 2. Removed version requirement for utils. 3. Attempt at solving issue with pak (0.1.6: 4). Changes in version 0.1.7 (2023-06-05) 1. Fixed issue when creating a File object for .cpp, .o, .h, .java and .sql files. 2. Imported dependencies have a set package requirement. 3. getDefaultPermittedPackages example now has tag \donttest. 4. ~~Solved issue where dependency pak did not include glue.~~ Changes in version 0.1.6 (2023-06-02) 1. Started tracking changes in NEWS.md 2. Added significant changes to documentation. 3. Optimizations using R6 representations. 4. Added functionality to subset package diagram 5. Added git blame functionality Changes in version 0.1.5 1. Added R6 code representations. Changes in version 0.1.0 1. Initial transfer from DependencyReviewer to Package Reviewer.