Browse code

update bioc version

Guangchuang Yu authored on 28/10/2021 01:45:37
Showing 1 changed files
... ...
@@ -20,3 +20,4 @@ ggtree.png
20 20
 CONTRIBUTORS.md
21 21
 CONTRIBUTING.md
22 22
 TODO.md
23
+new_bioc_version.sh
Browse code

shadowtext

Guangchuang Yu authored on 02/09/2020 08:44:40
Showing 1 changed files
... ...
@@ -19,3 +19,4 @@ ggtree.png
19 19
 ^CONDUCT\.md$
20 20
 CONTRIBUTORS.md
21 21
 CONTRIBUTING.md
22
+TODO.md
Browse code

bug fixed

Guangchuang Yu authored on 26/01/2020 15:25:32
Showing 1 changed files
... ...
@@ -17,3 +17,5 @@ ggtree_sticker.R
17 17
 site_src
18 18
 ggtree.png
19 19
 ^CONDUCT\.md$
20
+CONTRIBUTORS.md
21
+CONTRIBUTING.md
Browse code

remove website

guangchuang yu authored on 05/03/2018 04:17:02
Showing 1 changed files
... ...
@@ -16,3 +16,4 @@ logo.png
16 16
 ggtree_sticker.R
17 17
 site_src
18 18
 ggtree.png
19
+^CONDUCT\.md$
GuangchuangYu authored on 24/07/2017 16:18:30
Showing 1 changed files
... ...
@@ -9,11 +9,10 @@ Makefile
9 9
 README.Rmd
10 10
 mkdocs
11 11
 docs
12
-logo.png.github
12
+logo.png
13 13
 .github
14 14
 ^.*\.Rproj$
15 15
 ^\.Rproj\.user$
16 16
 ggtree_sticker.R
17
-
18 17
 site_src
19 18
 ggtree.png
GuangchuangYu authored on 24/07/2017 16:15:40
Showing 1 changed files
... ...
@@ -16,3 +16,4 @@ logo.png.github
16 16
 ggtree_sticker.R
17 17
 
18 18
 site_src
19
+ggtree.png
Browse code

website transit to hugo

GuangchuangYu authored on 24/07/2017 15:41:08
Showing 1 changed files
... ...
@@ -15,3 +15,4 @@ logo.png.github
15 15
 ^\.Rproj\.user$
16 16
 ggtree_sticker.R
17 17
 
18
+site_src
Browse code

.Rbuildignore

guangchuang yu authored on 20/07/2017 07:54:58
Showing 1 changed files
... ...
@@ -11,9 +11,7 @@ mkdocs
11 11
 docs
12 12
 logo.png.github
13 13
 .github
14
-<<<<<<< HEAD
15 14
 ^.*\.Rproj$
16 15
 ^\.Rproj\.user$
17
-=======
18 16
 ggtree_sticker.R
19
->>>>>>> 6c3d0a213ebba123a58af768ef6d7b4ec93b85d1
17
+
Browse code

Pull from fork of ggtree.

Merge branch 'master' of https://github.com/JustGitting/ggtree

# Conflicts:
# .Rbuildignore

JustGitting authored on 06/04/2017 06:30:12
Showing 0 changed files
Browse code

gitignore and Rbuildignore have been updated by RStudio. It was not my doing...

JustGitting authored on 06/04/2017 06:26:06
Showing 1 changed files
... ...
@@ -11,3 +11,5 @@ mkdocs
11 11
 docs
12 12
 logo.png.github
13 13
 .github
14
+^.*\.Rproj$
15
+^\.Rproj\.user$
Browse code

new logo using hexSticker

guangchuang yu authored on 13/03/2017 10:40:21
Showing 1 changed files
... ...
@@ -11,3 +11,4 @@ mkdocs
11 11
 docs
12 12
 logo.png.github
13 13
 .github
14
+ggtree_sticker.R
Browse code

fixed geom_range to support height_0.95_HPD <2017-03-03, Fri>

guangchuang yu authored on 03/03/2017 05:42:32
Showing 1 changed files
... ...
@@ -10,3 +10,4 @@ README.Rmd
10 10
 mkdocs
11 11
 docs
12 12
 logo.png.github
13
+.github
Browse code

issue template

guangchuang yu authored on 02/03/2017 03:08:12
Showing 1 changed files
... ...
@@ -9,4 +9,4 @@ Makefile
9 9
 README.Rmd
10 10
 mkdocs
11 11
 docs
12
-logo.png
13 12
\ No newline at end of file
13
+logo.png.github
guangchuang yu authored on 14/11/2016 07:15:43
Showing 1 changed files
... ...
@@ -9,3 +9,4 @@ Makefile
9 9
 README.Rmd
10 10
 mkdocs
11 11
 docs
12
+logo.png
12 13
\ No newline at end of file
Browse code

update docs

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

g.yu authored on 31/08/2016 06:22:59
Showing 1 changed files
... ...
@@ -7,3 +7,5 @@ TODO.md
7 7
 appveyor.yml
8 8
 Makefile
9 9
 README.Rmd
10
+mkdocs
11
+docs
Browse code

geom_cladelabel

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

g.yu authored on 11/08/2016 06:54:44
Showing 1 changed files
... ...
@@ -1,8 +1,9 @@
1
-TODO.md
2 1
 .travis.yml
3
-appveyor.yml
4 2
 .gitignore
5 3
 .svnignore
6
-Makefile
7 4
 ^appveyor\.yml$
5
+^.*\.DS_Store
6
+TODO.md
7
+appveyor.yml
8
+Makefile
8 9
 README.Rmd
Browse code

update docs

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

g.yu authored on 09/08/2016 12:43:33
Showing 1 changed files
... ...
@@ -4,3 +4,5 @@ appveyor.yml
4 4
 .gitignore
5 5
 .svnignore
6 6
 Makefile
7
+^appveyor\.yml$
8
+README.Rmd
Browse code

clean dependencies

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

g.yu authored on 21/07/2016 13:16:38
Showing 1 changed files
... ...
@@ -3,3 +3,4 @@ TODO.md
3 3
 appveyor.yml
4 4
 .gitignore
5 5
 .svnignore
6
+Makefile
Browse code

better geom_tree/groupClade/groupOTU implementation & annotation_clade/annotation_clade2 functions

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

g.yu authored on 31/07/2015 10:15:38
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1 1
 TODO.md
2 2
 .travis.yml
3 3
 appveyor.yml
4
+.gitignore
5
+.svnignore
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: f3f2f4065c71fc16952e75fed6b0d658ce467e03

TODO



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

g.yu authored on 22/05/2015 04:01:16
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1
+TODO.md
1 2
 .travis.yml
2
-appveyor.yml
3 3
\ No newline at end of file
4
+appveyor.yml
Browse code

Commit made by the Bioconductor Git-SVN bridge. Consists of 1 commit.

Commit information:

Commit id: 05625221170735079d149658f93edf6845603b2e

appveyor

Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-09 18:08:09 +0800
Author date: 2015-02-09 18:08:09 +0800


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

g.yu authored on 09/02/2015 10:08:29
Showing 1 changed files
... ...
@@ -1 +1,2 @@
1 1
 .travis.yml
2
+appveyor.yml
2 3
\ No newline at end of file
Browse code

Commit made by the Bioconductor Git-SVN bridge. Consists of 1 commit.

Commit information:

Commit id: 3f8a3d64de3303ec40558de2ea45e63a3f27f5a1

travis

Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-03 15:45:23 +0800
Author date: 2015-02-03 15:45:23 +0800


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

g.yu authored on 03/02/2015 07:45:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+.travis.yml