As of July 2018, *sparcl* has been removed from CRAN. If you don't need sparse hierarchical clustering, you can simply comment the line ''library(sparcl)'' in ''server.R'' file or install it from the [archive][https://cran.r-project.org/web/packages/sparcl/index.html].
**Additionally**, a time series analysis package need to be installed from [GitHub](https://github.com/dmattek/tca-package):
```
...
...
@@ -52,7 +55,6 @@ install.packages("devtools")
library(devtools)
```
## Input file
The app recognises CSV (comma-separated values) files: data columns separated by a comma, floating point numbers using a dot (full-stop).