-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from yannsay-impact/update_create_analysis_median
fixing create_analysis_median
- Loading branch information
Showing
4 changed files
with
92 additions
and
58 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: analysistools | ||
Title: Tools to perform some analysis on survey data collected with ODK | ||
Version: 0.0.0.902 | ||
Version: 0.0.0.903 | ||
Authors@R: c( | ||
person("Yann", "Say", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-7390-4209")), | ||
|
@@ -21,7 +21,7 @@ Imports: | |
magrittr, | ||
purrr, | ||
rlang, | ||
srvyr, | ||
srvyr (>= 1.3.0), | ||
stringr, | ||
tidyr, | ||
tidyselect | ||
|
@@ -37,5 +37,5 @@ Config/testthat/edition: 3 | |
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
URL: https://impact-initiatives.github.io/analysistools/ |
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.
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