Browse code

remove un-used files

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@119975 bc3139a8-67e5-0310-9ffc-ced21a209358

Guangchuang Yu authored on 09/08/2016 12:44:19
Showing 3 changed files

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
-[![platform](http://www.bioconductor.org/shields/availability/devel/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) [![Build Status](http://www.bioconductor.org/shields/build/devel/bioc/ggtree.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/ggtree/) [![Linux/Mac Travis Build Status](https://img.shields.io/travis/GuangchuangYu/ggtree/master.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/GuangchuangYu/ggtree) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/Guangchuangyu/ggtree/master.svg?label=Windows)](https://ci.appveyor.com/project/GuangchuangYu/ggtree)
5
-
6
-[![packageversion](https://img.shields.io/badge/Package%20version-1.5.7-green.svg?style=flat)](https://github.com/GuangchuangYu/ggtree/blob/master/DESCRIPTION) [![Bioc](http://www.bioconductor.org/shields/years-in-bioc/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [![post](http://www.bioconductor.org/shields/posts/ggtree.svg)](https://support.bioconductor.org/t/ggtree/) [![download](http://www.bioconductor.org/shields/downloads/ggtree.svg)](https://bioconductor.org/packages/stats/bioc/ggtree/) [![Twitter](https://img.shields.io/twitter/url/https/github.com/GuangchuangYu/ggtree.svg?style=social)](https://twitter.com/intent/tweet?hashtags=ggtree&url=https://guangchuangyu.github.io/ggtree)
7
-
8
-[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![codecov](https://codecov.io/gh/GuangchuangYu/ggtree/branch/master/graph/badge.svg)](https://codecov.io/gh/GuangchuangYu/ggtree/branch/master/graph/badge.svg) [![Last-changedate](https://img.shields.io/badge/last%20change-2016--08--09-yellowgreen.svg)](https://github.com/GuangchuangYu/ggtree/commits/master) [![commit](http://www.bioconductor.org/shields/commits/bioc/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#svn_source) [![GitHub forks](https://img.shields.io/github/forks/GuangchuangYu/ggtree.svg)](https://github.com/GuangchuangYu/ggtree/network) [![GitHub stars](https://img.shields.io/github/stars/GuangchuangYu/ggtree.svg)](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/featured_img/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg)](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