-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot load vignettes #3
Comments
Can you post the output of the command:
|
Session info ------------------------------------------------- Packages ----------------------------------------------------- |
Hmm, that all looks fine. Did you install
By the way, when you post formatted text or code, you should wrap it in backticks (see here). |
Yes, I just copy the command in your |
Can you go to R home and tell me what files are in synder/doc? There should be these files:
|
I didn't find a doc folder in synder, it includes data, help, html, libs, Meta, R, and tests folders. |
@priyanka8590 The vignettes build correctly on my machine when I install from github, so it is a little hard to diagnose what is going wrong. Try installing again, using the command in the README. I've pushed a possible fix to master. |
@lijing28101 @priyanka8590 OK, so I don't think there is a solution to this on the Fagin side. Try doing this:
There is probably some button for this in RStudio. If this works for you, I will just update the README with these build instructions. |
The error "Could not find package root" means that you need to set your
working directory to the synder package.
If you can't compile it, you can also just view the vignette source files.
They are written in markdown, which is as readable as plaintext.
…On Fri, Jan 25, 2019 at 1:24 PM fkcoolman ***@***.***> wrote:
I got the same problem, when using
build_vignettes()
I got this on my terminal:
build_vignettes()
Error: Could not find package root.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD0DT8EY3EVxZrnGyz9FPwFmHobXmatWks5vG1nagaJpZM4MeSLi>
.
--
*Zebulun Arendsee | PhD Candidate*
*Bioinformatics and Computational Biology program*
Genetics Development and Cellular Biology department
Github <https://github.com/zbwrnz> | LinkedIn
<https://www.linkedin.com/in/zebulun-arendsee-1b073138>
532 Science II
Iowa State University
Ames, IA 50011
|
After I install and library synder in RStudio, I run the code
vignette("intro",package = "synder")
.The error message is "vignette ‘intro’ not found".
My R version is 3.3.3, RStudio is 0.99.903.
The text was updated successfully, but these errors were encountered: