Last data update: 2014.03.03

hsdar

Package: hsdar
Type: Package
Title: Manage, Analyse and Simulate Hyperspectral Data
Version: 0.4.1
Date: 2016-02-23
Author: Lukas W. Lehnert [cre, aut],
Hanna Meyer [aut],
Joerg Bendix [aut]
Maintainer: Lukas W. Lehnert <lukaslehnert@googlemail.com>
Depends: R (>= 2.10.0), raster, rgdal, rootSolve, signal, methods,
caret
Suggests: rgl, RCurl, pracma
Description: Transformation of reflectance spectra, calculation of vegetation indices and red edge parameters, spectral resampling for hyperspectral remote sensing, simulation of reflectance and transmittance using the leaf reflectance model PROSPECT and the canopy reflectance model PROSAIL.
License: GPL
LazyLoad: yes
BuildVignettes: yes
Copyright: see file COPYRIGHTS
URL: http://lcrs.geographie.uni-marburg.de
http://teledetection.ipgp.jussieu.fr/prosail/
Packaged: 2016-02-23 10:25:14 UTC; lehnert
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-02-23 13:46:01

● 0 images, 81 functions, 3 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'hsdar' ...
** package 'hsdar' successfully unpacked and MD5 sums checked
** libs
gfortran  -fpic -g -O2  -c  LIDF.f90 -o LIDF.o
gfortran  -fpic -g -O2  -c  MODULE_PRO4SAIL.f90 -o MODULE_PRO4SAIL.o
gfortran  -fpic -g -O2  -c  dataSpec_P5B_PROSAIL.f90 -o dataSpec_P5B_PROSAIL.o
gfortran  -fpic -g -O2  -c  PRO4SAIL.f90 -o PRO4SAIL.o
gfortran  -fpic -g -O2  -c  apply_response.f90 -o apply_response.o
gfortran  -fpic -g -O2  -c  bandDepthRatioIndices.f90 -o bandDepthRatioIndices.o
f95   -fpic  -g -O2  -c c2lablas.f -o c2lablas.o
gfortran  -fpic -g -O2  -c  checkhull.f90 -o checkhull.o
gfortran  -fpic -g -O2  -c  dataSpec_P5B_PROSPECT.f90 -o dataSpec_P5B_PROSPECT.o
gfortran  -fpic -g -O2  -c  differenciate.f90 -o differenciate.o
f95   -fpic  -g -O2  -c dladgen.f -o dladgen.o
gfortran  -fpic -g -O2  -c  localMaxima.f90 -o localMaxima.o
gfortran  -fpic -g -O2  -c  main_PROSAIL.f90 -o main_PROSAIL.o
gfortran  -fpic -g -O2  -c  main_PROSPECT.f90 -o main_PROSPECT.o
gfortran  -fpic -g -O2  -c  meanfilter.f90 -o meanfilter.o
gfortran  -fpic -g -O2  -c  prospect_5B.f90 -o prospect_5B.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pt2f.c -o pt2f.o
gfortran  -fpic -g -O2  -c  recursiveNRI.f90 -o recursiveNRI.o
gfortran  -fpic -g -O2  -c  sam.f90 -o sam.o
gfortran  -fpic -g -O2  -c  smgm.f90 -o smgm.o
gfortran  -fpic -g -O2  -c  suh.f90 -o suh.o
gfortran  -fpic -g -O2  -c  tav_abs.f90 -o tav_abs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c unmix.c -o unmix.o
gfortran  -fpic -g -O2  -c  volscatt.f90 -o volscatt.o
gfortran -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o hsdar.so LIDF.o MODULE_PRO4SAIL.o PRO4SAIL.o apply_response.o bandDepthRatioIndices.o c2lablas.o checkhull.o dataSpec_P5B_PROSAIL.o dataSpec_P5B_PROSPECT.o differenciate.o dladgen.o localMaxima.o main_PROSAIL.o main_PROSPECT.o meanfilter.o prospect_5B.o pt2f.o recursiveNRI.o sam.o smgm.o suh.o tav_abs.o unmix.o volscatt.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/hsdar/libs
** R
** data
** inst
** preparing package for lazy loading
in method for 'predict' with signature 'object=".preProcessHyperspectral"': no definition for class ".preProcessHyperspectral"
Creating a generic function for 'apply' from package 'base' in package 'hsdar'
Creating a generic function for 'cor.test' from package 'stats' in package 'hsdar'
Creating a generic function for 't.test' from package 'stats' in package 'hsdar'
Creating a generic function from function 'get_reflectance' in package 'hsdar'
Creating a generic function for 'cellFromRowCol' from package 'raster' in package 'hsdar'
Creating a generic function for 'cellFromRowColCombine' from package 'raster' in package 'hsdar'
Creating a generic function for 'cellFromRow' from package 'raster' in package 'hsdar'
Creating a generic function for 'cellFromCol' from package 'raster' in package 'hsdar'
Creating a generic function for 'colFromX' from package 'raster' in package 'hsdar'
Creating a generic function for 'rowFromY' from package 'raster' in package 'hsdar'
Creating a generic function for 'cellFromXY' from package 'raster' in package 'hsdar'
Creating a generic function for 'cellFromLine' from package 'raster' in package 'hsdar'
Creating a generic function for 'cellFromPolygon' from package 'raster' in package 'hsdar'
Creating a generic function for 'fourCellsFromXY' from package 'raster' in package 'hsdar'
** help
*** installing help indices
  converting help for package 'hsdar'
    finding HTML links ... done
    Clman-class                             html  
    Clman-methods                           html  
    DistMat3D-class                         html  
    DistMat3D-methods                       html  
    HyperSpecRaster-class                   html  
    HyperSpecRaster                         html  
    finding level-2 HTML links ... done

    Nri-class                               html  
    PROSAIL2R                               html  
    PROSPECT2R                              html  
    Specfeat-class                          html  
    Speclib-class                           html  
    USGS                                    html  
    addcp                                   html  
    applyDistMat3D                          html  
    applySpeclib                            html  
    attributes_speclib                      html  
    bandnames                               html  
    bdri                                    html  
    cancer_spectra                          html  
    caret_createDataPartition-methods       html  
    caret_createFolds-methods               html  
    caret_createResample-methods            html  
    caret_featurePlot-methods               html  
    caret_gafs                              html  
    caret_preProcess-methods                html  
    caret_rfe                               html  
    caret_safs                              html  
    caret_setPredictor                      html  
    caret_setResponse                       html  
    caret_sfb                               html  
    caret_showCaretParameters               html  
    caret_train-methods                     html  
    checkhull                               html  
    clman                                   html  
    cor.test.normalized.ratio.index         html  
    cubePlot                                html  
    cut.specfeat                            html  
    define.features                         html  
    deletecp                                html  
    derivative_speclib                      html  
    dim_speclib                             html  
    dist_speclib                            html  
    feature_properties                      html  
    get.gaussian.response                   html  
    getNRI                                  html  
    get_reflectance                         html  
    get_response                            html  
    get_sensor_name                         html  
    getcp                                   html  
    glm.normalized.ratio.index              html  
    hsdar-package                           html  
    hsdardocs                               html  
    id_speclib                              html  
    makehull                                html  
    mask                                    html  
    meanfilter                              html  
    merge_speclib                           html  
    normalized.ratio.index-methods          html  
    normalized.ratio.index                  html  
    normalized.ratio.index.best.perfomance
                                            html  
    plot.glm.normalized.ratio.index         html  
    plot.specfeat                           html  
    plot.speclib                            html  
    raster-methods                          html  
    rastermeta                              html  
    rededge                                 html  
    response_functions                      html  
    sensorCharacteristics                   html  
    smgm                                    html  
    smooth_speclib                          html  
    soilindex                               html  
    specfeat                                html  
    speclib                                 html  
    spectra                                 html  
    spectralResampling                      html  
    spectral_data                           html  
    subset_speclib                          html  
    t.test.nri                              html  
    transform                               html  
    unmix                                   html  
    updatecl                                html  
    usagehistory                            html  
    vegindex                                html  
    wavelength                              html  
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (hsdar)
Making 'packages.html' ... done