-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
341 additions
and
100 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,30 +1,30 @@ | ||
language: r | ||
## Sample .travis.yml file for use with metacran/r-builder | ||
## See https://github.com/metacran/r-builder for details. | ||
|
||
language: c | ||
sudo: required | ||
|
||
# Be strict when checking our package | ||
warnings_are_errors: true | ||
before_install: | ||
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh | ||
- chmod 755 pkg-build.sh | ||
- ./pkg-build.sh bootstrap | ||
|
||
r-packages: | ||
- shape | ||
- colorspace | ||
- RColorBrewer | ||
- testthat | ||
- knitr | ||
- markdown | ||
- dendextend | ||
- circlize | ||
install: | ||
- ./pkg-build.sh install_deps | ||
|
||
bioc_packages: | ||
- GenomicRanges | ||
- HilbertVis | ||
script: | ||
- ./pkg-build.sh run_tests | ||
|
||
r_github_packages: | ||
- jokergoo/GlobalOptions | ||
- jokergoo/GetoptLong | ||
- jokergoo/HilbertCurve | ||
- jimhester/covr | ||
- jokergoo/ComplexHeatmap | ||
after_failure: | ||
- ./pkg-build.sh dump_logs | ||
|
||
r_check_args: --no-vignettes --no-build-vignettes | ||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
|
||
env: | ||
matrix: | ||
- RVERSION=oldrel | ||
- RVERSION=release | ||
- RVERSION=devel |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: circlize | |
Type: Package | ||
Title: Circular Visualization | ||
Version: 0.4.5 | ||
Date: 2018-7-9 | ||
Date: 2018-11-19 | ||
Author: Zuguang Gu | ||
Maintainer: Zuguang Gu <[email protected]> | ||
Depends: R (>= 3.0.0), graphics | ||
|
@@ -22,6 +22,6 @@ Description: Circular layout is an efficient way for the visualization of huge | |
better understanding complex patterns behind multiple dimensional data. | ||
URL: https://github.com/jokergoo/circlize, http://jokergoo.github.io/circlize_book/book/ | ||
License: MIT + file LICENSE | ||
Packaged: 2018-7-9 00:00:00 UTC; Administrator | ||
Packaged: 2018-11-19 00:00:00 UTC; Administrator | ||
Repository: CRAN | ||
Date/Publication: 2018-7-9 00:00:00 | ||
Date/Publication: 2018-11-19 00:00:00 |
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.