Commit graph

7 commits

Author SHA1 Message Date
nia
a643c936b3 textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
2021-10-26 11:21:28 +00:00
nia
e05b375eba textproc: Remove SHA1 hashes for distfiles 2021-10-07 15:00:34 +00:00
mef
e95c79a0de (textproc/R-DT) fix build +DEPENDS+= R-jquerylib 2021-09-21 23:20:53 +00:00
mef
18c2a891d4 (textproc/R-DT) Updated 0.15 to 0.19
(from: https://github.com/rstudio/DT/releases/tag/v0.19 etc)
DT 0.19
NEW FEATUERS

  * Add vertical and opacity option to filter which applies to the noUiSliders.
    This is useful with limited width DataTables to prevent x overflow (thanks,
    @alexvpickering, #919).

  * Now the user is able to restrict the editing to accept only numbers by,
    e.g., datatable(..., editable = list(target = "cell", numeric = 3:5)). By
    default, the editing is restricted to numbers for all numeric columns; set
    numeric = "none" to disable this behavior (thanks, @stla, #860 #824).

  * Now the user can request text areas for the editing by, e.g., datatable
    (..., editable = list(target = "cell", area = 1:2)). Text areas are useful
    for cells with large contents (thanks, @stla #860, @fabiangehring #671).

MAJOR CHANGES
  * Upgraded jQuery from v1.12.4 to v3.x imported from the jquerylib R package.

DT 0.18
NEW FEATURES

  * datatable()'s style argument now defaults to 'auto', which resolves to
    either 'bootstrap' or 'bootstrap4' when a {bslib} theme is relevant. If a
    {bslib} theme isn't relevant, 'auto' resolves to the old default value of
    'default' (thanks, @cpsievert, #852).

  * Add a new function styleRow(). It's useful when you want to apply CSS
    styles based on Row Indexes (thanks, @s-fleck, #894).

BUG FIXES

  * datatable(data) and datatable(data, fillContainer = TRUE) now work as
    expected when statically rendered inside flexdashboard::flex_dashboard()
    (thanks, @cpsievert, #904).

DT 0.17
NEW FEATURES

  * Support the new datatables' extension SearchBuilder. With this new
    extension, users can construct a complex search query by adding groups and
    conditions. Note, as the time of writing, this extension only works on the
    client-side processing mode (thanks, @stla, #875)

  * Add a new plugin diacritics-neutralise, which can be used for searching
    accented, non-Latin characters with their unaccented counterparts. Note, it
    will only work in the client-side processing mode (thanks,
    @tyler-richardett, #887).

MINOR CHANGES

  * The autoHideNavigation argument now works with the default theme. In
    addition, the prerequisite is properly documented. Specifically speaking,
    it only works when the pageLength option is provided and is rendered in the
    client-side processing mode (thanks, @bhogan-mitre, #856).

  * When editing factor columns, editData() now automatically updates the
    factor levels if it's necessary (thanks, @aman-malik3010, #865).

BUG FIXES

  * Fix the issue that addRow() would fail when the proxy DT table contains no
    data (e.g., a zero-row data.frame) (thanks, @chalioui, #888).

  * DT no longer overrides the options$responsive to TRUE. Thus, it enables
    users to provide customized options for the Responsive extension (thanks,
    @hdrab127, #885).

DT 0.16
NEW FEATURES

  * Add a new plugin accent-neutralise, which can be used for searching
    accented characters with their unaccented counterparts. Note, it will only
    work in the client-side processing mode (#822).

  * addRow() now has a new parameter resetPaging. By setting it to FALSE, we
    can keep the paging position after adding a row (thanks, @stanstrup, #853).

MINOR CHANGES

  * Upgrade the SearchPanes extension to v1.1.1 so that it can display all the
    entries properly with the Scroller extension (thanks, @JonasMandel @stla, #
    820).

  * The class argument now keeps user-defined classes with bootstrap themes
    (thanks, @mmuurr, #806).

  * Now DT will throw a clear error message if the value of search provided in
    datatables(..., options=) is illegal (thanks, @realHenningLorenzen, #848).

BUG FIXES

  * Fix the issue that the sorting results may not be expected after formatting
    functions applied. This is a regression of PR #777 (thanks,
    @fernandofernandezgonzalez @shrektan, #837).

  * styleColorBar() now displays correctly on Safari, when the data is greater
    than the upper limit, due to negative css percentage values (thanks,
    @Seyphaton, #843).
2021-09-04 12:34:42 +00:00
mef
72c3c26510 (textproc/R-DT) Updated 0.11 to 0.15, NEWS.md unknown 2020-09-20 09:33:39 +00:00
mef
7d0569d952 (textproc/R-DT) convert R-crosstalk from TEST_DEPENDS to DEPENDS 2020-02-01 02:54:55 +00:00
mef
d5ee2dcc9e textproc/R-DT: import R-DT-0.11
Data objects in R can be rendered as HTML tables using the JavaScript
library 'DataTables' (typically via R Markdown or Shiny). The
'DataTables' library has been included in this R package. The package
name 'DT' is an abbreviation of 'DataTables'.
2020-01-13 10:01:18 +00:00