Chelsyx has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/341373 )
Change subject: Fixed bug in tab country_breakdown
......................................................................
Fixed bug in tab country_breakdown
Bug: T150915
Change-Id: If0e96f2fc25edc8a094367ac61d7e21879687d2e
---
M utils.R
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/prince
refs/changes/73/341373/1
diff --git a/utils.R b/utils.R
index 6548a0e..67a1594 100644
--- a/utils.R
+++ b/utils.R
@@ -49,7 +49,7 @@
country_data <<- tidyr::spread(
dplyr::distinct(interim, date, country, .keep_all = TRUE),
country, events, fill = NA
- )
+ ) %>% as.data.frame()
return(invisible())
}
--
To view, visit https://gerrit.wikimedia.org/r/341373
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If0e96f2fc25edc8a094367ac61d7e21879687d2e
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/prince
Gerrit-Branch: master
Gerrit-Owner: Chelsyx <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits