Bearloga has submitted this change and it was merged. ( 
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(-)

Approvals:
  Bearloga: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: If0e96f2fc25edc8a094367ac61d7e21879687d2e
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/prince
Gerrit-Branch: master
Gerrit-Owner: Chelsyx <[email protected]>
Gerrit-Reviewer: Bearloga <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to