admin管理员组文章数量:1386653
I'm having trouble using the package rEDM as non of the function seem to run.
I have downloading the most recent version of the package
devtools::install_github("SugiharaLab/rEDM",verbose = T)
So I am using the 1.15.4 version and I am on R 4.4.3
Running the basic example of the function SMap
data(circle)
L = SMap( dataFrame = circle, lib="1 100", pred="110 190", theta = 4, E = 2, embedded = TRUE, columns = "x y", target = "x" )
I get an error message
Error in RtoCpp_SMap(pathIn, dataFile, dataFrame, lib, pred, E, Tp, knn, : could not find function "RtoCpp_SMap"
This type of error is persistent across other function like Simplex
simplex_out <- Simplex(dataFrame = TentMap, lib = "1 100", pred = "201 500", columns = "TentMap", target = "TentMap", E = 3)
Error in RtoCpp_Simplex(pathIn, dataFile, dataFrame, pathOut, predictFile, : could not find function "RtoCpp_Simplex"
I have tried to download the package again and in different ways but always the same problem.. I have also tried other versions of the package & R, still not working... I am suspecting the problem could be due to the R to C++ part when downloading the package but don't know much about it to be fair
Do you have any idea how to deal with this problem?
本文标签: rrEDM functions not workingquotcould not find function RtoCppSMapquotStack Overflow
版权声明:本文标题:r - rEDM functions not working - "could not find function RtoCpp_SMap" - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744551937a2612234.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论