Browse code

rm .()

Guangchuang Yu authored on 02/11/2019 08:54:12
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,23 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/utilities.R
3
-\name{.}
4
-\alias{.}
5
-\title{.}
6
-\usage{
7
-.(..., .env = parent.frame())
8
-}
9
-\arguments{
10
-\item{...}{expression}
11
-
12
-\item{.env}{environment}
13
-}
14
-\value{
15
-expression
16
-}
17
-\description{
18
-capture name of variable
19
-}
20
-\examples{
21
-x <- 1
22
-eval(.(x)[[1]])
23
-}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -21,4 +21,3 @@ capture name of variable
21 21
 x <- 1
22 22
 eval(.(x)[[1]])
23 23
 }
24
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -21,3 +21,4 @@ capture name of variable
21 21
 x <- 1
22 22
 eval(.(x)[[1]])
23 23
 }
24
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -21,4 +21,3 @@ capture name of variable
21 21
 x <- 1
22 22
 eval(.(x)[[1]])
23 23
 }
24
-
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

Adds ggtree/ seq2pathway/ sidap/ to the repos.

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

Marc Carlson authored on 14/01/2015 21:22:07
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
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{.}
6
+\usage{
7
+.(..., .env = parent.frame())
8
+}
9
+\arguments{
10
+\item{...}{expression}
11
+
12
+\item{.env}{environment}
13
+}
14
+\value{
15
+expression
16
+}
17
+\description{
18
+capture name of variable
19
+}
20
+\examples{
21
+x <- 1
22
+eval(.(x)[[1]])
23
+}
24
+