Path to this page:
Subject: CVS commit: pkgsrc/devel/R-cli
From: Makoto Fujiwara
Date: 2023-01-01 01:44:35
Message id: 20230101004435.C67BDFA90@cvs.NetBSD.org
Log Message:
(devel/R-cli) Updated 3.4.1 to 3.5.0
# cli 3.5.0
* New `keypress()` function to read a single key press from a terminal.
* New function `pretty_print_code()` to print function objects with syntax
highlighting at the R console.
* `col_*` and `bg_*` functions how handle zero-length input correctly (#532).
* New function `ansi_collapse()` to collapse character vectors into a single
string.
* `ansi_strtrim()` now handles some edge cases better, when `ellipsis` has
length zero, and when it is wider than `width`.
* New `hash_file_md5()` function to calculate the MD5 hash of one or more
files.
Files: