Skip to content
Snippets Groups Projects
README.md 1.18 KiB
Newer Older
Julien Godet's avatar
Julien Godet committed
# GmrcShinyStats

jgodet's avatar
jgodet committed
GMRC Shiny Stats permet de faire facilement des analyses statistiques sans coder.
Julien Godet's avatar
Julien Godet committed

---
## How to install and run GmrcShinyStats

```r
jgodet's avatar
c  
jgodet committed
if(!require(devtools)){install.packages("devtools")}
jgodet's avatar
jgodet committed
devtools::install_github("jgodet/gmrcfun")
devtools::install_github("jgodet/GmrcShinyStats")
require(GmrcShinyStats)
Julien Godet's avatar
Julien Godet committed
GO()
```

jgodet's avatar
jgodet committed

Alternative way
```r
install.packages("devtools")
library(devtools)
Julien Godet's avatar
Julien Godet committed
install_github("jgodet/gmrcfun")
jgodet's avatar
jgodet committed
install_github("jgodet/GmrcShinyStats", INSTALL_opts = c('--no-lock'))
require(gmrcfun)
require(shiny)
GO()
```

Once installed, anytime you want to run GmrcShinyStats - just type the two last lines
```r
require(shiny)
GO()
```
jgodet's avatar
jgodet committed

Julien Godet's avatar
Julien Godet committed
---
### License

This package is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 3, as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.  See the GNU
General Public License for more details.

A copy of the GNU General Public License, version 3, is available at
<https://www.r-project.org/Licenses/GPL-3>