oracle / fastr

A high-performance implementation of the R programming language, built on GraalVM.
Other
626 stars 64 forks source link

Error in .Fortran while using TTR runCov #35

Closed comicfans closed 5 years ago

comicfans commented 5 years ago

library(TTR) runCov(1:10,1:10)

fastR reports Error in .Fortran("runCov", rs1 = as.double(x[beg:NROW(xy)]), avg1 = as.double( : C symbol name "[runCov]" not in load table

steve-s commented 5 years ago

Hi comicfans,

thanks for the report. This should be fixed in 4cddb6c3f1a23c804e2cb0e0993afd9880899ba6. Seems that GNU-R always looks for lowercase symbols in the case of Fortran.