Release Notes#
Please contact Posit customer support (support@posit.co) with questions about the described changes.
For the latest news, see the Offline Downloader news site.
Posit Package Manager: Offline Downloader 2023.12.0#
December 18, 2023
Posit Package Manager: Offline Downloader 2023.12.0#
December 12, 2023
New#
- The Offline Downloader now supports downloading vulnerabilities.
Posit Package Manager: Offline Downloader 2023.08.4#
October 30, 2023
This release includes no changes to the Offline Downloader.
Posit Package Manager: Offline Downloader 2023.08.2#
October 19, 2023
This release includes no changes to the Offline Downloader.
Posit Package Manager: Offline Downloader 2023.08.0#
September 12, 2023
New#
- Adds the ability to specify architecture to download binaries for.
Breaking#
- The
--linux-distros
and--windows
flags are deprecated in favor of--distributions
. Useget cran --distributions=macos --architectures=x86_64
to only download x86_64 binaries for macOS, and exclude arm64. Useget cran --distributions=windows
to download binaries for Windows.
Posit Package Manager: Offline Downloader 2023.04.0#
April 28, 2023
This release includes no changes to the Offline Downloader.
Posit Package Manager: Offline Downloader 2022.11.4#
December 05, 2022
This release includes no changes to the Offline Downloader.
Posit Package Manager: Offline Downloader 2022.11.2#
November 18, 2022
This release includes no changes to the Offline Downloader.
Posit Package Manager: Offline Downloader 2022.11.0#
November 14, 2022
Fixed#
- The Offline Downloader now supports downloading binary packages for R versions that have reached end of support. (#8088)
- The Offline Downloader no longer fails when downloading binary packages for deprecated R versions and distributions without binary packages. (#9197)
Posit Package Manager: Offline Downloader 2022.07.2#
August 2, 2022
New#
- Introduce new standalone NEWS page to capture changes to the RSPM Offline Downloader.
Fixed#
- The Offline Downloader now supports downloading binary packages for newly released R versions and operating systems without requiring an upgrade of the tool. (#6454)
- The general performance of the Offline Downloader's
get cran
command has been improved. (#5271)