Giter Site home page Giter Site logo

Comments (3)

parsboy66 avatar parsboy66 commented on June 16, 2024 1

Problem solved, but keep in mind this library needs 2 other packages which are not frequently used and users should install it in advance.
as I am working on Conda env. I leave the instruction below to install those libs. for anybody who faced the same problem.

conda install -c conda-forge/label/cf201901 r-tinytex
conda install -c biobuilds r-stringi

also its better to use force= TRUE in this one.
BiocManager::install("Bioconductor/OSCABase", subdir = "package" ,force=TRUE)

Appreciate it and thank you for replying appropriately.

from orchestratingsinglecellanalysis.

kevinrue avatar kevinrue commented on June 16, 2024

Hi
The OSCAUtils package is distributed as a subfolder of this repository, see:
https://github.com/Bioconductor/OSCABase/tree/master/package

See the DESCRIPTION file in that folder that declares the package name: https://github.com/Bioconductor/OSCABase/blob/master/package/DESCRIPTION#L1

To install OSCAUtils, any of the following should work:

BiocManager::install("Bioconductor/OSCABase", subdir = "package")
devtools::install_github("Bioconductor/OSCABase", subdir = "package")

from orchestratingsinglecellanalysis.

LTLA avatar LTLA commented on June 16, 2024

I'm kind of bemused about why you need to install OSCAUtils. This is a package that is literally only required to build the book, not to run any of the analysis code in the book.

I mean, if you want to use it, that's cool and all, but don't expect it to be stable.

from orchestratingsinglecellanalysis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.