Skip to contents

AcidDevTools 0.5.0 (2022-05-02)

  • Updated minimum R dependency to 4.2.
  • Migrated drat and pkgdownDeployToAWS from r-koopa package to here.
  • Improved drat engine to use R CMD build and R CMD INSTALL --build instead of devtools, which handles vignettes inside of binary packages properly.

AcidDevTools 0.5.1 (2022-05-23)

  • check: Added automatic package style checking using styler.
  • install: Now using koopa GCC for gfortran by default.
  • Updated lintr and testthat checks.

AcidDevTools 0.5.2 (2022-05-24)

  • drat: Bug fix for default branch handling in drat repo.

AcidDevTools 0.5.3 (2022-05-31)

  • Improved file path normalization consistency using .realpath internally, matching our conventions defined in AcidBase. This helps improve file path message consistency on Windows.

AcidDevTools 0.5.4 (2022-06-09)

  • installRecommendedPackages: Simplified this function. No longer allowing selection of specific optional packages to install, as this is too confusing.

AcidDevTools 0.5.5 (2022-06-10)

  • check: Hardened URL checker to error on failure.

AcidDevTools 0.5.6 (2022-06-20)

  • installRecommendedPackages: No longer recommending RDAVIDWebService, which was removed in Bioconductor 3.14 update.

AcidDevTools 0.5.7 (2022-07-29)

  • valid: Improved checks for old built system packages, by calling old.packages internally. Currently, BiocManager valid variant doesn’t check if built system packages are out of date.
  • Removed internal usage of custom Makevars.
  • Removed reexports from lobstr package.

AcidDevTools 0.5.8 (2022-08-01)

  • installRecommendedPackages: Increased the priority of data.table package, to ensure it builds from source to enable multiple cores with OpenMP support on macOS. The binary package of data.table is currently compiled with support for single core mode only on macOS.

AcidDevTools 0.5.9 (2022-09-06)

  • migrateRecommendedPackages: Added new function to migrate recommended packages installed by default in system library for R CRAN binaries.

AcidDevTools 0.5.10 (2022-09-13)

  • migrateRecommendedPackages: Fixed function export and final assert check that assesses whether migration was successful.

AcidDevTools 0.5.11 (2022-09-13)

  • installRecommendedPackages: Added base R recommended packages that are normally included with binary installs: KernSmooth, MASS, Matrix, boot, class, cluster, codetools, foreign, lattice, mgcv, nlme, nnet, rpart, spatial, survival.