Skip to content

Releases: andrie/miniCRAN

v0.2.13

13 Jul 10:54
Compare
Choose a tag to compare

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:

Minor changes:

  • Removed reference to dependency on curl, since the actual dependency was removed in a previous version of the package.
  • Treat the writePACKAGES argument consistently, as suggested by @vh-d in #130
  • Improve test coverage
  • Fix some broken examples

v0.2.12

07 Jul 10:45
Compare
Choose a tag to compare

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 to available.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 on XML in a future release.

Internal changes

  • Rewrote mocking mechanism in tests

v0.2.11

16 Jan 03:29
Compare
Choose a tag to compare

Release to CRAN on 2018-01-15

New features:

  • None

Bug fixes:

  • use cran.microsoft.com instead of mran.microsoft.com for MRAN url (#104)

Other changes:

  • Use pkgdown to build documentation site (#105)
  • Speed up unit testing by mocking internal functions (#107)

v0.2.9

20 Oct 09:57
Compare
Choose a tag to compare

Released to CRAN on 2017-07-21

  • The igraph now gets imported (previously it was a Suggests)
  • Use tools::CRAN_package_db() to read package description on CRAN
  • Extend test suite coverage

v0.2.8

20 Oct 09:57
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

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

19 Aug 11:43
Compare
Choose a tag to compare

Bug fixes:

  • Apply fix when using makeRepo() from a local miniCRAN. (#76)

Released to CRAN on 2016-08-21

v0.2.6

26 Jun 16:29
Compare
Choose a tag to compare

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 contains file:/// 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

v0.2.5

12 Apr 22:43
Compare
Choose a tag to compare

Submitted to CRAN on 2016-04-12

v0.2.4

12 Apr 09:49
Compare
Choose a tag to compare

Released to CRAN on 2015-03-27

Changed copyright to Microsoft.

v0.2.2

26 Mar 18:26
Compare
Choose a tag to compare

This release has several enhancements:

  • Add ability to specify specific version of R to all functions, in particular pkgDep() and makeRepo(). Previously, makeRepo() always installed packages from the same version of R that is currently running, #41
  • Additional documentation and vignettes #37 and #38