Path to this page:
Subject: CVS commit: pkgsrc/devel/R-cli
From: Makoto Fujiwara
Date: 2020-09-20 23:22:02
Message id: 20200920212202.C41A6FB28@cvs.NetBSD.org
Log Message:
(devel/R-cli) Updated 1.1.0 to 2.0.2, make test fails now.
# cli 2.0.2
* The status bar now does not simplify multiple spaces by a single space.
* cli now does not crash if it fails to detect whether the RStudio theme
is a dark theme (#138).
* cli now works better with wide Unicode characters, for example emojis.
In particular, a status bar containing emojis is cleared properly (#133).
* The status bar now does not flicker when updated, in terminals (#135).
# cli 2.0.1
* Symbols (`symbol$*`) are now correctly printed in RStudio on Windows (#124).
* The default theme for `cli_code()` output looks better now, especially
in RStudio (#123).
* Remove spurious newline after a `cli_process_start()` was cleared
manually, and also at the end of the function.
* Use Oxford comma when listing 3 or more items (@jonocarroll, #128).
# cli 2.0.0
## Semantic command line interface tools
cli 2.0.0 has a new set of functions that help creating a CLI using a set
of higher level elements: headings, paragraphs, lists, alerts, code blocks,
etc. The formatting of all elements can be customized via themes.
See the "Building a semantic CLI" article on the package web site:
https://cli.r-lib.org
## Bug fixes:
* Fix a bug in `is_dynamic_tty()`, setting `R_CLI_DYNAMIC="FALSE"` now
properly turns dynamic tty off (#70).
CVS: ----------------------------------------------------------------------
Files: