Displaying 5 results from an estimated 5 matches for "biocondcutor".
Did you mean:
biocondctor
2009 Aug 07
2
error installing bioconductor
Hi, I am new to R. I am downloaded the installer for R 2.9.1, and that
installed just fine.
Then I want to install Biocondcutor packages. According to bioconductor
website, I input the following commands.
> source("http://bioconductor.org/biocLite.R")
> bioLite()
Error: could not find function "bioLite"
What am I doing wrong here?
Thanks
--
View this message in context: http://www.nabble.com/e...
2007 Jun 01
1
Affycoretools
I am having problem installing the affycoretools package. When I do it
through biocLite, I get error messages saying the package XML cannot be
installed and that I need a more recent version of libxml2.
When I try to install the tar.gz file, I get the message
/usr/local/R/2.4.0/lib/R/bin/exec/R: error while loading shared libraries:
libg2c.so.0: cannot open shared object
ERROR: installing
2009 Nov 11
1
problems in installing biomart
Dear Forum
my machine runs Ubuntu 9.04. I am trying to install Biomart, what I realize
is that something is missing and it can't install XML, RCurl but I don't
know what more to do, I looked in previous posts but I did not find
infoprmation that helped.
Thanks
Andreia
biocLite("biomaRt")
Running biocinstall version 2.3.14 with R version 2.8.1
Your version of R requires version
2008 Apr 14
3
Doing the right amount of copy for large data frames.
Hi there,
Problem ::
When one tries to change one or some of the columns of a data.frame, R makes
a copy of the whole data.frame using the '*tmp*' mechanism (this does not
happen for components of a list, tracemem( ) on R-2.6.2 says so).
Suggested solution ::
Store the columns of the data.frame as a list inside of an environment slot
of an S4 class, and define the '[',
2020 Jun 22
4
R 4.0.2 is released
The build system rolled up R-4.0.2.tar.gz (codename "Taking Off Again") this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard