- Removed
migratecommand - Removed
baseandrecommendedpackages frominstalloutput
- Resubmitted to CRAN
- Fixed CRAN error
- Fixed error with updating renv
- Added support for updating renv
- Improved output
- Fixed
unused argumenterror with renv < 0.15 - Fixed
updatewithout packages adding dependencies toDESCRIPTION - Fixed error message when
migratecalled outside of project
- Fixed error with renv 0.15
- Fixed CRAN note
- Switched from Packrat to renv
- Removed dependency on crayon
- Fixed error when CRAN repo not specified
- Made tests self-contained
- Fixed error with empty repos
- Fixed warning messages
- Added ability to update all packages in a project
- Added
jetpack::outdated() - Added
jetpack global outdated - Fixed issue with
jetpack::install()updating package versions inpackrat.lockwhen library gets ahead - Fixed unnecessary downloads with specific versions
- Greatly reduced the number of dependencies
- Added support for Bioconductor remotes
- Added ability to update all global packages
Breaking changes
- Removed
infoandsearchcommands to reduce dependencies
- First CRAN release
- Fixed issue when init interrupted
- Turn on Packrat cache for Mac and Linux
- 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
Breaking changes
- Removed
jetpack.prefix from commands - Renamed
createbintocli
- Added info and search to R interface
- Fixed bugs with R interface
- Added info and search commands
- Fixed some segfaults
- Fixed bugs with update
- Added global commands
- Created script for Windows
- Fixes for Windows
- Added check command
- Big performance increase
- Don't update
DESCRIPTIONunless commands are successful - Trim trailing whitespace in
DESCRIPTION - No longer modifies working directory when run from R
- Added
--deploymentflag - Added
createbinfunction - Fixed install issues
- Added support for local repos
- Allow commands to be run in child directories
- Don't install
Suggestsdependencies - Fixed issue with overwriting remotes
- Created package
- Added RStudio commands
- Fixed remote dependencies when httr not installed
- Properly restore
DESCRIPTIONwhenaddcommand fails
- First release