File tree 2 files changed +33
-1
lines changed
docs/api/covidcast-signals
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,35 @@ __pycache__/
11
11
/node_modules
12
12
.mypy_cache
13
13
/missing_db_signals.csv
14
+
15
+
16
+
17
+ # #Added by Tina to avoid tracking R studio config files
18
+ # History files
19
+ .Rhistory
20
+ .Rapp.history
21
+
22
+ # Session Data files
23
+ .RData
24
+ .RDataTmp
25
+
26
+ # User-specific files
27
+ .Ruserdata
28
+
29
+ # RStudio files
30
+ .Rproj.user /
31
+
32
+ # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
33
+ .httr-oauth
34
+
35
+ # knitr and R markdown default cache directories
36
+ * _cache /
37
+ /cache /
38
+
39
+ # R Environment Variables
40
+ .Renviron
41
+
42
+ # RStudio Connect folder
43
+ rsconnect /
44
+
45
+ * .Rproj
Original file line number Diff line number Diff line change 1
1
---
2
2
title : COVID-19 Trends and Impact Survey
3
- parent : Data Sources and Signals
3
+ parent : Inactive Signals
4
4
grand_parent : COVIDcast Main Endpoint
5
5
---
6
6
You can’t perform that action at this time.
0 commit comments