Closed cvitolo closed 8 years ago
@cvitolo Thanks for your submission! This is a nice package, but we think it falls outside the scope of rOpenSci. We encourage submitting to CRAN and to JOSS.
@cvitolo let me know if you have any questions / want to discuss this decision
Summary
Requirements
Confirm each of the following by checking the box. This package:
Publication options
paper.md
with a high-level description.Detail
R CMD check
(ordevtools::check()
) succeed? Paste and describe any errors or warnings:R CMD check succeeds with no ERRORs or WARNINGs. However there is 1 NOTE:
Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor the system RNG.
I do not know how to modify the c++ code to fix this.