(lang/R-cpp11) Updated 0.2.7 to 0.3.1
# cpp11 0.3.1 # cpp11 0.3.0 ## New functions and features * New `x.empty()` method to check if a vector is empty (@sbearrows, #182) * New `x.named()` method to check if a vector is named (@sbearrows, #186) * New `na()` free function to return the NA sentinels for R objects (@sbearrows, #17 9) ## Major fixes * Memory no longer inadvertently leaks when move constructing vectors (#173) ## minor improvements and fixes * Incorrectly formatted cpp11 decorators now output a more informative error message (@sbearrows, #127) * Generated registration code now uses C collation to avoid spurious changes from `tools::package_native_routine_registration_skeleton()` (@sbearrows, #171) * Makevars files which include filenames now handle spaces in paths properly (@klmr, #160)
This commit is contained in:
parent
ae4c27a9a5
commit
e867ad575c
2 changed files with 22 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2021/06/12 22:01:40 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2021/09/04 14:32:31 mef Exp $
|
||||
|
||||
R_PKGNAME= cpp11
|
||||
R_PKGVER= 0.2.7
|
||||
R_PKGVER= 0.3.1
|
||||
CATEGORIES= lang
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -9,7 +9,22 @@ COMMENT= C++11 Interface for R's C Interface
|
|||
LICENSE= mit # + file LICENSE
|
||||
|
||||
# Packages suggested but not available: 'bench', 'decor', 'lobstr'
|
||||
|
||||
TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
|
||||
TEST_DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
|
||||
TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
|
||||
TEST_DEPENDS+= R-cli-[0-9]*:../../devel/R-cli
|
||||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
|
||||
TEST_DEPENDS+= R-desc-[0-9]*:../../devel/R-desc
|
||||
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
|
||||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
||||
TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
|
||||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
||||
TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
|
||||
TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
|
||||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
|
||||
TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
|
||||
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2021/06/12 22:01:40 mef Exp $
|
||||
$NetBSD: distinfo,v 1.3 2021/09/04 14:32:31 mef Exp $
|
||||
|
||||
SHA1 (R/cpp11_0.2.7.tar.gz) = 697d81636f5cc9a6184f90afc46bfbe9114249ca
|
||||
RMD160 (R/cpp11_0.2.7.tar.gz) = 8f7a6d15e4446faab02156753447fd1d69ac05d2
|
||||
SHA512 (R/cpp11_0.2.7.tar.gz) = 8210a57823c00f4b5c6739f53d653e9d3fa422bcf771dcc3857c0bc12a602fd09079da308490af7c42fe561e734e94cfa327fe6e232b60769f06322487228c1e
|
||||
Size (R/cpp11_0.2.7.tar.gz) = 199530 bytes
|
||||
SHA1 (R/cpp11_0.3.1.tar.gz) = 5ba3ab07cd9f33d8680f9f409a0b703b391a964c
|
||||
RMD160 (R/cpp11_0.3.1.tar.gz) = fcf5820f94a64a954e4f39a79551064daf4f03d8
|
||||
SHA512 (R/cpp11_0.3.1.tar.gz) = 86ccc2c64b54d40aed32f5e8f35eed2e893d1289a372484852de162ad0eaaabf36b4b600fe91a0009e435e1778a65990a2bddae3c53d2ed136cec5682e9d4e2a
|
||||
Size (R/cpp11_0.3.1.tar.gz) = 217952 bytes
|
||||
|
|
Loading…
Reference in a new issue