Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

circleFit not accessible #31

Open
bbrede opened this issue Oct 28, 2020 · 4 comments
Open

circleFit not accessible #31

bbrede opened this issue Oct 28, 2020 · 4 comments

Comments

@bbrede
Copy link

bbrede commented Oct 28, 2020

The circleFit function is mentioned in the package doc and is listed in methods.R, but is not available after installation. I could also not find it in the Namespace. Same for cylinderFit.

@bi0m3trics
Copy link

Try TreeLS:::circleFit()

@bbrede
Copy link
Author

bbrede commented Oct 28, 2020

Works! Thanks!
But I guess for the cleanliness of the package it will be nice that circleFit is exported like other function names as well.

@bbrede bbrede closed this as completed Oct 28, 2020
@bi0m3trics
Copy link

Agreed (I was just making sure you had access). I'm not the package maintainer, so I suggest not closing this issue and let @tiagodc close it once it's been addressed.

@bbrede bbrede reopened this Oct 28, 2020
@tiagodc
Copy link
Owner

tiagodc commented Oct 28, 2020

Thanks! I'll check the docs... I didn't realize I kept docs for methods not exported. In any case, in v2.0 there is a method called shapeFit that wraps and expands the functionality of circleFit, so I'd recommend you to use that one instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants