-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace the graphic package ggplot with rbokeh
- Loading branch information
Showing
11 changed files
with
229 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: DataMan | ||
Type: Package | ||
Title: This is an R package for data cleaning and preliminary data analysis | ||
Version: 0.1.2 | ||
Version: 0.4 | ||
Date: 2015-01-24 | ||
Author: Sixiang Hu <[email protected]> | ||
Maintainer: Sixiang Hu <[email protected]> | ||
|
@@ -10,9 +10,9 @@ Description: This package provides some simple function used for: Data Cleaning | |
Analysis - an enhanced summary function to provide more info about variables in | ||
the given data. | ||
Depends: | ||
ggplot2 | ||
rbokeh | ||
Imports: | ||
data.table,scales,reshape2,googleVis,grid,gridExtra,Rcpp (>= 0.11.6),dplyr | ||
data.table,Rcpp (>= 0.11.6),dplyr | ||
License: GPL (>= 2) | ||
LinkingTo: Rcpp, RcppArmadillo | ||
URL: https://github.com/SixiangHu/DataMan | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.