Last data update: 2014.03.03

topmodel

Package: topmodel
Type: Package
Title: Implementation of the hydrological model TOPMODEL in R
Version: 0.7.2-2
Date: 2011-01-09
Author: Wouter Buytaert
Maintainer: Wouter Buytaert <w.buytaert@imperial.ac.uk>
Description: Set of hydrological functions including an R
implementation of the hydrological model TOPMODEL, which is
based on the 1995 FORTRAN version by Keith Beven. From version
0.7.0, the package is put into maintenance mode. New functions
for hydrological analysis are now developed as part of the
RHydro package. RHydro can be found on R-forge and is built on
a set of dedicated S4 classes.
License: GPL (>= 2)
URL:
http://rwiki.sciviews.org/doku.php?id=guides:tutorials:hydrological_data_analysis
Packaged: 2011-01-10 21:39:36 UTC; wouter
Repository: CRAN
Date/Publication: 2011-01-11 06:49:48

● Cran Task View: Environmetrics
● 0 images, 10 functions, 2 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'topmodel' ...
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c NS.c -o NS.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c core_topmodel.c -o core_topmodel.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c flowlength.c -o flowlength.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c get_f.c -o get_f.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c infiltration.c -o infiltration.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c misc.c -o misc.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c output.c -o output.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c param_init.c -o param_init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c river.c -o river.o
river.c: In function 'findrivers':
river.c:33:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   riveri= (double *) R_alloc((*nrow) * (*ncol), sizeof(int));
         ^
river.c:34:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   riverj= (double *) R_alloc((*nrow) * (*ncol), sizeof(int));
         ^
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sinkfill.c -o sinkfill.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c startroutines.c -o startroutines.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c streamorder.c -o streamorder.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c subcatch.c -o subcatch.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c topidx.c -o topidx.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c topmodel.c -o topmodel.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o topmodel.so NS.o core_topmodel.o flowlength.o get_f.o infiltration.o misc.o output.o param_init.o river.o sinkfill.o startroutines.o streamorder.o subcatch.o topidx.o topmodel.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/topmodel/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'topmodel'
    finding HTML links ... done
    NSeff                                   html  
    flowlength                              html  
    huagrahuma                              html  
    huagrahuma.dem                          html  
    infiltration                            html  
    make.classes                            html  
    outlet                                  html  
    river                                   html  
    sinkfill                                html  
    subcatch                                html  
    topidx                                  html  
    topmodel                                html  
** building package indices
** testing if installed package can be loaded
* DONE (topmodel)
Making 'packages.html' ... done