search for: antsr

Displaying 2 results from an estimated 2 matches for "antsr".

Did you mean: antlr
2013 Apr 10
1
question re: error message --- package error: "functionName" not resolved from current namespace
...ge 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", etc. ) works as usual. this happens for some of our functions and not others - not all are .Calls ... i don...
2012 Sep 19
1
different behavior accessing type-specific as.data.frame inside a function vs inside R shell
hello we are developing an R package called ANTsR for which we have some special types. one of these types is an " antsMatrix " type. we implemented a "as.data.frame" function that casts an antsMatrix to a data.frame this works fine in a basic shell script. for instance: # install R CMD INSTALL ANTsR # open R # in R do li...