git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@119975 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,38 +0,0 @@ |
1 |
-## reference: http://docs.travis-ci.com/user/languages/r/ |
|
2 |
- |
|
3 |
-language: r |
|
4 |
-r: |
|
5 |
- - devel |
|
6 |
- - bioc-devel |
|
7 |
- |
|
8 |
-cache: packages |
|
9 |
-bioc_required: true |
|
10 |
- |
|
11 |
-os: |
|
12 |
- - linux |
|
13 |
- - osx |
|
14 |
- |
|
15 |
- |
|
16 |
-apt_packages: |
|
17 |
- - libfftw3-dev |
|
18 |
- |
|
19 |
-env: |
|
20 |
- global: |
|
21 |
- - _R_CHECK_FORCE_SUGGESTS_=False |
|
22 |
- - R_LIBS="http://cran.rstudio.com" |
|
23 |
- |
|
24 |
- |
|
25 |
-after_failure: |
|
26 |
- - ./travis-tool.sh dump_logs |
|
27 |
- |
|
28 |
-r_github_packages: |
|
29 |
- - jimhester/covr |
|
30 |
- |
|
31 |
-after_success: |
|
32 |
-- Rscript -e 'library(covr); codecov()' |
|
33 |
- |
|
34 |
-## notifications: |
|
35 |
-## email: |
|
36 |
-## on_success: change |
|
37 |
-## on_failure: change |
|
38 |
- |
39 | 0 |
deleted file mode 100644 |
... | ... |
@@ -1,27 +0,0 @@ |
1 |
-ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data |
|
2 |
-=========================================================================================================================== |
|
3 |
- |
|
4 |
-[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) [](https://bioconductor.org/checkResults/devel/bioc-LATEST/ggtree/) [](https://travis-ci.org/GuangchuangYu/ggtree) [](https://ci.appveyor.com/project/GuangchuangYu/ggtree) |
|
5 |
- |
|
6 |
-[](https://github.com/GuangchuangYu/ggtree/blob/master/DESCRIPTION) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://support.bioconductor.org/t/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://twitter.com/intent/tweet?hashtags=ggtree&url=https://guangchuangyu.github.io/ggtree) |
|
7 |
- |
|
8 |
-[](http://www.repostatus.org/#active) [](https://codecov.io/gh/GuangchuangYu/ggtree/branch/master/graph/badge.svg) [](https://github.com/GuangchuangYu/ggtree/commits/master) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#svn_source) [](https://github.com/GuangchuangYu/ggtree/network) [](https://github.com/GuangchuangYu/ggtree/stargazers) |
|
9 |
- |
|
10 |
-The `ggtree` package extending the `ggplot2` package. It based on grammar of graphics and takes all the good parts of `ggplot2`. |
|
11 |
- |
|
12 |
-`ggtree` is designed for not only viewing phylogenetic tree but also displaying annotation data on the tree. |
|
13 |
- |
|
14 |
-Please cite the following article when using `ggtree`: |
|
15 |
- |
|
16 |
-**G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. ***Methods in Ecology and Evolution***. *accepted* |
|
17 |
- |
|
18 |
- |
|
19 |
-For details, please visit our project website, <https://guangchuangyu.github.io/ggtree>. |
|
20 |
- |
|
21 |
-- [Documentation](https://guangchuangyu.github.io/ggtree/documentation/) |
|
22 |
-- [FAQ](https://guangchuangyu.github.io/ggtree/faq/) |
|
23 |
-- [Feedback](https://guangchuangyu.github.io/ggtree/#feedback) |
|
24 |
-- [Example](https://guangchuangyu.github.io/ggtree/featuredArticles/) |
|
25 |
- |
|
26 |
-[](https://guangchuangyu.github.io/ggtree/featuredArticles/) |
27 | 0 |
deleted file mode 100644 |
... | ... |
@@ -1,43 +0,0 @@ |
1 |
-# DO NOT CHANGE the "init" and "install" sections below |
|
2 |
- |
|
3 |
-# Download script file from GitHub |
|
4 |
-init: |
|
5 |
- ps: | |
|
6 |
- $ErrorActionPreference = "Stop" |
|
7 |
- Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
|
8 |
- Import-Module '..\appveyor-tool.ps1' |
|
9 |
- |
|
10 |
-install: |
|
11 |
- ps: Bootstrap |
|
12 |
- |
|
13 |
-# Adapt as necessary starting from here |
|
14 |
- |
|
15 |
-build_script: |
|
16 |
- - travis-tool.sh install_bioc BiocStyle Biostrings |
|
17 |
- - travis-tool.sh install_deps |
|
18 |
- |
|
19 |
-test_script: |
|
20 |
- - travis-tool.sh run_tests |
|
21 |
- |
|
22 |
-on_failure: |
|
23 |
- - 7z a failure.zip *.Rcheck\* |
|
24 |
- - appveyor PushArtifact failure.zip |
|
25 |
- |
|
26 |
-artifacts: |
|
27 |
- - path: '*.Rcheck\**\*.log' |
|
28 |
- name: Logs |
|
29 |
- |
|
30 |
- - path: '*.Rcheck\**\*.out' |
|
31 |
- name: Logs |
|
32 |
- |
|
33 |
- - path: '*.Rcheck\**\*.fail' |
|
34 |
- name: Logs |
|
35 |
- |
|
36 |
- - path: '*.Rcheck\**\*.Rout' |
|
37 |
- name: Logs |
|
38 |
- |
|
39 |
- - path: '\*_*.tar.gz' |
|
40 |
- name: Linux Package |
|
41 |
- |
|
42 |
- - path: '\*_*.zip' |
|
43 |
- name: Windows Package |