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

Cannot load vignettes #3

Open
lijing28101 opened this issue Mar 15, 2017 · 9 comments
Open

Cannot load vignettes #3

lijing28101 opened this issue Mar 15, 2017 · 9 comments
Assignees
Labels

Comments

@lijing28101
Copy link

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.

@arendsee
Copy link
Owner

Can you post the output of the command:

require(devtools)
require(synder)
session_info()

@lijing28101
Copy link
Author

Session info -------------------------------------------------
setting value
version R version 3.3.3 (2017-03-06)
system x86_64, mingw32
ui RStudio (0.99.903)
language (EN)
collate English_United States.1252
tz America/Chicago
date 2017-03-15

Packages -----------------------------------------------------
package * version date
curl 2.3 2016-11-24
devtools * 1.12.0 2016-06-24
digest 0.6.12 2017-01-27
git2r 0.18.0 2017-01-01
httr 1.2.1 2016-07-03
magrittr 1.5 2014-11-22
memoise 1.0.0 2016-01-29
R6 2.2.0 2016-10-05
Rcpp 0.12.9 2017-01-14
synder * 0.19.13 2017-03-15
withr 1.0.2 2016-06-20
source
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
CRAN (R 3.3.3)
Github (369cdb4)
CRAN (R 3.3.3)

@arendsee
Copy link
Owner

Hmm, that all looks fine. Did you install synder with the command

install_github('arendsee/synder', build_vignettes=TRUE)

By the way, when you post formatted text or code, you should wrap it in backticks (see here).

@lijing28101
Copy link
Author

Yes, I just copy the command in your README file to install it.

@arendsee
Copy link
Owner

Can you go to R home and tell me what files are in synder/doc?

There should be these files:

algorithm.Rmd
index.html
intro.Rmd
yeast.R
yeast.html
algorithm.html
intro.R
intro.html
yeast.Rmd

@lijing28101
Copy link
Author

I didn't find a doc folder in synder, it includes data, help, html, libs, Meta, R, and tests folders.

@arendsee arendsee self-assigned this May 3, 2017
@arendsee arendsee added the bug label May 3, 2017
@arendsee arendsee changed the title cannot find intro Cannot load vignettes May 3, 2017
@arendsee
Copy link
Owner

@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.

@arendsee
Copy link
Owner

arendsee commented Jun 23, 2017

@lijing28101 @priyanka8590 OK, so I don't think there is a solution to this on the Fagin side. Try doing this:

library(devtools)
install_github("arendsee/synder")
build_vignettes()

There is probably some button for this in RStudio. If this works for you, I will just update the README with these build instructions.

@arendsee
Copy link
Owner

arendsee commented Jan 25, 2019 via email

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

No branches or pull requests

2 participants