Coder Social home page Coder Social logo

Comments (5)

sorjuela avatar sorjuela commented on June 16, 2024

Hi @pikkaa215,

Yes, we also see this same issue in the latest GitHub Action only for ubuntu https://github.com/csoneson/ARMOR/actions/runs/755054578

The problem seems to be in the installation of RSQLite, which is also reported as an issue in their repo: r-dbi/RSQLite#367

We are trying to figure out a solution. Thanks for reporting :)

Stephany

from armor.

fhaertner avatar fhaertner commented on June 16, 2024

Hey,

in the meantime, until the issue is resolved, you can install an older version of RSQLite. In the 'scripts/install_pkgs.R' file just add the following lines in the usePackage() function before the other packages are installedd with BiocManager:

`

Install the other packages

install.packages("remotes", repos = "http://cran.rstudio.com/",
                     lib = .libPaths()[1])
remotes::install_version("RSQLite", version = "2.2.5", dependencies = TRUE,
					repos = "http://cran.rstudio.com/", lib = .libPaths()[1],
					Ncpus = as.integer(ncores))

isInstalled <- pkgs %in% installed.packages(lib.loc = .libPaths()[1])[, 1]
BiocManager::install(pkgs[!isInstalled],
                     update = FALSE, dependencies = TRUE,
                     lib = .libPaths()[1], Ncpus = as.integer(ncores))`

You can also have a look here:
https://stackoverflow.com/questions/67279457/error-with-r-package-biomart-and-this-dependency-rsqlite

from armor.

csoneson avatar csoneson commented on June 16, 2024

Thanks, and sorry for the lack of updates here, we're still working on clearing our Ubuntu/conda GitHub Actions run. Actually I had hoped that RSQLite version 2.2.7 would solve the issues that were present in version 2.2.6 (and thus would not require manually installing version 2.2.5)... 🤔

from armor.

sorjuela avatar sorjuela commented on June 16, 2024

Hi,

We have a workaround for this issue in the fixbuilderror branch: https://github.com/csoneson/ARMOR/tree/fixbuilderror which should work now for ubuntu machines. Please let us know if this solves your issue, or if you need help using this branch.

from armor.

pikkaa215 avatar pikkaa215 commented on June 16, 2024

Yes. That solved my problem. Thanks!

from armor.

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.