You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
The original Fortran-code writes to and reads from scratch to form a list of the rectangles found. For CRAN, this is highly problematic and will likely prevent its aceptance as CRAN-package:
Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs.
The obvious solution is to exit the Fortran-code to test for possible rectangles and write to the rectangle-list in R, and then return to the loop in Fortran. BUT: Is this possible at all (or desirable)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The original Fortran-code writes to and reads from scratch to form a list of the rectangles found. For CRAN, this is highly problematic and will likely prevent its aceptance as CRAN-package:
Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs.
The obvious solution is to exit the Fortran-code to test for possible rectangles and write to the rectangle-list in R, and then return to the loop in Fortran. BUT: Is this possible at all (or desirable)?
The text was updated successfully, but these errors were encountered: