Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FORTRAN Code is not CRAN Compliant. #1

Open
dewittpe opened this issue Sep 9, 2016 · 0 comments
Open

FORTRAN Code is not CRAN Compliant. #1

dewittpe opened this issue Sep 9, 2016 · 0 comments

Comments

@dewittpe
Copy link
Owner

dewittpe commented Sep 9, 2016

The following will need to be fixed before the package can be submitted to CRAN

Reproduce the following with R CMD check.

checking compiled code ... NOTE
File ‘sccm/libs/sccm.so’:
  Found ‘_gfortran_st_write’, possibly from ‘write’ (Fortran), ‘print’
    (Fortran)
    Objects: ‘sclibdbl.o’, ‘scpdbl.o’
  Found ‘_gfortran_stop_string’, possibly from ‘stop’ (Fortran)
    Object: ‘scpdbl.o’

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.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant