All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
(devel/R-repr) Updated 1.0.1 to 1.1.3
https://github.com/IRkernel/repr/releases
1.1.3
@flying-sheep flying-sheep released this Jan 21, 2021
* [82041bf] Switch to testthat 3
* [68bf64e,#139] Fix URLs in README
1.1.2
@flying-sheep flying-sheep released this Jan 21, 2021
* [#135] Fix time series not supporting 1-row output
* [04239d0] Switch from dplyr::tbl to tibble::tibble
1.1.1
@flying-sheep flying-sheep released this Aug 19, 2020
* [#128] Add class="dataframe" to the HTML <table/> tags
* [9af4e98] Fixes reprs of lists with identical(names(l), '') #133
1.1.0
@flying-sheep flying-sheep released this Jan 28, 2020
* [#125] Add option repr.vector.max.items to limit displayed vectors (by
default to maximally 400 items)
* [#125] Prettify HTML representation of vectors by displaying style tags
with them
1.0.2
@flying-sheep flying-sheep released this Dec 16, 2019
* [d25aad0] Optimize has_row_names using .row_names_info to speed up reprs of
large data.frames (Issue #119)
* [7ca5bb9] Fix column specification in repr_latex.matrix
* [ddeb9fc] Add repr_vega5, repr_vegalite3 and repr_vegalite4
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
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
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.