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