mhunter1 / dynr

Dynamic Modeling in R
5 stars 6 forks source link

ERROR(s) during compilation: source code errors or compiler configuration errors! #258

Closed ElwinKardux closed 3 years ago

ElwinKardux commented 3 years ago

Dear admins,

I followed the Instructions for Users file, and everything seems to work. However, whenever I try to use the dynr.cook() functon (from the demo's), I get an error related to gsl:

image

image

I found one post with a similar question, but the solution does not fix my error: https://stackoverflow.com/questions/53735407/r-not-recognizing-gsl-library-undefined-references

Do you have any clue how to resolve this? Thank you in advance!

ElwinKardux commented 3 years ago

On the status page for window, similar errors are given apparently: https://cran.r-project.org/web/checks/check_results_dynr.html

mhunter1 commented 3 years ago

Hi Elwin,

This is a known issue and is resolved in our source code with issue #253 . The problem is with the current CRAN version of dynr. It's a year old and doesn't play nicely with R 4.0. I solved the issue back in June but haven't updated the CRAN version yet.

Can you email the maintainer from my info at https://CRAN.R-project.org/package=dynr ? I'll share a Dropbox link to a Windows binary that has the problem fixed.

We'll be posting the fixed version to CRAN soon!

-Mike Hunter

mhunter1 commented 3 years ago

As of CRAN version 0.1.15-95 and later, the problem is fixed.