-
CRAN release candidate (Mar. 12 2020)
- Biarch: true in DESCRIPTION.
- In windows environment, if you have configure.win file, cross-compilation is not executed. This Biarch option solves it.
- (ref) https://community.rstudio.com/t/configure-win-and-cran-submission/24684/4?fbclid=IwAR3RIMNzABwyBicz6hSPG6m1hmurtEzLGPjgMTFsjXJVkHEqBdW6wYFPd-Q
- Package C++ main file (data_sailr_cpp_main.cpp) is updated for minor warnings.
- Rcpp vectors' size() function returns singed int. Chage my code to be compatible with it.
- Pass R defined makefile variables to Onigmo and libsailr makefiles
-
Minor updates (Mar. 15 2020)
- Typos are corrected in README.md
- Also, the following files are updated to resolve CRAN submission problems.
- library() functions are removed.
- These are used especially in test functions.
- Title and description in DESCRIPTION are updated.
-
Minor updates (Mar. 18 2020)
- DESCRIPTION file is updated
- printf() functions are enclosed within IF_DEBUG() macro in src/data_sailr_cpp_main.cpp
- Including stdout/stderr related functions is not allowed in CRAN package.
- bin directory is renamed to exec
-
Minor updates (Mar. 22 2020)
- DESCRIPTION file is updated. (Encoding and SystemRequirements)
- Example script is added to package document.
-
Factor class vector in dataframe is supported. They are now dealt as CharactorVector. (Apr. 1 2020)
- In this implementation, factor levels is supposed to be CharacterVector.