Skip to content

Commit

Permalink
Improve support for spaces in variable names (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Nov 1, 2024
1 parent 1fe852c commit 817f324
Show file tree
Hide file tree
Showing 7 changed files with 342 additions and 285 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mia
Type: Package
Version: 1.15.0
Version: 1.15.1
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,sym)
importFrom(dplyr,tally)
importFrom(mediation,mediate)
importFrom(rbiom,unifrac)
Expand Down
Loading

0 comments on commit 817f324

Please sign in to comment.