The NetBSD Project

CVS log for pkgsrc/textproc/R-htmlTable/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / R-htmlTable

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 8 11:15:48 2021 UTC (2 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, 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, HEAD
Changes since 1.2: +14 -2 lines
Diff to previous 1.2 (colored)

(textproc/R-htmlTable) updated 1.13.1 to 2.2.1

Changes fro 2.2.1
-----------------
* The `txtInt` handles `NA` more gracefully.

Changes fro 2.2.0
-----------------
* Added `htmlTable_args` attribute for making modifications to the
  final table easier

Changes fro 2.1.0
-----------------
* Added options for how the empty spacer cell appears (see
  `addHtmlTableStyle()` spacer.* options)
* Fixed ignored `align.header`
* Fix for wrapped styles (issue #80)

Changes for 2.0.1
-----------------
* Fix for txtRound not handling negative numbers (issue #76)
* Fix bug for `hidden.rgroup` & `hidden_tspanner` in `tidyHtmlTable`
* Documentation improvements & switched to markdown docs

Changes for 2.0.0
------------------
* Added theming and styling with `addHtmlTableStyle` and
  `setHtmlTableTheme` to reduce the cognitive burden of finding the
  right option within the docs. Note: this may impact your current
  tables and hence the major version (2.0.0).
* Changed so that `css.cell` is properly applied to rownames, cell
  fillers and the actual cells of interest (may impact the final
  layout!)
* Breaking change `tidyHtmlTable`: Moved to a fully tidyverse
  compatible system with tidyHtmlTable. This is a breaking change to
  the API as we switch from columns as strings to `tidyselect` syntax
  and as `gather`/`spread` have been replaced by
  `pivot_longer`/`pivot_wider` the default values have been updated in
  accordance with their defaults, e.g. `rnames = "name"` and `value =
  "value"`.
* Breaking change `tidyHtmlTable`: Sorting of rows is skipped as we
  may have situations with repeating inputs and this can easily be
  performed pre-function by calling `dplyr::arrange`. This has
  furthermore the desirable feature that any custom sorting is
  retained.
* Added *mso-number-format* to help (Issue #63) - thanks Rasmus Hertzum
* txtRound can now add txtInt when formatting the integer section for
  easier readability
* Added htmlTable css options - they should all start with
  `htmlTable.`
* `pos.caption` now uses match.arg as expected
* Fixed proper S3 function definition for `htmlTable` with all the
  arguments
* Added `htmlTable.css.border` style option for allowing to choose
  border style. Also fixed bug with cgroup empty cells and vertical
  border.
* Added `htmlTable.pretty_indentation` option for skipping the
  stripping of all the tabs that was required due to old Pandoc bug.
* Added `attr(x, "html") <- TRUE` by default and UTF-8 encoding on all
  outputted strings to mimic the `htmltools::HTML` function behavior.
* For simple tibble output the `tidyHtmlTable` can now be used to
  choose a column for the rnames argument
* The print statement now respects the `chunk_output_type` in Rmd
  files in RStudio
* `tidyHtmlTable` now accepts table function that allows switching to
  other table functions
* Added `css.header` style as using `css.cell` wasn't entirely
  intuitive (fixes issue #73)
Changes for 1.13.3
------------------
* Prepared for R 4.0

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 8 19:53:56 2019 UTC (4 years, 8 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, 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.1: +4 -6 lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Wed Jul 31 13:47:23 2019 UTC (4 years, 8 months ago) by brook
Branch: MAIN

R-htmlTable: initial commit.

Tables with state-of-the-art layout elements such as row spanners,
column spanners, table spanners, zebra striping, and more. While
allowing advanced layout, the underlying css-structure is simple in
order to maximize compatibility with word processors such as 'MS Word'
or 'LibreOffice'. The package also contains a few text formatting
functions that help outputting text compatible with HTML/LaTeX.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>