2024-10-20 03:29:10 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-repr) Updated 1.1.6 to 1.1.7
# repr 1.1.7
* See the [GitHub releases](https://github.com/IRkernel/repr/releases) page
[#163] Improve tests (@zknitter)
[#166] fix error in repr_text() on packed tibble (@Fan-iX)
[#168] Update test to accomodate for upcoming htmltools release (@cpsievert)
|
2023-06-18 16:31:29 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-repr) Updated 1.1.4 to 1.1.6
1.1.6 (release note unknown)
1.1.5 Latest
[#157] Fix for dev stringr (@hadley)
|
2023-01-01 02:29:51 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-repr) Updated 1.1.3 to 1.1.4
repr 1.1.4
* See the [GitHub releases](https://github.com/IRkernel/repr/releases) page
[#144] Fix html filter to also work with R 4.1.1 html (@renkun-ken)
[#149] Switch CI to GH actions by (@flying-sheep)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
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
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-06 15:07:29 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-repr)
(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
|
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message:
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-04-07 15:04:10 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.19.2
No upstream changelog found.
|
2019-01-27 16:10:20 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.19.1
No upstream changelog found.
|
2018-12-21 07:21:20 by Wen Heping | Files touched by this commit (2) |
Log message:
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
|