-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix usage of := walrus operator which was no longer exported by lates…
…t rlang move james to thrid author to better reflect contribution to overall package added glue as dependency as it is nor required by rlang usage of interpolation of programmatic names
- Loading branch information
1 parent
cc34567
commit fc2fdbb
Showing
7 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ Authors@R: c( | |
role = c("aut", "cre"),comment = c(ORCID = "https://orcid.org/0000-0002-7152-6654")), | ||
person("Dean", "Attali", email = "[email protected]", | ||
role = c("aut")), | ||
person("James", "Craig", email = "[email protected]", | ||
role = c("aut"), comment = "implemented bookmarking and created pkgdown website"), | ||
person("Benjamin", "Rich", email = "[email protected]", | ||
role = c("aut"), comment = "provided summary stats tables tab code"), | ||
role = c("aut"), comment = "provided summary stats tables table1 tab code"), | ||
person("Michael", "Sachs", email = "[email protected]", | ||
role = c("aut"), comment = "provided ggkm code"), | ||
person("James", "Craig", email = "[email protected]", | ||
role = c("aut"), comment = "implemented bookmarking and created pkgdown website") | ||
role = c("aut"), comment = "provided ggkm initial code") | ||
) | ||
Description: Quickly and easily perform exploratory data analysis by uploading your | ||
data as a 'csv' file. Start generating insights using 'ggplot2' plots and | ||
|
@@ -27,6 +27,7 @@ Imports: | |
data.table, | ||
DT, | ||
Formula, | ||
glue, | ||
GGally (>= 2.1.0), | ||
ggbeeswarm, | ||
ggh4x, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#' @importFrom rlang `:=` | ||
#' @importFrom rlang .data | ||
#' @importFrom rlang sym | ||
#' @import tidyr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.