Skip to content

Commit

Permalink
Merge pull request #283 from stemangiola/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
stemangiola authored Aug 29, 2023
2 parents 4710a0e + 7f845e8 commit d929564
Show file tree
Hide file tree
Showing 14 changed files with 745 additions and 432 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ egsea_report_*
/doc/
_targets.R
_targets*
.DS_Store
._.DS_Store
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidybulk
Title: Brings transcriptomics to the tidyverse
Version: 1.11.5
Version: 1.11.6
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre")),
person("Maria", "Doyle", email = "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ importFrom(rlang,enquos)
importFrom(rlang,flatten_if)
importFrom(rlang,inform)
importFrom(rlang,is_spliced)
importFrom(rlang,quo)
importFrom(rlang,quo_is_missing)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
Expand Down Expand Up @@ -179,6 +180,7 @@ importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stringi,stri_c)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
Expand Down
Loading

0 comments on commit d929564

Please sign in to comment.