-
Notifications
You must be signed in to change notification settings - Fork 17
TmbList issue #5
Comments
Ellen, I'm not sure from that output, but I'm guessing that the CPP didn't compile I have now changed Build_TMB_Fn() to copy the CPP to your working cheers, On Thu, Mar 10, 2016 at 1:39 PM, EllenY [email protected] wrote:
|
Hi, For some reason the new Build_TMB_Fn did not fix the problem. It appears that R is not able to "compile" (TMB package) . I tried these two sets of codes, after the #SETTINGS# and prior to the Compile TMB software
Error in compile(paste(Version, ".cpp", sep = "")) : Compilation failed and
Error in compile(paste(Version, ".cpp", sep = "")) : Compilation failed There is also an error when trying to make the TMB Object.
Error in compile(paste(Version, ".cpp", sep = "")) : Compilation failed
and
Tomorrow I will ask a few colleagues in the office but I appreciate any Ellen
|
What about Rtools? It also needs to be installed with admin right. It looks like something wrong with 'make'. |
Yeah, this is a problem with the installation of TMB. I recommend making cheers On Wed, Mar 16, 2016 at 11:45 AM, Jin Gao [email protected] wrote:
|
I am using the R version installed by IT admin but received another error. Can you make a suggestions? Do I need to change the library location?
Make TMB object
TmbList = Build_TMB_Fn("TmbData"=TmbData, "TmbDir"=TmbDir, "Version"=Version, "VesselConfig"=VesselConfig , "loc_x"=loc_x)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'c:/R2/R/win-library/3.2/SpatialDeltaGLMM/executables/geo_index_v3l.dll':
LoadLibrary failure: The specified module could not be found.
Obj = TmbList[["Obj"]]
Error: object 'TmbList' not found
Thank you,
Ellen
The text was updated successfully, but these errors were encountered: