-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(devel/R-cli) Updated 3.6.2 to 3.6.3
# cli 3.6.3 * cli now builds on ARM Windows. * "Solarized Dark" is now the default syntax highlighting theme in terminals. * The `{.obj_type_friendly}` inline style now only shows the first class name (#669 @olivroy). * Syntax highlighting now does not fail in RStudio if the rstudioapi package is not installed (#697).
- Loading branch information
mef
committed
Sep 21, 2024
1 parent
4535189
commit b594639
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.17 2024/01/20 05:43:37 mef Exp $ | ||
# $NetBSD: Makefile,v 1.18 2024/09/21 10:53:07 mef Exp $ | ||
|
||
R_PKGNAME= cli | ||
R_PKGVER= 3.6.2 | ||
R_PKGVER= 3.6.3 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -27,6 +27,8 @@ TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny | |
TEST_DEPENDS+= R-whoami-[0-9]*:../../devel/R-whoami | ||
TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang | ||
|
||
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec | ||
|
||
USE_LANGUAGES= c | ||
|
||
REPLACE_RSCRIPT+= inst/examples/apps/*.R | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.15 2024/01/20 05:43:37 mef Exp $ | ||
$NetBSD: distinfo,v 1.16 2024/09/21 10:53:07 mef Exp $ | ||
|
||
BLAKE2s (R/cli_3.6.2.tar.gz) = 0ff8f284fff4a00e81a21582b2f16f39ee8f95248f1197d882f5d48766bc4ad8 | ||
SHA512 (R/cli_3.6.2.tar.gz) = e8e82b9b0964f4988e4cdc6c89a193a9080f2118e36b30c0601f3cc17a3f8269af60eac519c61b3eda672bd7c06d11338eabba631511e499dd62d954a0a4c806 | ||
Size (R/cli_3.6.2.tar.gz) = 569771 bytes | ||
BLAKE2s (R/cli_3.6.3.tar.gz) = 60d33584950a0e614e568d03a26ecb72b7701d45703c9af1202761cdc171f940 | ||
SHA512 (R/cli_3.6.3.tar.gz) = d7f5eac9a4cbcbd4174d979b1c5fa719070bcee80c6aca1c003092290e0749e4a7ce407bf7db8365a05dc4fdb0920a8878f509c995313722ac893c3d2f99e05b | ||
Size (R/cli_3.6.3.tar.gz) = 568162 bytes |