r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
331 stars 152 forks source link

No lines available in input #801

Open Tianmaru opened 2 months ago

Tianmaru commented 2 months ago

I have this error when I try to install this package via devtools:

grafik

However, installation via renv and BiocManager works fine. What am I missing? I don't know what to do with this error message tbh :/

gaborcsardi commented 2 months ago

There is definitely something up with that package, maybe ask the package maintainers?

❯ BiocManager::install("GRridge", type = "source", update = FALSE)
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
    CRAN: https://cloud.r-project.org
Bioconductor version 3.19 (BiocManager 1.30.23), R 4.4.0 (2024-04-24)
Installing package(s) 'GRridge'
Warning message:
package ‘GRridge’ is not available for Bioconductor version '3.19'

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages