natverse / nat

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.
https://natverse.org/nat/
64 stars 28 forks source link

"pan3d()" not found #447

Closed artxz closed 3 years ago

artxz commented 3 years ago

from R console: Error in pan3d(2) : could not find function "pan3d" However, it works just fine after manually running the function's definition in the console.

jefferis commented 3 years ago

Hi @artxz could you give some more details of your setup eg from devtools::session_info() as well as a full reproducible example? Thanks, Greg.

artxz commented 3 years ago

Hi @Greg Jefferis jefferis@gmail.com

This is not stopping me from doing anything, just a very slight inconvenience. So if the problem is not reproducible and no one else complains, then feel free to drop the issue.

If i load natverse and then run

nopen3d() pan3d(2)

I would get this error

Error in pan3d(2) : could not find function "pan3d"

This is the output of session_info()

devtools::session_info()

  • Session info

    setting value version R version 4.0.2 (2020-06-22) os Windows 10 x64 system x86_64, mingw32 ui RStudio language (EN) collate English_United States.1252 ctype English_United States.1252 tz America/New_York date 2020-10-27

On Mon, Oct 26, 2020 at 4:07 PM Gregory Jefferis notifications@github.com wrote:

Hi @artxz https://github.com/artxz could you give some more details of your setup eg from devtools::session_info() as well as a full reproducible example? Thanks, Greg.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/natverse/nat/issues/447#issuecomment-716793307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHPG5ZPVULFF6UING56YRLTSMXJJPANCNFSM4S7RJCOA .

jefferis commented 3 years ago

For some reason the function was never exported. Do you want to try again with latest nat from github and close if all fine.

artxz commented 3 years ago

it works now! Thank you!

On Tue, Oct 27, 2020 at 7:14 PM Gregory Jefferis notifications@github.com wrote:

For some reason the function was never exported. Do you want to try again with latest nat from github and close if all fine.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/natverse/nat/issues/447#issuecomment-717595401, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHPG5ZIVPUMPVV44ELRXZTDSM5H33ANCNFSM4S7RJCOA .