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

Tutorial not working! #38

Closed
sushmitasp opened this issue Nov 4, 2019 · 6 comments
Closed

Tutorial not working! #38

sushmitasp opened this issue Nov 4, 2019 · 6 comments
Assignees

Comments

@sushmitasp
Copy link

sushmitasp commented Nov 4, 2019

Link to the tutorial is broken, thanks!

@sushmitasp
Copy link
Author

Never mind! I am guessing it's under "stamps2018/estimation/diversity-lab.R?"

@adw96
Copy link
Owner

adw96 commented Nov 4, 2019

@bryandmartin Can you please advise Sushmita on how to build & open the vignette? Thanks!

@bryandmartin
Copy link
Collaborator

Hi @sushmitasp ,

Please try the following (note that you may need to follow some prompts, depending on what you already have installed). Let me know if you have any troubles!

devtools::install_github("adw96/DivNet")
library(DivNet)
browseVignettes(package = "DivNet")

Bryan

@sushmitasp
Copy link
Author

I get this:

Vignettes found by browseVignettes(package = "DivNet")
Vignettes in package DivNet
Analysing phyloseq objects - PDF source
Getting Started - PDF source

However, when I click on the source/PDF of both this is what I get:
/library/DivNet/doc/getting-started.pdf not found

Thanks for your help!

@bryandmartin
Copy link
Collaborator

That's odd. I'm not sure why that would be. What happens if you do the following:

help(package = "DivNet", help_type = "html")

then click User guides, package vignettes and other documentation. right under DESCRIPTION file, then click PDF of one of the vignettes.

@sushmitasp
Copy link
Author

Okay, thanks that worked! :)

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