-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
85 lines (57 loc) · 2.96 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: ""
output:
html_document:
css: C:/Users/Dmitry/Dropbox/Software/DeviumWeb/www/style.css
keep_md: yes
self_contained: no
---
```{r echo = FALSE}
info<-read.table(file="version_info", header=TRUE)
```
[DeviumWeb](http://spark.rstudio.com/dgrapov/DeviumWeb/#)
=========
<b>D</b>ynamic Multivariat<b>E</b> Data Analysis and <b>VI</b>s<b>U</b>alization Platfor<b>M</b> based on [Radiant](https://github.com/mostly-harmless/radiant) by Vincent Nijs.
![logo](other/generic_logo.png)
![demo](other/devium1.0.gif)
###Information
Version: `r info$version` (`r info$date`)
News: [See the latest features and fixes.](https://github.com/dgrapov/DeviumWeb/blob/master/NEWS.md)
### Download
* To download the current development version, click the 'Download ZIP' button at the top right of this page.
* Older versions
[DeviumWeb v0.3.1](https://sourceforge.net/projects/devium/files/DeviumWeb/DeviumWeb%20v0.3.1.zip/download) (10/09/14)
### Installation
- Required: [R](http://cran.rstudio.com/) (v`r info$R_version`)
- Required: [Shiny](http://www.rstudio.com/shiny/) (v`r info$shiny_version`)
- Required: A modern browser (e.g., Chrome (recommended), Firefox, or Safari).
Unzip the file and then start Devium by running the following code in the R console (change file path if not unzipped to the desktop).
#-------------
#Load Directly from GitHub
#-------------
library(shiny)
runGitHub("DeviumWeb", "dgrapov")
#-------------
#Windows
#-------------
library(shiny)
shiny::runApp('~/../Desktop/DeviumWeb-master/DeviumWeb-master')
#-------------
#Mac
#-------------
library(shiny)
shiny::runApp('~/Desktop/DeviumWeb-master/DeviumWeb-master')
### Citation
If you find DeviumWeb useful please cite this tool as stated below.
Dmitry Grapov. (2014) DeviumWeb: Dynamic Multivariate Data Analysis and Visualization Platform. v`r info$version` (`r info$date`)
[![DOI](https://zenodo.org/badge/7400/dgrapov/DeviumWeb.png)](http://dx.doi.org/10.5281/zenodo.12879)
### TODO
- convert to R package to enable easier loading
- add help files
- add network modules
### License
DeviumWeb is licensed under the [AGPLv3](http://www.tldrlegal.com/l/AGPL3). The help files are licensed under the creative commons attribution, non-commercial, share-alike license <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC-NC-SA</a>. See the files listed below for additional details.
- COPYING - DeviumWeb license (AGPLv3 and CC-NC-SA)
- NOTICE - Copyright notices for additional included software
As a summary, the AGPLv3 license requires, attribution, include copyright and license in copies of the software, state changes if you modify the code, and disclose all source code. Details are in the COPYING file.
© Dmitry Grapov (2014) <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a>