Last data update: 2014.03.03

fields

Package: fields
Version: 8.4-1
Date: 2016-05-05
Title: Tools for Spatial Data
Authors@R: c( person("Douglas", "Nychka", role = c("aut", "cre"),
email = "nychka@ucar.edu"),
person("Reinhard", "Furrer", role = c("aut"),
email = "reinhard.furrer@math.uzh.ch"),
person("John", "Paige", role = c("aut"),
email = "paigejo@uw.edu"),
person("Stephan", "Sain", role = "aut",
email = "ssain@ucar.edu"))
Author: Douglas Nychka [aut, cre], Reinhard Furrer [aut], John Paige [aut], Stephan Sain [aut]
Maintainer: Douglas Nychka <nychka@ucar.edu>
Description: For curve, surface and function fitting with an emphasis
on splines, spatial data and spatial statistics. The major methods
include cubic, and thin plate splines, Kriging and compact
covariances for large data sets. The splines and Kriging methods are
supported by functions that can determine the smoothing parameter
(nugget and sill variance) and other covariance parameters by cross
validation and also by restricted maximum likelihood. For Kriging
there is an easy to use function that also estimates the correlation
scale (range). A major feature is that any covariance function
implemented in R and following a simple fields format can be used for
spatial prediction. There are also many useful functions for plotting
and working with spatial data as images. This package also contains
an implementation of sparse matrix methods for large spatial data
sets and currently requires the sparse matrix (spam) package. Use
help(fields) to get started and for an overview. The fields source
code is deliberately commented and provides useful explanations of
numerical details in addition to the manual pages. The commented
source code can be viewed by expanding the source code file (ending in tar.gz)
and looking in the R subdirectory. Please cite fields along with its
DOI in your publications!
License: GPL (>= 2)
URL: http://www.image.ucar.edu/fields
Depends: R (>= 3.0), methods, spam, maps
NeedsCompilation: yes
Packaged: 2016-05-05 16:13:09 UTC; nychka
Repository: CRAN
Date/Publication: 2016-05-05 23:56:26

● Cran Task View: Spatial
● 0 images, 73 functions, 15 datasets
Reverse Depends: 36

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fields' ...
** package 'fields' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ExponentialUpperC.c -o ExponentialUpperC.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c addToDiagC.c -o addToDiagC.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c compactToMatC.c -o compactToMatC.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c compactToMatCOLD.c -o compactToMatCOLD.o
f95   -fpic  -g -O2  -c css.f -o css.o
f95   -fpic  -g -O2  -c csstr.f -o csstr.o
f95   -fpic  -g -O2  -c cvrf.f -o cvrf.o
f95   -fpic  -g -O2  -c dchold.f -o dchold.o
f95   -fpic  -g -O2  -c dcopy.f -o dcopy.o
f95   -fpic  -g -O2  -c ddfind.f -o ddfind.o
f95   -fpic  -g -O2  -c ddot.f -o ddot.o
f95   -fpic  -g -O2  -c dlv.f -o dlv.o
f95   -fpic  -g -O2  -c dmaket.f -o dmaket.o
f95   -fpic  -g -O2  -c drdfun.f -o drdfun.o
f95   -fpic  -g -O2  -c dsetup.f -o dsetup.o
f95   -fpic  -g -O2  -c evlpoly.f -o evlpoly.o
f95   -fpic  -g -O2  -c evlpoly2.f -o evlpoly2.o
f95   -fpic  -g -O2  -c expfn.f -o expfn.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c expfnC.c -o expfnC.o
f95   -fpic  -g -O2  -c ifind.f -o ifind.o
f95   -fpic  -g -O2  -c igpoly.f -o igpoly.o
f95   -fpic  -g -O2  -c inpoly.f -o inpoly.o
f95   -fpic  -g -O2  -c mltdrb.f -o mltdrb.o
f95   -fpic  -g -O2  -c mltdtd.f -o mltdtd.o
f95   -fpic  -g -O2  -c multW.f -o multW.o
f95   -fpic  -g -O2  -c multeb.f -o multeb.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c multebC.c -o multebC.o
f95   -fpic  -g -O2  -c multrb.f -o multrb.o
f95   -fpic  -g -O2  -c radbas.f -o radbas.o
f95   -fpic  -g -O2  -c radfn2.f -o radfn2.o
f95   -fpic  -g -O2  -c radfun.f -o radfun.o
f95   -fpic  -g -O2  -c rcss.f -o rcss.o
f95   -fpic  -g -O2  -c rcssr.f -o rcssr.o
f95   -fpic  -g -O2  -c rcsswt.f -o rcsswt.o
f95   -fpic  -g -O2  -c rdist.f -o rdist.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rdistC.c -o rdistC.o
f95   -fpic  -g -O2  -c sortm.f -o sortm.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fields.so ExponentialUpperC.o addToDiagC.o compactToMatC.o compactToMatCOLD.o css.o csstr.o cvrf.o dchold.o dcopy.o ddfind.o ddot.o dlv.o dmaket.o drdfun.o dsetup.o evlpoly.o evlpoly2.o expfn.o expfnC.o ifind.o igpoly.o inpoly.o mltdrb.o mltdtd.o multW.o multeb.o multebC.o multrb.o radbas.o radfn2.o radfun.o rcss.o rcssr.o rcsswt.o rdist.o rdistC.o sortm.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fields/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fields'
    finding HTML links ... done
    BD                                      html  
    CO                                      html  
    CO2                                     html  
    CovarianceUpper                         html  
    Exponential                             html  
    FORTRAN.internal                        html  
    Krig.Amatrix                            html  
    Krig                                    html  
    Krig.engine.default                     html  
    Krig.null.function                      html  
    Krig.replicates                         html  
    MLESpatialProcess                       html  
    NorthAmericanRainfall                   html  
    QTps                                    html  
    RCMexample                              html  
    REML.test                               html  
    RMprecip                                html  
    Tps                                     html  
    US                                      html  
    US.dat                                  html  
    Wendland                                html  
    WorldBank                               html  
    add.image                               html  
    arrow.plot                              html  
    as.image                                html  
    as.surface                              html  
    bplot                                   html  
    bplot.xy                                html  
    colorbar.plot                           html  
    compactToMat                            html  
    cover.design                            html  
    drape.plot                              html  
    exp.cov                                 html  
    fields-internal                         html  
    fields-stuff                            html  
    fields                                  html  
    fields.grid                             html  
    fields.hints                            html  
    fields.tests                            html  
    flame                                   html  
    gcv.Krig                                html  
    grid.list                               html  
    image.cov                               html  
    image.plot                              html  
    image.smooth                            html  
    image2lz                                html  
    interp.surface                          html  
    lennon                                  html  
    mKrig.MLE                               html  
    mKrig                                   html  
    minitri                                 html  
    ozone                                   html  
    ozone2                                  html  
    plot.Krig                               html  
    plot.surface                            html  
    poly.image                              html  
    predict.Krig                            html  
    predictSE.Krig                          html  
    predictSurface                          html  
    print.Krig                              html  
    pushpin                                 html  
    qsreg                                   html  
    quilt.plot                              html  
    rat.diet                                html  
    rdist                                   html  
    rdist.earth                             html  
    ribbon.plot                             html  
    set.panel                               html  
    sim.Krig                                html  
    sim.rf                                  html  
    smooth.2d                               html  
    spam2lz                                 html  
    spatialProcess                          html  
    splint                                  html  
    sreg                                    html  
    stats                                   html  
    stats.bin                               html  
    summary.Krig                            html  
    summary.ncdf                            html  
    supportsArg                             html  
    surface.Krig                            html  
    tim.colors                              html  
    transformx                              html  
    vgram                                   html  
    vgram.matrix                            html  
    world                                   html  
    xline                                   html  
    yline                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (fields)
Making 'packages.html' ... done