https://github.com/likelet/interactivevenny
https://github.com/likelet/interactivevenny
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/likelet/interactivevenny
- Owner: likelet
- License: mit
- Created: 2016-08-24T01:42:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T06:27:45.000Z (about 9 years ago)
- Last Synced: 2025-01-07T20:45:54.775Z (over 1 year ago)
- Language: R
- Size: 47.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InteractiveVenny
### Install dependencies
To check the dependencies installed correctly, this command can help users to check the status of each installation
```R
library("Packages for check")
```
Code for install dependencies R packages
```R
cDep <- c("ggplot2","shiny","shinyBS","colourpicker","ggthemes","DT")
###INSTALLED PACKAGES
#get installed list
inst <- packageStatus()$inst
#check and install DEPENDENCIES from CRAN
for(i in 1:length(cDep)){
tag = which(inst$Package == cDep[i])
if(length(tag)){
remove.packages(cDep[i])
}
install.packages(cDep[i])
}
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("AnalytixWare/shinysky.incubator")
devtools::install_github("AnalytixWare/ShinySky")
```
### Install TBploter
To install the latest development build directly from GitHub, run this:
```R
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("likelet/InteractiveVenny")
```
### Update Information
####2016-8-15
add tiff plot function
### Designers:
Qi Zhao, zhaoqi@sysucc.org.cn
### Developers:
Qi Zhao, zhaoqi3@msysucc.org.cn
### Maintainer:
Qi Zhao
### Copyright
MIT license
### Citation
during preparation