File tree Expand file tree Collapse file tree 6 files changed +223
-181
lines changed Expand file tree Collapse file tree 6 files changed +223
-181
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
Rscript ./dependencies.R
31
31
- name : Restore Blogdown Cache
32
- uses : actions/cache@v4.2.2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : |
35
35
./blogdown
Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 18
17
- - uses : actions/cache@v4.2.2
17
+ - uses : actions/cache@v4
18
18
with :
19
19
path : ~/.npm
20
20
key : ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 47
47
with :
48
48
node-version : 18
49
49
- name : Cache Node.js modules
50
- uses : actions/cache@v4.2.2
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
53
53
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ The core server code for the [Delphi Epidata API](https://cmu-delphi.github.io/d
16
16
### [ Epidatr] ( https://cmu-delphi.github.io/epidatr/ )
17
17
18
18
R client for the [ Delphi Epidata API] ( https://cmu-delphi.github.io/delphi-epidata/ ) .
19
- It allows you to cache queries locally to speed up data access and seamlessly integrate pulling from our API into your pipelines.
19
+ Download data from our API as a usable tibble in R!
20
20
21
- ### [ Epidatpy] ( https://github.com/cmu-delphi/epidatpy ) (WIP)
21
+ ### [ Epidatpy] ( https://github.com/cmu-delphi/epidatpy )
22
22
23
- A work-in-progress Python client for the [ Delphi Epidata API] ( https://cmu-delphi.github.io/delphi-epidata/ ) .
24
- Not yet recommended for production, but we are happy to receive feedback !
23
+ Python client for the [ Delphi Epidata API] ( https://cmu-delphi.github.io/delphi-epidata/ ) .
24
+ Download data from our API as a usable Pandas dataframe in Python !
25
25
26
26
## Forecasting
27
27
You can’t perform that action at this time.
0 commit comments