Commit graph

8 commits

Author SHA1 Message Date
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
brook
ecb49291dd R-repr: update to version 1.0.1.
Update to the canonical form of an R package.
2019-07-31 15:35:44 +00:00
wen
7373edd729 Update to 0.19.2
No upstream changelog found.
2019-04-07 13:04:10 +00:00
wen
214042b901 Update to 0.19.1
No upstream changelog found.
2019-01-27 15:10:20 +00:00
wen
ac714c0a05 Update to 0.18
Upstream changes:
0.18
    [#103] Add new mime types:
        repr_plotly1
        repr_vega4
        repr_vegalite2
        repr_vdom

0.17
    Fix tests on Windows

0.16
    [#96] Fix displaying lists with mixed named and unnamed items
    [IRkernel/IRkernel#588] Fixed in #98 and #99 independently
2018-12-21 06:21:20 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
wen
987ea50ae6 Update to 0.15.0
No upstream changelog found.
2018-05-31 01:40:25 +00:00
minskim
71c59a1a45 devel/R-repr: Import version 0.12.0
String and binary representations of objects for several formats/mime
types.
2018-02-07 20:51:53 +00:00