Displaying 20 results from an estimated 8000 matches similar to: "How can I check a package is installed or not?"
2012 Mar 06
1
DESeq package install error
HI, I would like to update my DESeq package version on R-2-14 using
bioclite() and get this message, could somebody help please?
> biocLite("DESeq")
BioC_mirror: 'http://www.bioconductor.org'
Using R version 2.14, BiocInstaller version 1.2.1.
Installing package(s) 'DESeq'
Installing package(s) into ?/nfs/team82/nac/R-modules?
(as ?lib? is unspecified)
trying URL
2010 Jul 08
2
package installation for Windows 7
Neither biocLite nor the GUI menus can install packages on my system.
Here is relevant output:
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 11.1
year 2010
month 05
day 31
svn rev 52157
language R
version.string R version 2.11.1 (2010-05-31)
> source("http://bioconductor.org/biocLite.R")
BioC_mirror =
2017 Nov 01
0
beta binomial distribution installation
Hello,
Thank you for your response. I need to install RankTail package since it contains the beta binomial distribution, CDF and inverse CDF in the usual form which I need to use. However rmutil package contain unusual forms for these functions. So it is easier for me to deal with the forms are contained in RankTail.
I tried to install bioconductor package, using the following commands but I
2013 Jan 27
3
Package: VennDiagram. Error in draw.pairwise.venn Impossible: cross section area too large
Dear list,
When I use VennDiagram package, I got a error as follow:
venn.plot <- draw.pairwise.venn(
area1 = 3186,
area2 = 325,
cross.area = 5880);
Error in draw.pairwise.venn(area1 = 3186, area2 = 325, cross.area = 588) :
Impossible: cross section area too large.
Does anyone have suggestion?
Thank you.
2006 Jul 19
1
[BioC] Errors using biocLite on Apple OS X
The warnings from
make.packages.html()
on the Apple Mac OS X platform can be dealt
with as follows:
------------------------------------------------
(1)
make.packages.html() uses the function tempdir()
and attempts to create a temporary
directory in the default location /tmp/
which fails due to the /tmp directory
architecture on the Mac.
I set up a .Renviron file in my user account
2011 May 05
2
R CMD check warning
Dear All,
I am trying to build a package for a set of functions. I am
able to build the package and its working fine. When I check it with
R CMD check
I get a following warning : no visible global function
definition for ‘biocLite’
I have used biocLite to load a user defined library from
within a function if that library is not pre-installed
2012 Sep 05
2
Installing lumi and hdrcde
To whom it may concern.
As I would like to analyse some array data I was keen on downloading the
lumi package that depends obviously on hdrcde that is not available for r
2.12.1. I did not find instructions to solve or circumvent this problem.
Installing hdrcde by hand did not work either. It was not detected by
> (.packages(all.available=TRUE))
if installed in the R library.
Thanks
Hermann
2006 Sep 03
1
Unexpected source() behavior in R-devel
Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse
10.1? I'm sure it is something simple I am missing, but I just don't see it
(output below).
Thanks,
Sean
> readLines(url("http://www.bioconductor.org/biocLite.R"))
[1] "source(\"http://bioconductor.org/getBioC.R\")"
[2] ""
2011 Nov 30
1
install "multtest" and "preprocessCore" packages in Bioconductor library
Hi Nguyen,
> Subject: [R] install "multtest" and "preprocessCore" packages in
> Bioconductor library
> Date: Wed, 30 Nov 2011 09:57:36 -0800
> From: UyenThao Nguyen <unguyen at tethysbio.com>
> To: r-help <r-help at r-project.org>
> CC: uth.nguyen at ucdavis.edu <uth.nguyen at ucdavis.edu>
>
> Hi All,
>
> I've tried to
2011 Jun 10
3
CRAN package with dependencies on Bioconductor
Dear all,
for a CRAN-package that depends on another Bioconductor-package I find two
things annoying and would like to know whether there are some workarounds:
1) Is there some inevitable problem that install.packages does not install
uninstalled packages (on which the specified package depends) also from
Bioconductor (in the correct version)?
2) In my understanding (please correct me if
2008 Jul 17
2
Fw: how i can install Rgraphviz in R2.7.1
--- On Tue, 15/7/08, haani hanni <maaryam_khan@yahoo.com> wrote:
From: haani hanni <maaryam_khan@yahoo.com>
Subject: how i can install Rgraphviz in R2.7.1
To: "Nabble" <support@nabble.com>
Cc: r-help-request@r-project.org
Date: Tuesday, 15 July, 2008, 1:39 PM
hello
i am a new user of R.i have window XP Proffessional in my P.C.i wanted to make the graphs of my
2010 Nov 15
1
Cannot install packages in R 2.12.0 on Windows 7
Hi,
I am unable to install packages on my R 2.12.0 Windows 7 machine. Here are the relevant lines:
sessionInfo()
R version 2.12.0 (2010-10-15)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
2018 Jan 09
3
UseDevel: version requires a more recent R
Hello R experts:
I need a developer version of a Bioconductor library.
> sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
When I try to useDevel it fails.
I've removed packages and again loaded but I get the same error message.
remove.packages("BiocInstaller")
2008 Dec 01
1
[BioC] Rcurl 0.8-1 update for bioconductor 2.7
Hi Patrick,
Greetings from !(sunny) Pittsburgh.
What's the scoop on RCurl on windows (XP)?
I've tried to install RCurl_0.92-0.zip and RCurl_0.9-3.zip,
with both R 2.7.2 and R 2.8.0 from the RGUI (utils:::menuInstallLocal),
and get the error
"Windows binary packages in zipfiles are not supported".
which (according to google's one and only hit) comes from a perl script.
2012 Jul 19
3
Are R packages supposed to be "relocatable"? (avoiding BioConductor scripts...)
I've asked a question in the BioConductor list about package
management. My solution depends on your answer to the following
question.
Are installed R packages "relocatable"?
I mean relocatable in the same sense that files in a RedHat RPM file
might be "relocatable" after compiling
(http://www.rpm.org/max-rpm/ch-rpm-reloc.html). This allows one to
build a package as the
2013 Jan 17
2
error installing KEGGSOAP
Hi, I am new to bioconductor, trying to install KEGGSOAP package, but got warnings() when installing and error message when trying to load the package, can anyone suggest what went wrong?
many thanks
John
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 2.11 (BiocInstaller 1.8.3), ?biocLite for help
> biocLite("KEGGSOAP")
BioC_mirror:
2008 Jun 19
1
Installation Error with Bioconductor on R
Hi, I am trying to install Bioconductor onto R version 2.7.0 for Windows. I installed R, then followed the instructions on http://www.bioconductor.org/download, which state that you should type the following:
source("http://bioconductor.org/biocLite.R")
biocLite()
When I do that, I get the following error:
Running biocinstall version 2.2.9 with R version 2.7.0
Your version of R
2017 Jul 03
2
/etc/R/Renviron doesn't set R_LIBS_USER anymore
On Mon, 03-07-2017, at 07:58:41, Dirk Eddelbuettel <edd at debian.org> wrote:
> On 2 July 2017 at 23:24, Kirill M?ller wrote:
> | On 02.07.2017 22:01, Dirk Eddelbuettel wrote:
> | > On 2 July 2017 at 21:39, Kirill M?ller wrote:
> | > | Hi
> | > |
> | > | An upgrade to R 3.4.1 on Ubuntu removed the default setting of
> | > | R_LIBS_USER in /etc/R/Renviron.
2013 Apr 25
2
installing package
Hi
I am trying to install a package (bioconductor) but every time I try to install it I get this message:
source("http://bioconductor.org/biocLite.R")
Warning in install.packages("BiocInstaller", repos = a["BioCsoft", "URL"]) :
'lib = "C:/Program Files/R/R-3.0.0/library"' is not writable
Error in
2010 Sep 04
1
non-zero exit status error when install GenomeGraphs
Hi,
I am trying to install GenomeGraphs package from bioconductor, but failed by
a non-zero exit error. From the error message, it seems that there is a
shared library problem. Any suggestion on fixing it? Thanks so much.
> sessionInfo()
R version 2.10.1 (2009-12-14)
x86_64-unknown-linux-gnu
locale:
[1] LC_CTYPE=en_US.iso885915 LC_NUMERIC=C
[3] LC_TIME=en_US.iso885915