|
1 | 1 | ## Test environments
|
2 | 2 | * local Debian GNU/Linux bullseye install, R 3.6.1
|
3 |
| -* rhub (`"fedora-clang-devel"`) |
| 3 | +* rhub's `check_with_sanitizers` |
| 4 | +* win-builder all |
4 | 5 |
|
5 | 6 | ## R CMD check results
|
6 | 7 |
|
7 | 8 | ### (local)
|
8 | 9 |
|
9 |
| -checking installed package size ... NOTE |
10 |
| - installed size is 5.1Mb |
11 |
| - sub-directories of 1Mb or more: |
12 |
| - libs 4.7Mb |
| 10 | + checking installed package size ... NOTE |
| 11 | + installed size is 5.1Mb |
| 12 | + sub-directories of 1Mb or more: |
| 13 | + libs 4.7Mb |
13 | 14 |
|
14 | 15 | 0 errors | 0 warnings | 1 note
|
15 | 16 |
|
16 |
| -This note only appears when compiling with g++ in Linux. I believe it is related to Rcpp modules and g++, because `Rcpp::Rcpp.package.skeleton(module=T)` produces the same note. |
| 17 | +### Debian Linux, R-devel, GCC ASAN/UBSAN |
17 | 18 |
|
18 |
| -### r-devel-linux-x86_64-fedora-clang |
| 19 | +0 errors | 0 warnings | 0 note |
19 | 20 |
|
20 |
| -(BEFORE) |
21 |
| -ERROR |
| 21 | +### win-builder |
22 | 22 |
|
| 23 | +0 errors | 0 warnings | 1 note |
23 | 24 |
|
24 |
| - In file included from nExtJT.cpp:4: |
25 |
| - In file included from /data/gannet/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:31: |
26 |
| - In file included from /data/gannet/ripley/R/test-clang/RcppArmadillo/include/RcppArmadilloForward.h:26: |
27 |
| - In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/RcppCommon.h:168: |
28 |
| - In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/as.h:25: |
29 |
| - /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/internal/Exporter.h:31:30: error: reference member 't' binds to a temporary object whose lifetime would be shorter than the lifetime of the constructed object |
30 |
| - Exporter( SEXP x ) : t(x){} |
31 |
| - |
32 |
| - |
33 |
| -This is fixed in the new version. Solution found [here](https://stackoverflow.com/questions/56004251/rcpp-module-error-with-a-constructor-taking-numericvector-as-parameter) |
34 |
| - |
35 |
| -Result on rhub **Fedora Linux, R-devel, clang, gfortran** |
36 |
| - |
37 |
| -* checking CRAN incoming feasibility ... NOTE |
38 |
| -Maintainer: ‘Juan C. Laria <juank.laria@gmail.com>’ |
39 |
| - |
40 |
| -Days since last update: 1 |
41 |
| - |
42 |
| -Possibly mis-spelled words in DESCRIPTION: |
43 |
| - Culp (15:600) |
| 25 | +Days since last update: 2 |
0 commit comments