Closed comicfans closed 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
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.
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