Last data update: 2014.03.03

gapfill

Package: gapfill
Type: Package
Title: Fill Missing Values in Satellite Data
Version: 0.9.3
Date: 2016-05-04
Author: Florian Gerber
Maintainer: Florian Gerber <florian.gerber@math.uzh.ch>
Description: Tools to fill missing values in satellite data and to develop new
gap-fill algorithms. The methods are tailored to data (images) observed
at equally-spaced points in time. The package is illustrated with MODIS
NDVI data.
License: GPL (>= 2)
Depends: R (>= 3.1), ggplot2 (>= 2.0.0)
Imports: fields, foreach (>= 1.4), Rcpp (>= 0.12.1), quantreg (>= 5.0)
Suggests: roxygen2, spam, testthat
Enhances: raster, doParallel, doMPI
LinkingTo: Rcpp
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-05-04 07:54:46 UTC; flgerb
Repository: CRAN
Date/Publication: 2016-05-04 10:13:27

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gapfill' ...
** package 'gapfill' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c gapfill.cpp -o gapfill.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o gapfill.so RcppExports.o gapfill.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/gapfill/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gapfill'
    finding HTML links ... done
    Array2Matrix                            html  
    ArrayAround                             html  
    EstimateQuantile                        html  
    Extend                                  html  
    Gapfill                                 html  
    Image                                   html  
    Index                                   html  
    Score                                   html  
    Subset-Predict                          html  
    Validate                                html  
    gapfill-package                         html  
    ndvi                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (gapfill)
Making 'packages.html' ... done