commit | 71c89757687a53b0797dde8f0cadce1acefde6df | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 28 15:58:12 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 28 15:58:12 2023 +0200 |
tree | eb6c938af93fc79de5dba49936feb053a500d2f3 | |
parent | a3ac01a0fabe73e9be4c9ef66d40c547f34dc10a [diff] [blame] |
Use workaround for MATOMO bug with users by country Resolves https://gitlab.ids-mannheim.de/tfnd/IDS-Nutzungsdatenreport/-/issues/14 Change-Id: I72015a50d145fd503b69523ba0f770ddd66e421f
diff --git a/NAMESPACE b/NAMESPACE index 9148b1c..a9260f0 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -37,6 +37,7 @@ importFrom(magrittr,"%>%") importFrom(stringr,str_replace) importFrom(stringr,str_replace_all) +importFrom(stringr,str_split) importFrom(tibble,as_tibble) importFrom(tibble,rownames_to_column) importFrom(tidyr,complete)