drop enercast submodule; drop Rcpp requirement; fix doc, complete code, fix fix fix
[epclust.git] / epclust / man / epclust-package.Rd
CommitLineData
ac1d4231
BA
1\name{epclust-package}
2\alias{epclust-package}
3\alias{epclust}
4\docType{package}
5
6\title{
7 \packageTitle{epclust}
8}
9
10\description{
11 \packageDescription{epclust}
12}
13
14\details{
282342ba
BA
15 Non-R-base dependencies:
16 \itemize{
17 \item cluster: for PAM algorithm
18 \item bigmemory: to share (big) matrices between processes
19 \item wavelets: to compute curves contributions using DWT
20 \item Rwave: to compute the CWT
21 }
22
23 Suggested packages:
24 \itemize{
25 \item synchronicity: to compute synchrones in // (concurrent writes)
26 \item devtools,testthat,roxygen2: development environment (doc, reload, test...)
27 \item MASS: generate multivariate gaussian samples in tests
28 \item wmtsa: generate sample curves for \code{claws} examples
29 \item DBI: for the example with series in an SQLite DB
30 \item digest: to compare \code{claws} examples results
31 }
32
33 The package vignette was generated with Jupyter, outside R packaging flow.
ac1d4231
BA
34}
35
36\author{
37 \packageAuthor{epclust}
38
39 Maintainer: \packageMaintainer{epclust}
40}