Last data update: 2014.03.03

RandomFieldsUtils

Package: RandomFieldsUtils
Version: 0.2.1
Title: Utilities for the Simulation and Analysis of Random Fields
Author: Martin Schlather [aut, cre], Reinhard Furrer [ctb], Martin Kroll [ctb]
Maintainer: Martin Schlather <schlather@math.uni-mannheim.de>
Depends: R (>= 3.0)
Imports: utils
Description: Various utilities are provided that might be used in spatial statistics and elsewhere. It delivers a method for solving linear equations that checks the sparsity of the matrix before any algorithm is used. Furthermore, it includes the Struve functions.
License: GPL (>= 3)
URL: http://ms.math.uni-mannheim.de/de/publications/software
Packaged: 2016-06-22 00:29:36 UTC; schlather
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-06-23 09:05:07

● 0 images, 5 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'RandomFieldsUtils' ...
** package 'RandomFieldsUtils' successfully unpacked and MD5 sums checked
configure: creating ./config.status
config.status: creating src/Makevars
PKG_LIBS =$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c RFoptions.cc -o RFoptions.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_init.cc -o R_init.o
f95   -fpic  -g -O2  -c bckslvmodified.f -o bckslvmodified.o
f95   -fpic  -g -O2  -c cholmodified.f -o cholmodified.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c kleinkram.cc -o kleinkram.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c options.cc -o options.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c solve.cc -o solve.o
f95   -fpic  -g -O2  -c spamown.f -o spamown.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sqrt.cc -o sqrt.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c struve.cc -o struve.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o RandomFieldsUtils.so RFoptions.o R_init.o bckslvmodified.o cholmodified.o kleinkram.o options.o solve.o spamown.o sqrt.o struve.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/RandomFieldsUtils/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'RandomFieldsUtils'
    finding HTML links ... done
    Print                                   html  
    RFoptions                               html  
Rd warning: /tmp/RtmpYAVpf2/R.INSTALL36c06e364f1f/RandomFieldsUtils/man/RFoptions.Rd:98: missing file link 'set.seed'
    Struve                                  html  
Rd warning: /tmp/RtmpYAVpf2/R.INSTALL36c06e364f1f/RandomFieldsUtils/man/Struve.Rd:38: missing file link 'besselI'
Rd warning: /tmp/RtmpYAVpf2/R.INSTALL36c06e364f1f/RandomFieldsUtils/man/Struve.Rd:55: missing file link 'besselI'
    cholPosDef                              html  
Rd warning: /tmp/RtmpYAVpf2/R.INSTALL36c06e364f1f/RandomFieldsUtils/man/cholPosDef.Rd:41: missing file link 'chol.spam'
    solvePosDef                             html  
Rd warning: /tmp/RtmpYAVpf2/R.INSTALL36c06e364f1f/RandomFieldsUtils/man/solvePosDef.Rd:69: missing file link 'chol.spam'
Rd warning: /tmp/RtmpYAVpf2/R.INSTALL36c06e364f1f/RandomFieldsUtils/man/solvePosDef.Rd:72: missing file link 'chol.spam'
** building package indices
** testing if installed package can be loaded
* DONE (RandomFieldsUtils)
Making 'packages.html' ... done