Browse code

extra vignette in homepage

guangchuang yu authored on 27/12/2017 06:01:35
Showing 1 changed files
... ...
@@ -14,5 +14,5 @@ __init__.pyc
14 14
 ggtree.Rproj
15 15
 .Rproj.user
16 16
 ggtree
17
-*.html
17
+vignettes/*.html
18 18
 
Browse code

update msaplot to use DNAbin/AAbin

guangchuang yu authored on 14/12/2017 10:29:44
Showing 1 changed files
... ...
@@ -13,4 +13,6 @@ __init__.pyc
13 13
 .web_cache
14 14
 ggtree.Rproj
15 15
 .Rproj.user
16
-ggtree*.html
16
+ggtree
17
+*.html
18
+
Browse code

clean up code

guangchuang yu authored on 14/12/2017 08:47:21
Showing 1 changed files
... ...
@@ -13,4 +13,4 @@ __init__.pyc
13 13
 .web_cache
14 14
 ggtree.Rproj
15 15
 .Rproj.user
16
-ggtree
17 16
\ No newline at end of file
17
+ggtree*.html
Browse code

Merged changes from upstream into origin branches.

Merge remote-tracking branch 'upstream/master'

# Conflicts:
# R/geom_cladelabel.R
# R/geom_hilight.R

JustGitting authored on 12/09/2017 01:52:08
Showing 0 changed files
Browse code

rotateTreePoints.df(): Moved label tip "angle" update until after whole tree/branch was rotated.

JustGitting authored on 07/07/2017 04:53:00
Showing 1 changed files
... ...
@@ -12,3 +12,4 @@ __init__.pyc
12 12
 *.ignore
13 13
 .web_cache
14 14
 ggtree.Rproj
15
+.Rproj.user
15 16
\ No newline at end of file
Browse code

Added revised geom_hilight_encircle() function to highlight clades of unrooted trees.

Fixed layoutDaylight ave_change calculation.

Fixed bug in getTreeArcAngles() for cases where the branch root node and origin node are the same.

Added getNodeEuclDistances() function.

Fixed isTip() function to check if nodes has children, instead of checking of the data variable had the isTip field set.

JustGitting authored on 29/06/2017 03:43:04
Showing 1 changed files
... ...
@@ -7,6 +7,8 @@ vignettes/.DS_Store
7 7
 __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10
-.Rproj.user
10
+*.Rproj.user
11
+*.RData
12
+*.ignore
13
+.web_cache
11 14
 ggtree.Rproj
12
-.RData
Browse code

update

GuangchuangYu authored on 10/04/2017 15:52:18
Showing 1 changed files
... ...
@@ -7,7 +7,6 @@ vignettes/.DS_Store
7 7
 __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10
-
11 10
 .Rproj.user
12 11
 ggtree.Rproj
13 12
 .RData
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
... ...
@@ -8,3 +8,6 @@ __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10 10
 
11
+.Rproj.user
12
+ggtree.Rproj
13
+.RData
guangchuang yu authored on 03/01/2017 10:03:26
Showing 1 changed files
... ...
@@ -8,5 +8,3 @@ __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10 10
 
11
-mkdocs/mysoftware
12
-mkdocs/mysoftware
Browse code

treeio link

guangchuang yu authored on 03/01/2017 09:43:41
Showing 1 changed files
... ...
@@ -8,3 +8,5 @@ __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10 10
 
11
+mkdocs/mysoftware
12
+mkdocs/mysoftware
guangchuang yu authored on 11/10/2016 02:07:36
Showing 1 changed files
... ...
@@ -7,11 +7,4 @@ vignettes/.DS_Store
7 7
 __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10
-Makefile
11
-TODO.md
12
-appveyor.yml
13
-.travis.yml
14
-README.Rmd
15
-docs
16
-mkdocs
17 10
 
Browse code

remove site

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

g.yu authored on 11/10/2016 02:01:09
Showing 1 changed files
... ...
@@ -7,3 +7,11 @@ vignettes/.DS_Store
7 7
 __init__.py
8 8
 __pycache__
9 9
 __init__.pyc
10
+Makefile
11
+TODO.md
12
+appveyor.yml
13
+.travis.yml
14
+README.Rmd
15
+docs
16
+mkdocs
17
+
Browse code

bug fixed in subview

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

g.yu authored on 01/09/2016 03:51:25
Showing 1 changed files
... ...
@@ -6,3 +6,4 @@ vignettes/.DS_Store
6 6
 .svn
7 7
 __init__.py
8 8
 __pycache__
9
+__init__.pyc
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
... ...
@@ -4,3 +4,5 @@ vignettes/.DS_Store
4 4
 *~
5 5
 *.Rhistory
6 6
 .svn
7
+__init__.py
8
+__pycache__
Browse code

support phylip format

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

g.yu authored on 15/01/2016 04:55:05
Showing 1 changed files
... ...
@@ -2,5 +2,5 @@
2 2
 R/.DS_Store
3 3
 vignettes/.DS_Store
4 4
 *~
5
-*.Rhistrory
5
+*.Rhistory
6 6
 .svn
Browse code

lots updates

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

g.yu authored on 22/12/2015 04:08:02
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 .DS_Store
2 2
 R/.DS_Store
3 3
 vignettes/.DS_Store
4
-
4
+*~
5
+*.Rhistrory
5 6
 .svn
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
... ...
@@ -2,3 +2,4 @@
2 2
 R/.DS_Store
3 3
 vignettes/.DS_Store
4 4
 
5
+.svn
Browse code

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

Commit information:

Commit id: 3a9059183d9a33cff143c90c6a09d6d566c94955

update vignette

Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-02 11:50:41 +0800
Author date: 2015-02-02 11:50:41 +0800


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

g.yu authored on 02/02/2015 03:51:06
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+.DS_Store
2
+R/.DS_Store
3
+vignettes/.DS_Store
4
+