Skip to content

Commit 64d8bc9

Browse files
dajmcdondshemetov
authored andcommitted
replace readme fig with svg, remove old stragglers
1 parent aff6620 commit 64d8bc9

7 files changed

+368
-1127
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ edf
119119

120120
Autoplot the confirmed daily cases for each `geo_value`
121121

122-
```{r}
122+
```{r, dev='svg'}
123123
edf %>%
124124
autoplot(smoothed_cases_daily)
125125
```

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ edf
117117
#> * geo_type = state
118118
#> * time_type = day
119119
#> * as_of = 2024-01-01
120-
#>
120+
#>
121121
#> # A tibble: 2,808 × 4
122122
#> geo_value time_value cases_cumulative cases_daily
123123
#> * <chr> <date> <dbl> <dbl>
@@ -141,16 +141,16 @@ edf
141141
#> * geo_type = state
142142
#> * time_type = day
143143
#> * as_of = 2024-01-01
144-
#>
144+
#>
145145
#> # A tibble: 2,808 × 5
146146
#> geo_value time_value cases_cumulative cases_daily smoothed_cases_daily
147147
#> * <chr> <date> <dbl> <dbl> <dbl>
148-
#> 1 ca 2020-03-01 19 19 19
149-
#> 2 ca 2020-03-02 23 4 11.5
148+
#> 1 ca 2020-03-01 19 19 19
149+
#> 2 ca 2020-03-02 23 4 11.5
150150
#> 3 ca 2020-03-03 29 6 9.67
151-
#> 4 ca 2020-03-04 40 11 10
152-
#> 5 ca 2020-03-05 50 10 10
153-
#> 6 ca 2020-03-06 68 18 11.3
151+
#> 4 ca 2020-03-04 40 11 10
152+
#> 5 ca 2020-03-05 50 10 10
153+
#> 6 ca 2020-03-06 68 18 11.3
154154
#> # ℹ 2,802 more rows
155155
```
156156

@@ -161,4 +161,4 @@ edf %>%
161161
autoplot(smoothed_cases_daily)
162162
```
163163

164-
<img src="man/figures/README-unnamed-chunk-7-1.png" width="90%" style="display: block; margin: auto;" />
164+
<img src="man/figures/README-unnamed-chunk-7-1.svg" width="90%" style="display: block; margin: auto;" />
-36 KB
Binary file not shown.

man/figures/README-unnamed-chunk-6-1.svg

-383
This file was deleted.
-243 KB
Binary file not shown.

man/figures/README-unnamed-chunk-7-1.svg

+359-370
Loading

man/figures/README-unnamed-chunk-8-1.svg

-365
This file was deleted.

0 commit comments

Comments
 (0)