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

FIX: move ANTsRCore to Imports #401

Closed ncullen93 closed 1 month ago

ncullen93 commented 1 month ago

Previously, ANTsRCore was in Depend which means it was attached when ANTsR was loaded. This means functions with the same name in ANTsRCore will be available when they shouldn't be. This fixes that issue by only importing ANTsRCore.