ANTsX / ANTsR

R interface to the ANTs biomedical image processing library
https://antsx.github.io/ANTsR
Apache License 2.0
127 stars 35 forks source link

ENH: Pull request branch for histogramMatchImage. #213

Closed ntustison closed 6 years ago

stnava commented 6 years ago

just one comment - might be better in antsrcore b/c antsr is up against build time limits ... but we have extra time in antsrcore ... am trying to rebuild now on travis so will see if it goes through this time.... we can also request extra time in antsr but not sure when we would get that.

stnava commented 6 years ago

looks like time may not be an issue but there is an error:

* checking examples ... ERROR
Running examples in ‘ANTsR-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: histogramMatchImage
> ### Title: histogramMatchImage
> ### Aliases: histogramMatchImage
> 
> ### ** Examples
> 
> sourceImage <- antsImageRead( getANTsRData( "r16" ), 2 )
> referenceImage <- antsImageRead( getANTsRData( "r64" ), 2 )
> matchedImage <- histogramMatchImageFilter( sourceImage, referenceImage )
Error in histogramMatchImageFilter(sourceImage, referenceImage) : 
  could not find function "histogramMatchImageFilter"
Execution halted
ntustison commented 6 years ago

Sorry, Brian. Forgot to run roxygenize() after fixing a small bug.

ntustison commented 6 years ago

Thanks @stnava