Dear all I am a new user of R and I have been trying to install the HDF5 package but I don't seem to find any easily. I tried looking in the archives but I didn't succeed in installing the packages there. I guess they must be for Unix If any body succeeded in installing this library, please give me some hints on how to do so? Thank you in advance -- View this message in context: http://r.789695.n4.nabble.com/Installing-HDF5-package-tp4639633.html Sent from the R help mailing list archive at Nabble.com.
Installing HDF5 package
6 messages · John Kane, Uwe Ligges, Martin Morgan +1 more
You have not told us what you have done or what your OS is.
In any case R is case sensitive so try:
install.packages("hdf5")
John Kane
Kingston ON Canada
-----Original Message----- From: saadsihem87 at gmail.com Sent: Wed, 8 Aug 2012 09:25:06 -0700 (PDT) To: r-help at r-project.org Subject: [R] Installing HDF5 package Dear all I am a new user of R and I have been trying to install the HDF5 package but I don't seem to find any easily. I tried looking in the archives but I didn't succeed in installing the packages there. I guess they must be for Unix If any body succeeded in installing this library, please give me some hints on how to do so? Thank you in advance -- View this message in context: http://r.789695.n4.nabble.com/Installing-HDF5-package-tp4639633.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list 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.
____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
On 08.08.2012 20:54, John Kane wrote:
You have not told us what you have done or what your OS is.
In any case R is case sensitive so try:
install.packages("hdf5")
Which won't work on Windows since binaries are not available under that platform. Another package brandnew on CRAN is h5r. Binaries are not yet available - but will be during the next couple of days. Uwe Ligges
John Kane Kingston ON Canada
-----Original Message----- From: saadsihem87 at gmail.com Sent: Wed, 8 Aug 2012 09:25:06 -0700 (PDT) To: r-help at r-project.org Subject: [R] Installing HDF5 package Dear all I am a new user of R and I have been trying to install the HDF5 package but I don't seem to find any easily. I tried looking in the archives but I didn't succeed in installing the packages there. I guess they must be for Unix If any body succeeded in installing this library, please give me some hints on how to do so? Thank you in advance -- View this message in context: http://r.789695.n4.nabble.com/Installing-HDF5-package-tp4639633.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list 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.
____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! ______________________________________________ R-help at r-project.org mailing list 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.
On 08/08/2012 12:10 PM, Uwe Ligges wrote:
On 08.08.2012 20:54, John Kane wrote:
You have not told us what you have done or what your OS is.
In any case R is case sensitive so try:
install.packages("hdf5")
Which won't work on Windows since binaries are not available under that platform. Another package brandnew on CRAN is h5r. Binaries are not yet available - but will be during the next couple of days.
There is also http://bioconductor.org/packages/release/bioc/html/rhdf5.html I wonder how much overlap there is between these hdf5 interfaces? Martin
Uwe Ligges
John Kane Kingston ON Canada
-----Original Message----- From: saadsihem87 at gmail.com Sent: Wed, 8 Aug 2012 09:25:06 -0700 (PDT) To: r-help at r-project.org Subject: [R] Installing HDF5 package Dear all I am a new user of R and I have been trying to install the HDF5 package but I don't seem to find any easily. I tried looking in the archives but I didn't succeed in installing the packages there. I guess they must be for Unix If any body succeeded in installing this library, please give me some hints on how to do so? Thank you in advance -- View this message in context: http://r.789695.n4.nabble.com/Installing-HDF5-package-tp4639633.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list 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.
____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! ______________________________________________ R-help at r-project.org mailing list 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 at r-project.org mailing list 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.
Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793
As Uwe Ligges-3 guessed, i am working on a Windows Station. I also tried the link Uwe Ligges-3 posted and I think it worked Thank you all for your answers! -- View this message in context: http://r.789695.n4.nabble.com/Installing-HDF5-package-tp4639633p4639728.html Sent from the R help mailing list archive at Nabble.com.
On 09.08.2012 10:18, sihemsaad wrote:
As Uwe Ligges-3 guessed, i am working on a Windows Station. I also tried the link Uwe Ligges-3 posted and I think it worked
Actually, my surname is "Ligges" rather than "Ligges-3". And you failed to cite the contents of the former part of the thread. Please read this mailing list's posting guide and be aware R-help is not Nabble! Best, Uwe Ligges
Thank you all for your answers! -- View this message in context: http://r.789695.n4.nabble.com/Installing-HDF5-package-tp4639633p4639728.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list 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.