Browse code

fixed R check

Guangchuang Yu authored on 25/01/2019 21:12:11
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,19 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/operator.R
3
-\name{\%>\%}
4
-\alias{\%>\%}
5
-\title{pipe}
6
-\usage{
7
-lhs \%>\% rhs
8
-}
9
-\arguments{
10
-\item{lhs}{left hand side}
11
-
12
-\item{rhs}{right hand side}
13
-}
14
-\description{
15
-pipe
16
-}
17
-\seealso{
18
-\link[magrittr]{pipe}
19
-}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -17,4 +17,3 @@ pipe
17 17
 \seealso{
18 18
 \link[magrittr]{pipe}
19 19
 }
20
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -17,3 +17,4 @@ pipe
17 17
 \seealso{
18 18
 \link[magrittr]{pipe}
19 19
 }
20
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -17,4 +17,3 @@ pipe
17 17
 \seealso{
18 18
 \link[magrittr]{pipe}
19 19
 }
20
-
Browse code

support phylip format

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

Guangchuang Yu authored on 15/01/2016 04:55:05
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/utilities.R
2
+% Please edit documentation in R/operator.R
3 3
 \name{\%>\%}
4 4
 \alias{\%>\%}
5 5
 \title{pipe}
Browse code

lots updates

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

Guangchuang Yu authored on 22/12/2015 04:08:02
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-% Generated by roxygen2 (4.1.1): do not edit by hand
1
+% Generated by roxygen2: do not edit by hand
2 2
 % Please edit documentation in R/utilities.R
3 3
 \name{\%>\%}
4 4
 \alias{\%>\%}
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9

add author



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

Guangchuang Yu authored on 27/04/2015 03:15:40
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-% Generated by roxygen2 (4.1.0): do not edit by hand
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2 2
 % Please edit documentation in R/utilities.R
3 3
 \name{\%>\%}
4 4
 \alias{\%>\%}
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: 8529e69b1484a4c1f4bf5452cd28156a2f67ca15

import %>%



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

Guangchuang Yu authored on 12/03/2015 10:57:29
Showing 1 changed files
... ...
@@ -3,11 +3,6 @@
3 3
 \name{\%>\%}
4 4
 \alias{\%>\%}
5 5
 \title{pipe}
6
-\source{
7
-This is just the imported function
8
-from the marittr package. The documentation you should
9
-read for %>% function can be found here: \link[magrittr]{%>%}
10
-}
11 6
 \usage{
12 7
 lhs \%>\% rhs
13 8
 }
... ...
@@ -19,4 +14,7 @@ lhs \%>\% rhs
19 14
 \description{
20 15
 pipe
21 16
 }
17
+\seealso{
18
+\link[magrittr]{pipe}
19
+}
22 20
 
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: 339117c7b83dac1233cfef7ef7f73dba23c8de66

collapse, expand, hilight and phylopic



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

Guangchuang Yu authored on 11/03/2015 06:13:40
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+% Generated by roxygen2 (4.1.0): do not edit by hand
2
+% Please edit documentation in R/utilities.R
3
+\name{\%>\%}
4
+\alias{\%>\%}
5
+\title{pipe}
6
+\source{
7
+This is just the imported function
8
+from the marittr package. The documentation you should
9
+read for %>% function can be found here: \link[magrittr]{%>%}
10
+}
11
+\usage{
12
+lhs \%>\% rhs
13
+}
14
+\arguments{
15
+\item{lhs}{left hand side}
16
+
17
+\item{rhs}{right hand side}
18
+}
19
+\description{
20
+pipe
21
+}
22
+