add version 2.2.0 to r-cli (#20858)
This commit is contained in:
parent
d2f99bb42b
commit
89b745ed3f
1 changed files with 9 additions and 3 deletions
|
@ -7,14 +7,20 @@
|
|||
|
||||
|
||||
class RCli(RPackage):
|
||||
"""A suite of tools designed to build attractive command line interfaces
|
||||
('CLIs'). Includes tools for drawing rules, boxes, trees, and
|
||||
'Unicode' symbols with 'ASCII' alternatives."""
|
||||
"""Helpers for Developing Command Line Interfaces
|
||||
|
||||
A suite of tools to build attractive command line interfaces ('CLIs'), from
|
||||
semantic elements: headings, lists, alerts, paragraphs, etc. Supports
|
||||
custom themes via a 'CSS'-like language. It also contains a number of lower
|
||||
level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with
|
||||
'ASCII' alternatives. It integrates with the 'crayon' package to support
|
||||
'ANSI' terminal colors."""
|
||||
|
||||
homepage = "https://github.com/r-lib/cli#readme"
|
||||
url = "https://cloud.r-project.org/src/contrib/cli_1.0.0.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/cli"
|
||||
|
||||
version('2.2.0', sha256='39a77af61724f8cc1f5117011e17bb2a488cbac61a7c112db078a675d3ac40b8')
|
||||
version('2.0.2', sha256='490834e5b80eb036befa0e150996bcab1c4d5d168c3d45209926e52d0d5413b6')
|
||||
version('1.1.0', sha256='4fc00fcdf4fdbdf9b5792faee8c7cf1ed5c4f45b1221d961332cda82dbe60d0a')
|
||||
version('1.0.1', sha256='ef80fbcde15760fd55abbf9413b306e3971b2a7034ab8c415fb52dc0088c5ee4')
|
||||
|
|
Loading…
Reference in a new issue