Skip to content

Commit

Permalink
Update to 1.5.1
Browse files Browse the repository at this point in the history
Upstream changes:
1.5.1

    crayon now does not fail to install from source if the utils package is not loaded (#133).

1.5.0

    You can use the new cli.default_num_colors option to set the default number of ANSI colors, only if ANSI support is otherwise detected. See the details in the manual of num_ansi_colors(). (From cli.)

    crayon now install cleanly on R 3.4.x and R 3.5.x on Windows (#131).

1.4.2

    Better ANSI support detection if there is an active sink().

    Support ANSI markup in RStudio jobs.

1.4.1

    ANSI color support detection works correctly now in older RStudio (#112).

    ANSI color support detection works correctly now on older R versions (#109).

1.4.0

    Overhauled and much improved detection of ANSI color support and number of ANSI colors.

    NO_COLOR environment variable disables color (#64)

    Now colors are turned on if ANSICON (https://github.com/adoxa/ansicon) is active.

    New hyperlink() function to add hyperlinks to terminal output. The new has_hyperlink() function tests if the current stdout() supports this.

    reset style now restores previous style for text following it (@brodieG, #35).

    Warnings are no longer generated when the INSIDE_EMACS environment variable is set but does not include a version number.
  • Loading branch information
wen committed Apr 2, 2022
1 parent 3389252 commit ce66588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-crayon/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:38 brook Exp $
# $NetBSD: Makefile,v 1.5 2022/04/02 02:57:05 wen Exp $

R_PKGNAME= crayon
R_PKGVER= 1.3.4
R_PKGVER= 1.5.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions devel/R-crayon/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 10:14:03 nia Exp $
$NetBSD: distinfo,v 1.4 2022/04/02 02:57:05 wen Exp $

BLAKE2s (R/crayon_1.3.4.tar.gz) = 63096623d36d540aee3e69b88a91efcdced1c59e6c308837852e90c251e5010d
SHA512 (R/crayon_1.3.4.tar.gz) = 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18
Size (R/crayon_1.3.4.tar.gz) = 658694 bytes
BLAKE2s (R/crayon_1.5.1.tar.gz) = cda2d7a31a93f3b76393f9e97d146dd1962a9edbe827615bb3d866b9d400d530
SHA512 (R/crayon_1.5.1.tar.gz) = b0a200e27572a9690aa7038b57ef93494cb1ec10cb285b4cd76bc2cd19e0af87ee31a179daa617e107c55dde77a602238ec3445d3e918d413b6674d02fc03096
Size (R/crayon_1.5.1.tar.gz) = 40178 bytes

0 comments on commit ce66588

Please sign in to comment.