You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, adding the SeuratData package, as done in the large data lesson, causes a build failure due to not being able to find the package. Seurat-data is not available on CRAN or Bioconductor, and is only available to install from Github.
Right now I just set eval=FALSE on the 3 blocks which use SeuratData.
I've tried solutions such as those suggested as a workbench workaround for Github packages as seen here as well as instead pointing the package to a copy that uses the expected naming convention, but I couldn't get it to build. It's possible there's a combination of these solutions or other small changes I missed which works.
The text was updated successfully, but these errors were encountered:
Currently, adding the SeuratData package, as done in the large data lesson, causes a build failure due to not being able to find the package. Seurat-data is not available on CRAN or Bioconductor, and is only available to install from Github.
Right now I just set
eval=FALSE
on the 3 blocks which useSeuratData
.I've tried solutions such as those suggested as a workbench workaround for Github packages as seen here as well as instead pointing the package to a copy that uses the expected naming convention, but I couldn't get it to build. It's possible there's a combination of these solutions or other small changes I missed which works.
The text was updated successfully, but these errors were encountered: