Closed dewittpe closed 10 months ago
Every check is passing except for ununtu-lastest (devel). The following warnings are considered errors in the check
Found the following significant warnings:
/home/runner/work/_temp/Library/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘std::streamsize’ {aka ‘long int’} [-Wformat=]
/home/runner/work/_temp/Library/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘std::streamsize’ {aka ‘long int’} [-Wformat=]
/home/runner/work/_temp/Library/Rcpp/include/Rcpp/print.h:30:19: warning: format not a string literal and no format arguments [-Wformat-security]
See ‘/home/runner/work/cpr/cpr/check/cpr.Rcheck/00install.out’ for details.
This error is not something that I can control in my package code.
This PR has turned into a lot of small changes. The big one, the parallization, has been removed as it was found to be to expensive comutationally.