-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Milestone
Description
Summary:
The Sundials code has printf statements, which cause CRAN to generate warnings for StanHeaders.
Description:
Found 'printf', possibly from 'printf' (C)
Objects: 'cvode/src/sundials/sundials_direct.o',
'cvode/src/sundials/sundials_sparse.o',
'cvode/src/nvec_ser/nvector_serial.o'
Found 'putchar', possibly from 'putchar' (C)
Objects: 'cvode/src/sundials/sundials_direct.o',
'cvode/src/sundials/sundials_sparse.o',
'cvode/src/nvec_ser/nvector_serial.o'
Reproducible Steps:
Do R CMD check on StanHeaders on Windows
Current Output:
There is no output. The printf statements are not actually called.
Expected Output:
There should be no warnings from CRAN.
Additional Information:
We have to ifdef out the printf statments like they do in CVODE.
Current Version:
v2.9.0
Metadata
Metadata
Assignees
Labels
No labels