search for: stnava

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

Did you mean: stava
2013 Apr 10
1
question re: error message --- package error: "functionName" not resolved from current namespace
...", "parallel", "timeSeries", "mFilter", "MASS", "robust", "magic", "knitr", "pixmap", "rgl", "misc3d")) then Clone or Pull ANTsR from this repository as follows: $ git clone git@github.com:stnava/ANTsR.git >From the parent directory of the new ANTsR directory, install the package as follows: $ R CMD INSTALL ANTsR finally - the error can be reproduced in R 3.0 as : library(ANTsR) fi<-antsImageRead( getANTsRData('r16') ,2) any help would be appreciated - brian [[alterna...
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 library(ANTsR) a <- new( "antsMatrix",