Changes in version 0.6.0 - Removed migrate command - Removed base and recommended packages from install output Changes in version 0.5.5 (2022-10-31) - Resubmitted to CRAN Changes in version 0.5.4 (2022-10-22) - Fixed CRAN error Changes in version 0.5.3 (2022-10-21) - Fixed error with updating renv Changes in version 0.5.2 (2022-01-28) - Added support for updating renv - Improved output - Fixed unused argument error with renv < 0.15 - Fixed update without packages adding dependencies to DESCRIPTION - Fixed error message when migrate called outside of project Changes in version 0.5.1 (2022-01-27) - Fixed error with renv 0.15 - Fixed CRAN note Changes in version 0.5.0 (2021-04-10) - Switched from Packrat to renv - Removed dependency on crayon - Fixed error when CRAN repo not specified Changes in version 0.4.3 (2019-07-01) - Made tests self-contained Changes in version 0.4.2 (2019-02-12) - Fixed error with empty repos - Fixed warning messages Changes in version 0.4.1 (2018-11-16) - Added ability to update all packages in a project - Added jetpack::outdated() - Added jetpack global outdated - Fixed issue with jetpack::install() updating package versions in packrat.lock when library gets ahead - Fixed unnecessary downloads with specific versions Changes in version 0.4.0 (2018-10-30) - Greatly reduced the number of dependencies - Added support for Bioconductor remotes - Added ability to update all global packages Breaking changes - Removed info and search commands to reduce dependencies Changes in version 0.3.1 (2018-07-25) - First CRAN release - Fixed issue when init interrupted - Turn on Packrat cache for Mac and Linux Changes in version 0.3.0 - Greatly reduced the number of files required - Fixed error about stale packages with remotes - Fixed error in CLI with check command - Fixed error in CLI with global add command for specific version Changes in version 0.2.0 Breaking changes - Removed jetpack. prefix from commands - Renamed createbin to cli Changes in version 0.1.11 - Added info and search to R interface - Fixed bugs with R interface Changes in version 0.1.10 - Added info and search commands - Fixed some segfaults - Fixed bugs with update Changes in version 0.1.9 - Added global commands Changes in version 0.1.8 - Created script for Windows Changes in version 0.1.7 - Fixes for Windows Changes in version 0.1.6 - Added check command - Big performance increase Changes in version 0.1.5 - Don't update DESCRIPTION unless commands are successful - Trim trailing whitespace in DESCRIPTION - No longer modifies working directory when run from R Changes in version 0.1.4 - Added --deployment flag - Added createbin function - Fixed install issues Changes in version 0.1.3 - Added support for local repos - Allow commands to be run in child directories - Don't install Suggests dependencies - Fixed issue with overwriting remotes Changes in version 0.1.2 - Created package - Added RStudio commands Changes in version 0.1.1 - Fixed remote dependencies when httr not installed - Properly restore DESCRIPTION when add command fails Changes in version 0.1.0 - First release