Skip to content

Commit d929564

Browse files
authored
Merge pull request #283 from stemangiola/dev
Dev
2 parents 4710a0e + 7f845e8 commit d929564

14 files changed

+745
-432
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ egsea_report_*
2020
/doc/
2121
_targets.R
2222
_targets*
23+
.DS_Store
24+
._.DS_Store

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tidybulk
33
Title: Brings transcriptomics to the tidyverse
4-
Version: 1.11.5
4+
Version: 1.11.6
55
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
66
role = c("aut", "cre")),
77
person("Maria", "Doyle", email = "[email protected]",

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ importFrom(rlang,enquos)
151151
importFrom(rlang,flatten_if)
152152
importFrom(rlang,inform)
153153
importFrom(rlang,is_spliced)
154+
importFrom(rlang,quo)
154155
importFrom(rlang,quo_is_missing)
155156
importFrom(rlang,quo_is_null)
156157
importFrom(rlang,quo_is_symbol)
@@ -179,6 +180,7 @@ importFrom(stats,sd)
179180
importFrom(stats,setNames)
180181
importFrom(stats,terms)
181182
importFrom(stringi,stri_c)
183+
importFrom(stringr,str_c)
182184
importFrom(stringr,str_detect)
183185
importFrom(stringr,str_remove)
184186
importFrom(stringr,str_replace)

0 commit comments

Comments
 (0)