search for: antsimageread

Displaying 1 result from an estimated 1 matches for "antsimageread".

2013 Apr 10
1
question re: error message --- package error: "functionName" not resolved from current namespace
hello everyone we are developing a package that has worked up until R3.0 which we just tested. the issue is as above .... when we call a function that works in R 2.15.2 from R 3.0 we get an error Error in .Call("antsImageRead", filename, pixeltype, dimension) : "antsImageRead" not resolved from current namespace (ANTsR) this Error occurs when the .Call is made from within the .R function wrapper that eases access to the C++ version of antsImageRead. however, a direct .Call("antsImageRead",...