Up to [cvs.NetBSD.org] / pkgsrc / devel / R-repr
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 1 01:29:51 2023 UTC (4 weeks, 2 days ago) by mef
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
(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)
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 6 13:07:29 2021 UTC (19 months, 3 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.8: +7 -2
lines
Diff to previous 1.8 (colored)
(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
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 8 19:53:40 2019 UTC (3 years, 5 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.7: +4 -6
lines
Diff to previous 1.7 (colored)
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
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 31 15:35:44 2019 UTC (3 years, 6 months ago) by brook
Branch: MAIN
Changes since 1.6: +8 -8
lines
Diff to previous 1.6 (colored)
R-repr: update to version 1.0.1. Update to the canonical form of an R package.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 7 13:04:10 2019 UTC (3 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update to 0.19.2 No upstream changelog found.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 27 15:10:20 2019 UTC (4 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
Update to 0.19.1 No upstream changelog found.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 21 06:21:20 2018 UTC (4 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 28 14:40:43 2018 UTC (4 years, 6 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Thu May 31 01:40:25 2018 UTC (4 years, 8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
Update to 0.15.0 No upstream changelog found.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 7 20:51:53 2018 UTC (4 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
devel/R-repr: Import version 0.12.0 String and binary representations of objects for several formats/mime types.