Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
```{r, echo = FALSE, message=FALSE, results='hide'}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.width = 8,
fig.height = 6,
fig.path = "figs/",
echo = TRUE
)
```
[](https://travis-ci.org/reconhub/recon.ui)
[](https://ci.appveyor.com/project/thibautjombart/recon.ui/branch/master)
[](https://cran.r-project.org/package=recon.ui)
[](https://cran.r-project.org/package=recon.ui)
<br>
# Installing the package
To install the current stable, CRAN version of the package, type:
```{r install, eval=FALSE}
install.packages("recon.ui")
```
To benefit from the latest features and bug fixes, install the development, *github* version of the package using:
```{r install2, eval=FALSE}
devtools::install_github("reconhub/recon.ui")
```
Note that this requires the package *devtools* installed.
<br>
# What does it do?
<br>
# Resources
<br>
# Contributors (by alphabetic order):
- [Thibaut Jombart](https://github.com/thibautjombart)
See details of contributions on:
<br>
https://github.com/reconhub/recon.ui/graphs/contributors
Contributions are welcome via **pull requests**.
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
**Maintainer:** Thibaut Jombart (thibautjombart@gmail.com)