search for: udunits

Displaying 19 results from an estimated 19 matches for "udunits".

2008 May 12
1
problem configuring package udunits
Hi R Users, I am new to running R on a Linux platform (I'm used to Windows) - I'm running R 2.7.0 on Ubuntu 7.10 (Gutsy) as sudo (without Emacs). My architecture is Pentium D (x86_64). I am having problems successsfully configuring the downloaded package 'udunits'. When I execute > install.packages("udunits", lib="/usr/local/lib/R/library") I get the following result: trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/udunits_1.3.tar.gz' Content type 'application/x-gzip' length 29985 bytes (29 Kb) opened UR...
2005 Nov 09
3
Packages
I am in need of the udunits and udunits-devel packages. I know I remember seeing the udunits package on the CD's but don't recall seeing the udunits-devel. Looking at the rpm-pbone.net, I only found versions avilable for FC. Would it break a bunch of stuff to install both packages on a 4.1-i386 system ? Also l...
2011 Sep 05
1
Receive "unable to load shared object RNetCDF.o" during R INSTALL of RNetCDF
...performing the install has the required privileges to perform the install. Words of wisdom are greatly appreciated: R CMD INSTALL --configure-args="--with-netcdf-include='/soft/local/netcdf/netcdf-3.6.2/include/' --with-netcdf-lib='/soft/local/netcdf/netcdf-3.6.2/libso' --with-udunits-include='/soft/local/udunits-2.1.23/include' --with-udunits-lib='/soft/local/udunits-2.1.23/lib'" RNetCDF_1.5.2-2.tar.gz * installing to library ?/soft/local/r/R-2.13.1/lib64/R/library? * installing *source* package ?RNetCDF? ... checking for gcc... gcc -std=gnu99 checking for...
2019 Jan 21
1
Request: make `var` a generic
...ts` attribute. The units package addresses this issue for `mean` by implementing `mean.units`: units:::mean.units function (x, ...) { .as.units(NextMethod(), units(x)) } This is, however, not possible for `var` (as it's not a generic), which breaks `summary.lm`: ``` library(units) #> udunits system database from C:/R/Library/3.5/units/share/udunits iris$Sepal.Length <- set_units(iris$Sepal.Length, "cm") summary(lm(Sepal.Length ~ Sepal.Width, data = iris)) #> Error in Ops.units(mean(f)^2, var(f)): both operands of the expression should be "units" ob...
2009 Nov 06
1
centos 5.3 install ncview X libraries error and netcdf header error
I was trying to install software named ncview on a centos 5.3 box. ./configure command gave this error: Error, the X libraries and development headers must be installed for ncview to work! I was surprised that there were many google hits related to ubuntu, none for centos. So even though I eventually figured out what to do, I decided to share this with the list anyhow, so maybe next time I
2004 Aug 02
0
New package: RNetCDF
Dear all, I would like to announce the availability of a new package on CRAN: RNetCDF: R Interface to NetCDF Datasets This package provides an interface to Unidata's NetCDF library functions (version 3) and furthermore access to Unidata's udunits calendar conversions. The routines and the documentation follow the NetCDF and udunits C interface, so the corresponding manuals can be consulted for more detailed information. The main aims of this package are: - to provide full read/write access to all NetCDF datasets (supporting all external...
2004 Aug 02
0
New package: RNetCDF
Dear all, I would like to announce the availability of a new package on CRAN: RNetCDF: R Interface to NetCDF Datasets This package provides an interface to Unidata's NetCDF library functions (version 3) and furthermore access to Unidata's udunits calendar conversions. The routines and the documentation follow the NetCDF and udunits C interface, so the corresponding manuals can be consulted for more detailed information. The main aims of this package are: - to provide full read/write access to all NetCDF datasets (supporting all external...
2013 Apr 27
1
Loading of package RNetCDF fails
...the package RNetCDF (after install from CRAN) I get this message: > library("RNetCDF", lib.loc="/Library/Frameworks/R.framework/Versions/3.0/Resources/library") Error : .onLoad a ?chou? dans loadNamespace() pour 'RNetCDF', d?tails : appel : NULL erreur : I/O error (udunits) Erreur : le chargement du package ou de l'espace de noms a ?chou? pour ?RNetCDF? Anybody have some info about what's happened ? In MacOSX 10.8.3, R3.0.0 Sincerely, Marc Girondot -- __________________________________________________________ Marc Girondot, Pr Laboratoire Ecologie, Sy...
2004 May 06
2
R on Windows Hangs on Packages Built from Sources
Hi, I am currently having the following problem with R 1.9.0. Any package that contains C or Fortran code hangs after I have built it and load it into R. I've tried this with RMySQL and udunits, originally I thought I had done something subtly wrong in configuring these packages; but I just had the same problem with a simple example R package that I wrote. I was able to build and load the package on a Linux system at school so I figure I've, hopefully, ruled out a programming problem...
2003 Jul 06
0
Installing RSPerl (PR#3415)
...GD BM_File Filter::Util::Call File::Glob Fcntl Encode Digest::MD5 Devel::Peek Devel::PPPort Devel::DProf Data::Dumper DB_File Cwd ByteL oader Compress::Zlib Term::ReadKey Text::CSV_XS SQL::Statement DBI Time::HiRes Apache::Symbol Apache::Leak HTML::Parser HTML::Embper l DBD::Oracle DBD::ODBC NetCDF UDUNITS Storable DBD::Pg DBD::ODBC Apache::DB Apache::Symbol Apache::Leak Digest::SHA1 Digest::MD2 Di gest::MD5 MIME::Base64 HTML::Parser Image::Magick R; linking: /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/threads/threads.so /usr/ local/lib/perl5/5.8.0/sun4-solaris/auto/re/re.so /usr/local/lib/perl5/5....
2006 Mar 08
1
problem installing RNetCDF
Hello all, I set 'UDUNITS_PATH' and 'NETCDF_PATH' successfully to my custom places and then % R CMD INSTALL RNetCDF_1.1-3.tar.gz and got this: ... checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes...
2007 Apr 06
1
Orphaned ncvar? (PR#9603)
...old-chip PowerPC ... > other install will be new-chip Intel > > > * binaries are listed on all the R mirrors, but they uniformly fail > to work > > * I've tried to build these from source, but need netcdf. > > I see this --- > > Note > The NetCDF and the udunits library must be already installed on the > system. > Author(s) > Pavel Michna > > but the installs don't work ...at configure stage. > > I have downloaded netcdf using the fink package manner (debian- > linux like) > which creates files in > /sw/lib > and &gt...
2009 Apr 23
1
problem loading ncdf library on MAC
...df.so, 6): Symbol not found: _H5Dclose Referenced from: /Library/Frameworks/R.framework/Resources/library/ncdf/libs/i386/ncdf.so Expected in: dynamic lookup Error in library(ncdf) : .First.lib failed for 'ncdf' I installed the newest netcdf-4.0 with hdf5 (version 1.2.8) and the newest udunits 2.1. I'm working on a macbook with MAC OSX 10.4.11 (darwin 8.11.1). If anyone has any idea how to solve this problem (I'm sure it's something simple that I haven't done right), it'd be much appreciated. Right now I'm only want to use R to look at netcdf files, so without t...
2010 Aug 12
0
- combining lists
Hi all, I have used this library to create a (360 day)calendar for my rainfall data (which is divided over 9 gridcells): ## CODE## library(udunits) utInit() calendar <- att.get.nc(nc,'time','calendar') T <- var.get.nc(nc,"time") times.list <- utCalendar(T,"days since 1961-01-01",style='array',calendar=calendar) ## END CODE## **** To separate months and years I use: ## CODE## times.ind &lt...
2009 Jun 03
1
NOOBE help
...empt to recover some data from a mondo-rescue DVD which apparently dis some ugly things to stuff including grub. Anyhow, my main items of interest would be stuff like clamav-milter, spamass-milter, and anything else dealing with handling spam, not to mention some other scientific software like udunits, perhaps Grads (if exists), etc.. all geared towards weather. My humble thanks and apologies for my dumbness for not keeping good backups of important stuff.. it WONT happen again ! head hanging low :( Sam
2012 Mar 16
2
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.
2013 Apr 25
0
Problem with package RNetCDF when attached
...f/w2t25jws2ng_qqnvl4xgnnc00000gn/T//Rtmphm82to/downloaded_packages > library("RNetCDF", lib.loc="/Library/Frameworks/R.framework/Versions/3.0/Resources/library") Error : .onLoad a ?chou? dans loadNamespace() pour 'RNetCDF', d?tails : appel : NULL erreur : I/O error (udunits) Erreur : le chargement du package ou de l'espace de noms a ?chou? pour ?RNetCDF? -- __________________________________________________________ Marc Girondot, Pr Laboratoire Ecologie, Syst?matique et Evolution Equipe de Conservation des Populations et des Communaut?s CNRS, AgroParisTech et...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...Estimation (0.0-33), truncnorm (1.0-4), TSdbi (2010.5-1), tsDyn (0.7-30), TSfame (2010.5-1), TShistQuote (2010.5-1), tsModel (0.5-3), TSMySQL (2010.5-1), TSodbc (2010.5-1), TSpadi (2010.5-1), TSPostgreSQL (2010.5-1), TSSQLite (2010.5-1), ttime (1.2), ttutils (1.0-1), tuneR (0.3-0), twitteR (0.1.6), udunits (1.3.1), umlr (0.3.0), uncompress (1.33), unmarked (0.8-6), untb (1.6-3), vardiag (0.1-3), varSelRF (0.7-2), vbmp (1.16.0), vcdExtra (0.5-0), vegan (1.17-3), vegdata (0.1.5), venneuler (1.0-2), VGAM (0.8-1), vowels (1.1), VPdtw (2.1-6), vrmlgen (1.4.4), wavelets (0.2-6), waveslim (1.6.4), wavethres...
2006 Mar 08
0
survival
...62 Date: Wed, 8 Mar 2006 11:51:29 +0600 From: Zepu Zhang <zpzhang at uchicago.edu> Subject: [R] problem installing RNetCDF To: r-help at stat.math.ethz.ch Message-ID: <4d95c89d.95a3c736.81eab00 at m4500-03.uchicago.edu> Content-Type: text/plain; charset=us-ascii Hello all, I set 'UDUNITS_PATH' and 'NETCDF_PATH' successfully to my custom places and then % R CMD INSTALL RNetCDF_1.1-3.tar.gz and got this: ... checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes...