Last data update: 2014.03.03

udunits2

Package: udunits2
Type: Package
Title: Udunits-2 Bindings for R
Version: 0.8.1
Date: 2015-09-22
Author: James Hiebert <hiebert@uvic.ca>
Maintainer: James Hiebert <hiebert@uvic.ca>
Description: Provides simple bindings to version 2 of Unidata's udunits library.
SystemRequirements: udunits-2
License: GPL-2
LazyLoad: yes
Depends: R (>= 2.10.0)
Packaged: 2015-09-22 06:24:58 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-09-22 20:08:03

● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'udunits2' ...
** package 'udunits2' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for XML_ParserCreate in -lexpat... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking udunits2.h usability... yes
checking udunits2.h presence... yes
checking for udunits2.h... yes
checking for ut_read_xml in -ludunits2... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c udunits2_R.c -o udunits2_R.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o udunits2.so udunits2_R.o -ludunits2 -lexpat -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/udunits2/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'udunits2'
    finding HTML links ... done
    ud.are.convertible                      html  
    ud.convert                              html  
    ud.get.name                             html  
    ud.is.parseable                         html  
    ud.set.encoding                         html  
    udunits2-package                        html  
** building package indices
** testing if installed package can be loaded
* DONE (udunits2)
Making 'packages.html' ... done