Skip to content

Commit 67f3676

Browse files
authored
Merge pull request #1 from cmu-delphi/main
Update fork with current state of original repo
2 parents be5f9dc + db1d1bc commit 67f3676

File tree

85 files changed

+7147
-686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+7147
-686
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# default owners for anything not listed below, such as README and CI workflows
2+
* @krivard @capnrefsmmat
3+
4+
# covidcast R package and data generation
5+
/R-packages/covidcast/ @capnrefsmmat @sgsmob
6+
/R-packages/data-raw/ @capnrefsmmat @sgsmob
7+
8+
# evalcast R package
9+
/R-packages/evalcast/ @jacobbien @dajmcdon
10+
11+
# covidcast Python package
12+
/Python-packages/covidcast-py/ @chinandrew @capnrefsmmat
13+
14+
# notebooks
15+
/R-notebooks/ @benjaminysmith @capolitsch @krivard
16+
17+
# documentation changes go live instantly on GitHub.io, and hence require their
18+
# own review
19+
/docs/ @capnrefsmmat
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ distribution for each signal.
118118
for (i in 1:length(signals)) {
119119
df_cor[[i]]$time_value = start_day
120120
df_cor[[i]]$issue = start_day
121-
attributes(df_cor[[i]])$geo_type = "county"
121+
attributes(df_cor[[i]])$metadata$geo_type = "county"
122122
class(df_cor[[i]]) = c("covidcast_signal", "data.frame")
123123
124124
print(plot(df_cor[[i]], range = c(-1, 1), choro_col = cm.colors(10),

0 commit comments

Comments
 (0)