similar to: New package: RNetCDF

Displaying 20 results from an estimated 400 matches similar to: "New package: RNetCDF"

2013 Apr 27
1
Loading of package RNetCDF fails
Dear Pavel Michna [maintainer of the package] (and copy to R-help Mailing List) When I try to load 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
2007 Apr 06
1
Orphaned ncvar? (PR#9603)
> An orphaned package? anyone in Switzerland know if there's an alternative? Note the email. I guess CRAN-R should be notified. regards, Bob C > The original message was received at Fri, 6 Apr 2007 16:32:57 -0700 > from vayu.arc.nasa.gov [143.232.122.22] > > ----- The following addresses had permanent fatal errors ----- > <juerg.schmidli at env.ethz.ch> >
2006 Apr 12
0
Solution: Making RNetCDF work on Fedora Linux
Dear R users who might like to use the package RNetCDF on Fedora Linux: Fedora (versions 4 and 5) users might have noticed that the default install of the netcdf and netcdf-devel packages from the Fedora Extra archive is inconsistent with the R package RNetCDF. The attempt to install RNetCDF results in a failure in the configure stage because the header & library info for netcdf cannot
2011 Sep 05
1
Receive "unable to load shared object RNetCDF.o" during R INSTALL of RNetCDF
On a Red Hat Linux cluster I am seeing the following after multiple other packages were successfully installed. The error seems to suggest that RNetCDF.o was not copied to the appropriate lib folder. The admin user performing the install has the required privileges to perform the install. Words of wisdom are greatly appreciated: R CMD INSTALL
2004 Sep 27
0
New package: ncvar
Dear all, I would like to announce the availability of a new package on CRAN: ncvar: High-level R Interface to NetCDF Datasets This package provides a high-level R interface to Unidata's NetCDF data files. Using this package netCDF datasets, and all their associated metadata, can be read and written in one go. It is also easy to create datasets including lots of metadata. This package
2004 Sep 27
0
New package: ncvar
Dear all, I would like to announce the availability of a new package on CRAN: ncvar: High-level R Interface to NetCDF Datasets This package provides a high-level R interface to Unidata's NetCDF data files. Using this package netCDF datasets, and all their associated metadata, can be read and written in one go. It is also easy to create datasets including lots of metadata. This package
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 checking for main in -lnetcdf... yes checking for main in -ludunits...
2013 Apr 25
0
Problem with package RNetCDF when attached
I have a problem with the RNetCDF package in MacOSX 10.8.3, R3.0.0. If you have a solution, it would be great ! Thanks a lot. Marc Girondot > install.packages("RNetCDF") essai de l'URL 'http://cran.at.r-project.org/bin/macosx/contrib/3.0/RNetCDF_1.6.1-2.tgz' Content type 'application/x-gzip' length 2071758 bytes (2.0 Mb) URL ouverte
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
2002 Aug 23
3
y-axis with "break"
Dear R-users I would like to draw a barplot with a special y-axis. Most of my data points are in the range from -50 to 50, apart from one value that is 550. I would now like to have a y-axis from -50 to 50, then a "break" and the "rest" of the y-axis, let's say from 500 to 600. In order to make clear what I'm trying to do, I attached a figure. Is it possible to do
2002 Jan 22
1
creation of objects
Hi there, I'm a new R user and I've got a little problem: I would like to read several files at once (which works) and create R objects for each individual file (which doesen't work) within a loop: this is the way I've tried to program this: fn<-list.files(path = "/home/klimet/patrick/LAEGEREN/NEBEL/FOGEVENT2000/", pattern=NULL, all.files=FALSE, full.names=FALSE)
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 looked via yum, at Dag's repository, and mirrors, but nothing shows
2005 Nov 30
1
RNetCDF seg fault
Dear RNetCDF developers, I haven't been able to load RNetCDF in R for a while. I wonder if this is a bug or a problem with my installation. I'm using Debian testing. > library(RNetCDF) Segmentation fault 5:01pm(dongda)~>R --version R 2.2.0 (2005-10-06). Copyright (C) 2005 R Development Core Team R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to
2011 Jan 12
2
RNetCDF: retrieving variable names and units
Dear List, does anybody has experience with the RNetCDF package? I manage to open a connection and copy data from a ncdf file but would need a way to automatically retrieve variable names (ideally all of them from one file) and units from the file. Any ideas? Jannis
2000 Apr 04
2
customizing help()
Hi I tried to customize help(), so it starts the compiled html help, and searches in all packages. I wrote the following function: > my.help function(topic){ help(topic, package=.packages(all=T), lib.loc=.lib.loc, chmhelp=T) } When I use it with >my.help(help) give the following error: Error in help(topic, package = .packages(all = T), lib.loc = .lib.loc, : No documentation
2012 Dec 05
1
catching errors in RNetCDF
Dear R community, I quite frequently run into errors while using the RNetCDF package which do not seem to be recognised as normal R errors and, hence, do not stop the execution of the code making it hard to debug the code. Consider, for example: library(RNetCDF) con <- create.nc('test.nc') test <- try(var.get.nc(con, 'dummy')) In this case, some sort of error message
2011 Jun 17
0
Inconsistent results from var.get.nc in RNetCDF
Hello - I am having trouble extracting data from NetCDF data files using RNetCDF. The data files each have 3 dimensions (longitude, latitude, and a date) and 3 variables (latitude, longitude, and a climate variable). Here is some of the output from print.nc for clarity: ----- dimensions: month = UNLIMITED ; // (1368 currently) lat = 3105 ; lon = 7025 ; variables: float
2009 Apr 21
1
ncdf,RNetCDF
Friends, Someone please share your experience in installing ncdf and RNetCDF in fedora10. I am not able make it work as it throws me the following error. My R version is 2.8.0. > library(ncdf) unable to load shared library '/usr/lib/R/library/ncdf/libs/ncdf.so': /usr/lib/R/library/ncdf/libs/ncdf.so: cannot restore segment prot after reloc: Permission denied Error in library(ncdf)
2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
I imagine this "where are your header files" problem comes up in other packages, so I'm asking this as a general R question. How should configure scripts be re-written so they look in more places? Briefly, the problem is that Fedora-Extras installs the header files in a subdirectory /usr/include/netcdf-3 rather than /usr/include: # rpm -ql netcdf-devel /usr/include/netcdf-3
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
Greetings all, I recently tried to install RNetCDF from within R (install.packages) on Fedora Core 8 (with netcdf 3.6.2 and netcdf-devel 3.6.2 already installed). This resulted in an error because the netcdf header files are installed in /usr/include/netcdf-3 rather than /usr/include which is where RNetCDF looks for them. This problem was described in a 2006 post (see below), but no