Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-03-07 Thread Kern, Lori via Bioc-devel
Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed. Hello, I tried using biocManager:install but it doesnt seem to work. I am using Ubuntu and I get the following error when installing installing to /u

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-03-07 Thread Ruff, Sergej
milar error when using Windows. Von: Bioc-devel im Auftrag von Ruff, Sergej Gesendet: Donnerstag, 29. Februar 2024 01:42:00 An: Shian Su Cc: bioc-devel@r-project.org Betreff: Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be install

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Shian Su via Bioc-devel
, 29. Februar 2024 01:39:18 An: Ruff, Sergej Cc: bioc-devel@r-project.org Betreff: [EXTERN] Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed. Sorry if this is spam, I think my last message got bounced because my mail client converted the GitHub

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Ruff, Sergej
esendet: Mittwoch, 28. Februar 2024 19:32:40 An: Martin Morgan Cc: Steve Lianoglou; Ruff, Sergej; bioc-devel@r-project.org<mailto:bioc-devel@r-project.org> Betreff: Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed. While the remotes

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Shian Su via Bioc-devel
n Cc: Steve Lianoglou; Ruff, Sergej; bioc-devel@r-project.org<mailto:bioc-devel@r-project.org> Betreff: Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed. While the remotes package still works, https://github.com/r-lib/pak is now a better

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Ruff, Sergej
stall an > updated version of BiocManager or remotes… > > From: Bioc-devel on behalf of Steve > Lianoglou > Date: Wednesday, February 28, 2024 at 10:46 AM > To: Ruff, Sergej > Cc: bioc-devel@r-project.org > Subject: Re: [Bioc-devel] [EXTERN] Re: R package on Github us

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Gábor Csárdi
anager or remotes… > > From: Bioc-devel on behalf of Steve > Lianoglou > Date: Wednesday, February 28, 2024 at 10:46 AM > To: Ruff, Sergej > Cc: bioc-devel@r-project.org > Subject: Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor > depenencies and cant be i

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Martin Morgan
Lianoglou Date: Wednesday, February 28, 2024 at 10:46 AM To: Ruff, Sergej Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed. As was already mentioned, your easiest path forward is to first ask your users to ins

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Steve Lianoglou
As was already mentioned, your easiest path forward is to first ask your users to install the {BiocManager} package from CRAN, then use that to install your package. As it is, you are already asking your end users to install {devtools} (really {remotes}) first in order to install your package anyw

Re: [Bioc-devel] [EXTERN] Re: R package on Github uses Bioconductor depenencies and cant be installed.

2024-02-28 Thread Ruff, Sergej
library(devtools) install_github("klausjung-hannover/bootGSEA") This command was used. Does it mean, I just need to provide instructions to use Biocmanager:install() for teh End-users? I want to make the installation process as smooth as possible. Meaning there should be no need to install some