I am new to 'R' and learning basics. My 'R programme' shows package 'gplots' in the package install list. I tried to load it using 'library' and 'require'. In both the cases command seems to be accepted. But once i start to work on ' gplots', it says function not found. I did the same on PC, it worked but not on my mac laptop. Come to GPLOT to experience virgin beaches and fisherfolk fables! Gobardhanpur beach is spreading almost 15 Kms along Bay of Bengal. This beach is infested with red crabs and surrounded with deep forest where trees like 'Jhau', 'Garan', 'Sundari' and 'Heran' will be found. This is a wrapper around install.packages, but with the repository chosen according to the version of Bioconductor in use, rather than to the version relevant at the time of the release of R. Install also nudges users to remain current within a release, by default checking for out-of-date packages and asking if the user would like to update.
Have no fear, the screenshots are here! (For the original tutorial, click here)
You will only need to do Part 1 once time on your computer. From now on, you only need to do Part 2 each time you close and restart R.
Use this method once you get more acquainted with the whole copy and paste business. It is much quicker than Method 1.
Again, you will only need to do Part 1 one time on your computer. From now on, you only need to do Part 2 each time you close and restart R.
Primary Source: Living in an Ivory Basement
I’ve been using EBSeq for a few things lately, and have had trouble getting some of the dependencies installed — in particular, gplots doesn’t seem to be readily available for R 2.14, 2.15, etc. Judging by my Google searches, others have been having the same problems; see e.g.
The general error message is of the form:
Since I’m not an R expert, it took me a long time to find a solution; here’s what I cooked up:
Hope this saves someone some time! Comments and updates welcome — I’m sure this isn’t the best way to do it.
–titus
p.s. I hate R.
p.p.s. Although to be fair this kind of problem crops up everywhere in any useful programming language, because SOFTWARE SUCKS.
The following two tabs change content below.