Nuno Teixeira
Nuno Teixeira
> I have now changed it to the below. Do you see any downsides? > > ``` > #include > #if INTPTR_MAX != INT32_MAX > #define IS_64_BIT > #endif >...
@pachadotdev Hello, I think I have all dependencies covered in port. Do you mind take a look? Thanks! ``` TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-decor>0:devel/R-cran-decor \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-mockery>0:devel/R-cran-mockery \...
@pachadotdev That's good news! Didn't found a way to apply the shorter patch: https://github.com/r-lib/cpp11/pull/427/files#diff-a66dc48b52fad8fe92354878da72e04c4b0bfb9d4fea933afcfa3020ac61b0ebR15 on 0.5.1 tarball from R-cran. But I will stay tuned and wait for merge so I...
In order to use FreeBSD ports framework cran helpers, I did download cpp11-main.zip, uncompress and apply https://github.com/r-lib/cpp11/pull/439/commits/9ebcf417d5ff771f50a9131c5382b757c0cbeb04 to it, create a new tarball and use it in ports. Build is...
> OK, I'm building required depends so I can do both methods outside poudriere. ``` git clone https://github.com/r-lib/cpp11.git cd cpp11 R devtools::install() ``` `# R CMD check cpp11test` ```R *...
@pachadotdev after installing missing deps with `> install.packages("PkgName")`: ```R > devtools::check() ✔ checking Rd \usage sections ... ✔ checking Rd contents ... ✔ checking for unstated dependencies in examples ......
@getzze For what I understand, kwowit will be a test depend? If so, I will need to port it to FreeBSD then.