IMB-Computational-Genomics-Lab / ascend

R package - Analysis of Single Cell Expression, Normalisation and Differential expression (ascend)
22 stars 7 forks source link

Vignettes Not Found By R #18

Closed DarioS closed 6 years ago

DarioS commented 6 years ago

The vignettes are not found.

> browseVignettes("ascend")
No vignettes found by browseVignettes("ascend")

The package loads.

> library(ascend)
Loading required package: dplyr
Attaching package: ‘dplyr’
    ...        ...

For comparison, browseVignettes("scran") works as expected.

asenabouth commented 6 years ago

Hello Dario,

Thank you for raising this issue. The vignettes have been moved temporarily to the /inst/docs folder as their size was causing issues with testing on some systems.

You can build the vignettes yourself with the following command:

devtools::install_github("IMB-Computational-Genomics-Lab/ascend", build_vignettes = TRUE, force = TRUE)

This will take some time however.

We will be reworking the vignettes in the next release to address this.