This is a resubmission of version 1.2.2 (original submission in August as 1.2.1). In this version I have:
- Fixed a build ERROR under c++14 via g++-6. The error was:
cyclops/CompressedDataMatrix.h:406:34: error: call of overloaded ‘make_unique(bsccs::IntVectorPtr&, bsccs::RealVectorPtr&, bsccs::FormatType&)’ is ambiguous
- Solution:
- I have if-guarded my c++11 work-around for
make_unique()
- I have added a travis-ci build that compiles under c++14 to check that there are no standing forward-compatibility issues and to help limit future errors.
- I thank Brian Ripley for taking the time to find this issue; I am a big fan of c++14 and hope to see more use of it in R.
- I have if-guarded my c++11 work-around for
- Solution:
- Fixed multiple ASan and UBSan warnings
- local OS X install, R 3.3.1
- ubuntu 12.04 (on travis-ci), R 3.2.5, gcc 4.6.3 and gcc 6.0
- win-builder (devel and release)
There were no ERRORs or WARNINGs.
There were 1 NOTE:
- checking CRAN incoming feasibility ... NOTE Maintainer: 'Marc A. Suchard [email protected]'
Possibly mis-spelled words in DESCRIPTION: datasets (14:36) healthcare (12:40) majorization (11:5) parallelization (13:50)
- These words are spelled correctly, albeit the latter two in American English
There are currently no downstream dependencies.