Releases: andrie/miniCRAN
Releases · andrie/miniCRAN
v0.2.13
Changes:
- Removed the dependency on
XML
. This will only affect a non-essential function (getCranDesription
) on versions of R prior to R-3.4.0
Bug fixes:
- Fix "t undefined in scope error" #125, contributed by @calligross (https://github.com/calligross)
- Update code and tests to write PACKAGES.rds with compression version 2 for versions of R earlier than R-3.5.0 #129
Minor changes:
v0.2.12
Release to CRAN: 2019-07-06
New features:
- None
Bug fixes:
- Experimental support for mac.binary.el-capitan (#111 and #121)
- Fixed description of
availPkgs
in documentation (#108) - Added backward compatibility for R<3.3.0 when
repos
argument toavailable.packages()
was added (#109)
API change
- On R version 3.4.0 and earlier,
getCranDescription()
will throw a warning that this function is no longer supported. This is in preparation to remove the dependency onXML
in a future release.
Internal changes
- Rewrote mocking mechanism in tests
v0.2.11
v0.2.9
v0.2.8
This release adds:
- New function
addLocalPackage()
to add source or pre-built packages from a local directory (#23). - Updates for R 3.4.0 on macOS (#82; PR #84; PR #86) @vnijs
- Improve documentation for
pkgPath
(#85) - Fix bug in
makeRepo()
when creating repo with multiple package types
This version was not released to CRAN
v0.2.7 Bug fix release
Bug fixes:
- Apply fix when using
makeRepo()
from a local miniCRAN. (#76)
Released to CRAN on 2016-08-21
v0.2.6
This version was released to CRAN on 2016-07-13
- allow using
makeRepo()
to create a miniCRAN repo from an existing local miniCRAN, i.e. the repos containsfile:///
prefix. This enables a use case in the AzureML package. (#76) - easily manage packages for all three Operating Systems (#24)
- fix inconsistent use of Rversion in
addPackage()
(#42)
Release to CRAN on 2016-07-13