-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Rhistory
58 lines (58 loc) · 1.43 KB
/
.Rhistory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
install.packages("gplots")
install.packages("ggplot2")
install.packages("tidyverse")
install.packages("reticulate")
import
import::from()
import::from('evtest.R')
a=list(a=1, b=2) %>% as_tibble()
a = list(a=1, b=2) %>% as_tibble()
library(dplyr)
a = list(a=1, b=2) %>% as_tibble()
View(a)
a %>% transmute(c=3)
a %>% mutate(c=3)
a=a %>% mutate(c=3)
print(a)
b=list(a=1, b=2)
b
print(b)
b%>%as_tibble()
source("~/oxv/roakvar/test.R")
gui()
source("~/oxv/roakvar/test.R")
gui()
source("~/oxv/roakvar/test.R")
gui()
source("~/oxv/roakvar/test.R")
gui()
source("~/oxv/roakvar/test.R")
gui()
source("~/oxv/roakvar/test.R")
import
import("rotes")
setwd("/Users/rick/oxv/roakvar")
devtools::build_vignettes("roakvar")
devtools::build_vignettes("roakvar")
usethis::use_vignette("roakvar")
devtools::install_github("rkimoakbioinformatics/roakvar")
devtools::install_github("rkimoakbioinformatics/roakvar")
library(devtools)
devtools::install_github("rkimoakbioinformatics/roakvar")
gui()
roakvar::gui()
gui()
roakvar::module.ls()
roakvar::module.ls(fmt="json", to="ret")
roakvar::module.ls(fmt="json", out="ret")
roakvar::module.ls(fmt="json")
roakvar::module.ls(fmt="json", stdout=FALSE)
roakvar::module.ls(fmt="yaml", stdout=FALSE)
roakvar::module.ls(fmt="yaml")
source("~/oxv/roakvar/test.R")
module.info(module="biogrid", to="return")
source("~/oxv/roakvar/test.R")
module.info(module="biogrid", to="return")
ret=module.info(module="biogrid", to="return")
View(ret)
ret