Last data update: 2014.03.03

tvd

Package: tvd
Type: Package
Title: Total Variation Denoising
Version: 0.1.0
Date: 2014-08-11
Authors@R: c(person(given = "Mark", family = "Pinese", role = c("aut", "cre",
"cph"), email = "m.pinese@garvan.org.au"))
Description: Total Variation Denoising is a regularized denoising method which
effectively removes noise from piecewise constant signals whilst preserving
edges. This package contains a C++ implementation of Condat's very fast 1D
squared error loss TVD algorithm. Additional methods and loss functions may
be added in future versions.
License: EPL (>= 1.0)
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 0.11.2)
LinkingTo: Rcpp
URL: https://bitbucket.org/marpin/r-tvd
BugReports: https://bitbucket.org/marpin/r-tvd/issues
Packaged: 2014-08-13 09:02:47 UTC; marpin
Author: Mark Pinese [aut, cre, cph]
Maintainer: Mark Pinese <m.pinese@garvan.org.au>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-13 11:23:42

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tvd' ...
** package 'tvd' 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 tvd_1d_condat.cpp -o tvd_1d_condat.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tvd.so RcppExports.o tvd_1d_condat.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tvd/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tvd'
    finding HTML links ... done
    tvd-package                             html  
    tvd1d                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (tvd)
Making 'packages.html' ... done