Hi,
Package "ncdf4" is not available for Windows. Regards, Pascal ----- Mail original ----- De : Amen <[hidden email]> À : [hidden email] Cc : Envoyé le : Vendredi 16 mars 2012 16h39 Objet : [R] ncd4 package Hi I am using windows. I cant install ncdf4 package but it didn't work . any suggestions!! -- View this message in context: http://r.789695.n4.nabble.com/ncd4-package-tp4477496p4477496.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [hidden email] 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. ______________________________________________ [hidden email] 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. |
In reply to this post by JONON
This one is for windows.
http://cran.r-project.org/web/packages/RNetCDF/index.html but you need netcdf libraries and udunits libraries installed. http://cran.r-project.org/web/packages/RNetCDF/INSTALL Cheers See the On Fri, 2012-03-16 at 00:39 -0700, Amen wrote: > Hi > I am using windows. I cant install ncdf4 package but it didn't work . any > suggestions!! > > > -- > View this message in context: http://r.789695.n4.nabble.com/ncd4-package-tp4477496p4477496.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > [hidden email] 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. [[alternative HTML version deleted]] ______________________________________________ [hidden email] 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 Fri, 16 Mar 2012, Stefan Luedtke wrote:
> This one is for windows. > > http://cran.r-project.org/web/packages/RNetCDF/index.html > > but you need netcdf libraries and udunits libraries installed. > > http://cran.r-project.org/web/packages/RNetCDF/INSTALL Which are the non-Windows instructions. On Windows the libraries are statically linked into the binary package (and BTW, it is udunits2, not udunits, these days). ncdf4 is available for Windows from the author: see http://cirrus.ucsd.edu/~pierce/ncdf/ . However, the author does not make clear that is a non-standard 32-bit-only build. The main reason that there is no Windows binary on CRAN is the lack of 64-bit support. And ncdf is also available for Windows. > > > Cheers > > See the > > On Fri, 2012-03-16 at 00:39 -0700, Amen wrote: > >> Hi >> I am using windows. I cant install ncdf4 package but it didn't work . any >> suggestions!! -- Brian D. Ripley, [hidden email] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [hidden email] 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. |
sorry, I did not know that, thanks!
On Fri, 2012-03-16 at 11:35 +0000, Prof Brian Ripley wrote: > On Fri, 16 Mar 2012, Stefan Luedtke wrote: > > > This one is for windows. > > > > http://cran.r-project.org/web/packages/RNetCDF/index.html > > > > but you need netcdf libraries and udunits libraries installed. > > > > http://cran.r-project.org/web/packages/RNetCDF/INSTALL > > Which are the non-Windows instructions. On Windows the libraries are > statically linked into the binary package (and BTW, it is udunits2, > not udunits, these days). > > ncdf4 is available for Windows from the author: see > http://cirrus.ucsd.edu/~pierce/ncdf/ . However, the author does not > make clear that is a non-standard 32-bit-only build. The main reason > that there is no Windows binary on CRAN is the lack of 64-bit support. > > And ncdf is also available for Windows. > > > > > > > Cheers > > > > See the > > > > On Fri, 2012-03-16 at 00:39 -0700, Amen wrote: > > > >> Hi > >> I am using windows. I cant install ncdf4 package but it didn't work . any > >> suggestions!! > > [[alternative HTML version deleted]] ______________________________________________ [hidden email] 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 forum by Nabble | Edit this page |