[R-pkg-devel] Problem calling R random number generator from Fortran

2023-08-25 Thread Stephen Meyers
   CALL getseed()     e = getunif()     CALL putseed() Here is link to the full package with the above code implemented: https://drive.google.com/file/d/1VyfFoWTAtCSYIqB3CZ8i--xL5E4_qz2w/view?usp=sharing The relevant source is in /src/asm1.8cR.f and src/getunif.c Many thanks for any

[R-pkg-devel] Debian and Fedora clang segmentation faults

2024-05-27 Thread Stephen Meyers
but July 2014: https://cran.r-project.org/web/checks/check_results_astrochron.html I'm developing this on a Intel Mac, and trying to track down the specific issue, without success yet. The relevant source is in /src/asm1.8cR.f Many thanks for any advice you can provid