Changes since version 0.5: * Improve the canonical format of an R package Makefile: - Place R_PKGNAME, R_PKGVER, and CATEGORIES in the first stanza. - Simplify CATEGORIES by defining common ones in Makefile.extension. - Use the default value of HOMEPAGE defined in Makefile.extension. * Annotate generated comments with [R2pkg] to make them easier to find.
55 lines
1.2 KiB
Text
55 lines
1.2 KiB
Text
$NetBSD: RELEASE,v 1.3 2019/08/08 20:14:27 brook Exp $
|
|
|
|
RELEASE
|
|
=======
|
|
|
|
R2pkg v.0.2 (2015-04-25)
|
|
------------------------
|
|
|
|
* Initial public release
|
|
|
|
R2pkg v.0.3 (2017-07-18)
|
|
------------------------
|
|
|
|
* Add to packages conflicting with the base R package.
|
|
|
|
* Add recursion (-r).
|
|
|
|
* Add support for updating packages (-u).
|
|
|
|
R2pkg v.0.4 (2019-06-24)
|
|
------------------------
|
|
|
|
* Fix recursion.
|
|
|
|
* Add both c and c++ to USE_LANGUAGES.
|
|
|
|
* Add maintainer email handling (-M).
|
|
|
|
* Use buildlink3.mk files for dependencies when available.
|
|
|
|
R2pkg v.0.5 (2019-07-31)
|
|
------------------------
|
|
|
|
* Improve support for updating packages.
|
|
|
|
* Add explicit option to create packages (-c).
|
|
|
|
* Relax comparisons for COMMENTS to allow case and some punctuation
|
|
differences.
|
|
|
|
* Expand the list of licenses and base R packages checked for.
|
|
|
|
* Improve support for recursion.
|
|
|
|
R2pkg v.0.6 (2019-08-08)
|
|
------------------------
|
|
|
|
* Improve the canonical format of an R package Makefile:
|
|
|
|
- Place R_PKGNAME, R_PKGVER, and CATEGORIES in the first stanza.
|
|
- Simplify CATEGORIES by defining common ones in Makefile.extension.
|
|
- Use the default value of HOMEPAGE defined in Makefile.extension.
|
|
|
|
* Annotate generated comments with [R2pkg] to make them easier to find.
|
|
|