slucey / RpathDev

This repo is no longer updated - please visit NOAA-EDAB/Rpath for latest
GNU General Public License v2.0
5 stars 5 forks source link

Error running rsim.run #10

Closed dianarypkema closed 5 years ago

dianarypkema commented 5 years ago

Hi,

When I run the Rsim example REco.run1 <- rsim.run(REco.sim, method = 'RK4', years = 1:100)

I get the error

Error in .Call("_Rpath_rk4_run", PACKAGE = "Rpath", params, instate, forcing,  : 
  "_Rpath_rk4_run" not available for .Call() for package "Rpath"

How can I fix this?

Thanks! Diana

slucey commented 5 years ago

Hi Diana,

Sorry for the issue. I'm not able to recreate that issue on my end. Has everything else been running properly? One suggestion would be to update your version of Rcpp.

Sean

dianarypkema commented 5 years ago

Hi Sean,

No worries--thanks for the recommendation! I updated Rcpp (and all the other packages I have installed) and now it works.

Thanks! Diana

slucey commented 5 years ago

Excellent...let me know if you find any other bugs!