Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likelet/interactivevenny
https://github.com/likelet/interactivevenny
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/likelet/interactivevenny
- Owner: likelet
- License: mit
- Created: 2016-08-24T01:42:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T06:27:45.000Z (over 7 years ago)
- Last Synced: 2023-10-20T21:16:44.619Z (about 1 year ago)
- Language: R
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- 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, [email protected]### Developers:
Qi Zhao, [email protected]### Maintainer:
Qi Zhao### Copyright
MIT license### Citation
during preparation