flowClust package - how to get it installed
2
0
Entering edit mode
Anne ▴ 60
@anne-2777
Last seen 9.6 years ago
Hi, I'm trying to install the new flowClust package on a Windows XP, IBM PC. According to the manual I also need to install GSL, BLAS and a C compiler. I managed to get the GSL installed but I'm a bit confussed about how to get the BLAS installed? The manual links to this site: http://www.netlib.org/blas/faq.html#5. Any one having succes in getting the package up running? best regards Anne [[alternative HTML version deleted]]
flowClust flowClust • 1.5k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 1 day ago
United States
(sorry for the re-send, the first didn't make it to the list) "Kort, Eric" <eric.kort at="" vai.org=""> writes: Hi Eric -- a couple of suggestions below... > Anne writes: > Rgui, the following worked for me (on Windows XP, R 2.7): > > install.packages("flowClust") > > And I presume this will work also: > > source("http://bioconductor.org/biocLite.R") > biocLite("flowClust") Follow the second approach (source + biocLite). This will ensure, for instance, that your R / bioc packages are compatible, that you're accessing the correct repository, that you're getting necessary dependencies, etc. It'll also give others on the list, including the pacakge maintainer, confidence that the package has been installed in a reproducible way. > However, you WILL need the GSL libraries installed (libgsl.dll and > libgslcblas.dll). I got them from here: > > http://gnuwin32.sourceforge.net/downlinks/gsl-bin-zip.php > > Unzip that file and simply copy bin/libgsl.dll and bin/libgslcblas.dll > to some location on your PATH. (The simplest thing to do is just to > copy these two files to > c:/whereever/you/installed/R/library/flowClust/libs.) While simple, this'll bring you grief in the long run, e.g., when you update R or GSL, want to use GSL libraries for some other purpose, etc. I'd follow the recommendations in gsl-bin-zip.php, and add the path to the .dll to a PATH environment variable. Martin > Having done that, I was able to load the library and run the examples. > > -Eric > > > > > > > > > > > > This email message, including any attachments, is for > th...{{dropped:6}} > > _______________________________________________ Bioconductor mailing > list Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor Search the > archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor -- Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M2 B169 Phone: (206) 667-2793
ADD COMMENT
0
Entering edit mode
Dear Eric and Martin Thanks it works fine now - just got confused by the installation instructions in the manual. regards Anne -----Oprindelig meddelelse----- Fra: Martin Morgan [mailto:mtmorgan at fhcrc.org] Sendt: 22. maj 2008 17:42 Til: Kort, Eric Cc: 'Anne'; bioconductor at stat.math.ethz.ch Emne: Re: [BioC] flowClust package - how to get it installed (sorry for the re-send, the first didn't make it to the list) "Kort, Eric" <eric.kort at="" vai.org=""> writes: Hi Eric -- a couple of suggestions below... > Anne writes: > Rgui, the following worked for me (on Windows XP, R 2.7): > > install.packages("flowClust") > > And I presume this will work also: > > source("http://bioconductor.org/biocLite.R") > biocLite("flowClust") Follow the second approach (source + biocLite). This will ensure, for instance, that your R / bioc packages are compatible, that you're accessing the correct repository, that you're getting necessary dependencies, etc. It'll also give others on the list, including the pacakge maintainer, confidence that the package has been installed in a reproducible way. > However, you WILL need the GSL libraries installed (libgsl.dll and > libgslcblas.dll). I got them from here: > > http://gnuwin32.sourceforge.net/downlinks/gsl-bin-zip.php > > Unzip that file and simply copy bin/libgsl.dll and bin/libgslcblas.dll > to some location on your PATH. (The simplest thing to do is just to > copy these two files to > c:/whereever/you/installed/R/library/flowClust/libs.) While simple, this'll bring you grief in the long run, e.g., when you update R or GSL, want to use GSL libraries for some other purpose, etc. I'd follow the recommendations in gsl-bin-zip.php, and add the path to the .dll to a PATH environment variable. Martin > Having done that, I was able to load the library and run the examples. > > -Eric > > > > > > > > > > > > This email message, including any attachments, is for > th...{{dropped:6}} > > _______________________________________________ Bioconductor mailing > list Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor Search the > archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor -- Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M2 B169 Phone: (206) 667-2793
ADD REPLY
0
Entering edit mode
Kort, Eric ▴ 220
@kort-eric-1483
Last seen 6.1 years ago
United States
Anne writes: > > Hi, > > I'm trying to install the new flowClust package on a Windows > XP, IBM PC. According to the manual I also need to install > GSL, BLAS and a C compiler. These instructions apply if you want to build the package from source (as you would on, for example, a Linux system). However, a prebuilt binary exists for Windows. After ensuring that the bioconductor repositories were selected via Packages-->select repositories menus of Rgui, the following worked for me (on Windows XP, R 2.7): install.packages("flowClust") And I presume this will work also: source("http://bioconductor.org/biocLite.R") biocLite("flowClust") However, you WILL need the GSL libraries installed (libgsl.dll and libgslcblas.dll). I got them from here: http://gnuwin32.sourceforge.net/downlinks/gsl-bin-zip.php Unzip that file and simply copy bin/libgsl.dll and bin/libgslcblas.dll to some location on your PATH. (The simplest thing to do is just to copy these two files to c:/whereever/you/installed/R/library/flowClust/libs.) Having done that, I was able to load the library and run the examples. -Eric This email message, including any attachments, is for th...{{dropped:6}}
ADD COMMENT

Login before adding your answer.

Traffic: 701 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6