-
Notifications
You must be signed in to change notification settings - Fork 10
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
Dependencies [minor issue] #110
Comments
Can you point me to the part of the docs you're referring to? I searched the docs for "sparse" and "spzeros" and only found this spot, which does explicitly show Are you looking in the BiobakeryUtils tutorials as well? |
The stable version of the docs does not have the |
Ahh - good point. I'll add your suggestion from #111 and tag another version. |
This will be at least partly addressed by #115 - I added |
* add note about julia version; fixes issue #111 * Other improvements to README.md * add dictionary and named tuple constructors; fixes #110 * Improve docstrings for feature types; fixes #114 * docstring refinements * add vingette for readin in data; fixes #112 * attempt to resolve Documenter issues * solved doctest issues
I have run all the docs without any trouble, except for the need to manually install
Dictionaries
in order to use its classes and methods. Thankfully, the clear narration and explicit mention of this dependency helped a lot. So it is nothing that the users would be unaware. But for the sake of simplicity, I am opening the issue so that it can be addressed.Leaving the installation issues aside, there's no mention in the docs about loading the libraries:
Microbiome
,Dictionaries
, orSparseArrays
. I understand the first one is obvious, but the other two shouldn't be autoloaded with the first one? I had to add the import lines of code here and there when the functions through an error while following the docs.The text was updated successfully, but these errors were encountered: