Re: [R] installing an R package

2022-04-28 Thread Bogdan Tanasa
Thank you all for your time and suggestions.

The issue is that install.package() does not work, because of large file
size,

but at the end I have solved it by using /; options(timeout=1


On Thu, Apr 28, 2022 at 4:01 PM Uwe Ligges 
wrote:

>
>
> On 28.04.2022 23:55, David Winsemius wrote:
> > Pretty sure the right way to install that package is with the Bioc
> installer.
>
> or simply install.packages() after setting the repository.
>
>
> Best,
> Uwe Ligges
>
> >
> > Sent from my iPhone
> >
> >> On Apr 28, 2022, at 3:35 PM, Bogdan Tanasa  wrote:
> >>
> >> HI everyone,
> >>
> >> I must transfer a package from one platform (AWS) where I was able to
> >> install the package
> >>
> >> to another platform (local PC), where I am not able to install the
> package.
> >>
> >> The package is called : BSgenome.Hsapiens.UCSC.hg38
> >>
> >> Is there a way to transfer the files from BSgenome.Hsapiens.UCSC.hg38
> >> folder (below) from AWS to local PC and get it to run ? Thanks !
> >>
> >> 4.0KDESCRIPTION
> >> 4.0KINDEX
> >> 28K Meta
> >> 4.0KNAMESPACE
> >> 20K R
> >> 784Mextdata
> >> 24K help
> >> 12K html
> >>
> >> [[alternative HTML version deleted]]
> >>
> >> __
> >> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> >> https://stat.ethz.ch/mailman/listinfo/r-help
> >> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> >> and provide commented, minimal, self-contained, reproducible code.
> >
> > __
> > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] installing an R package

2022-04-28 Thread Uwe Ligges




On 28.04.2022 23:55, David Winsemius wrote:

Pretty sure the right way to install that package is with the Bioc installer.


or simply install.packages() after setting the repository.


Best,
Uwe Ligges



Sent from my iPhone


On Apr 28, 2022, at 3:35 PM, Bogdan Tanasa  wrote:

HI everyone,

I must transfer a package from one platform (AWS) where I was able to
install the package

to another platform (local PC), where I am not able to install the package.

The package is called : BSgenome.Hsapiens.UCSC.hg38

Is there a way to transfer the files from BSgenome.Hsapiens.UCSC.hg38
folder (below) from AWS to local PC and get it to run ? Thanks !

4.0KDESCRIPTION
4.0KINDEX
28K Meta
4.0KNAMESPACE
20K R
784Mextdata
24K help
12K html

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] installing an R package

2022-04-28 Thread David Winsemius
Pretty sure the right way to install that package is with the Bioc installer. 

Sent from my iPhone

> On Apr 28, 2022, at 3:35 PM, Bogdan Tanasa  wrote:
> 
> HI everyone,
> 
> I must transfer a package from one platform (AWS) where I was able to
> install the package
> 
> to another platform (local PC), where I am not able to install the package.
> 
> The package is called : BSgenome.Hsapiens.UCSC.hg38
> 
> Is there a way to transfer the files from BSgenome.Hsapiens.UCSC.hg38
> folder (below) from AWS to local PC and get it to run ? Thanks !
> 
> 4.0KDESCRIPTION
> 4.0KINDEX
> 28K Meta
> 4.0KNAMESPACE
> 20K R
> 784Mextdata
> 24K help
> 12K html
> 
>[[alternative HTML version deleted]]
> 
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] installing an R package

2022-04-28 Thread Bogdan Tanasa
HI everyone,

I must transfer a package from one platform (AWS) where I was able to
install the package

to another platform (local PC), where I am not able to install the package.

The package is called : BSgenome.Hsapiens.UCSC.hg38

Is there a way to transfer the files from BSgenome.Hsapiens.UCSC.hg38
folder (below) from AWS to local PC and get it to run ? Thanks !

4.0KDESCRIPTION
4.0KINDEX
28K Meta
4.0KNAMESPACE
20K R
784Mextdata
24K help
12K html

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.