Skip to content

Commit d39fb20

Browse files
committed
DESC Date unneeded, some compiling
1 parent cc7a4a3 commit d39fb20

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
^README\.Rmd$
2424
^CRAN-SUBMISSION$
2525
^LICENSE\.md$
26+
^revdep$

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Package: epidatr
22
Type: Package
33
Title: Client for Delphi's 'Epidata' API
44
Version: 1.1.0
5-
Date: 2023-12-07
65
Authors@R:
76
c(
87
person("Logan", "Brooks", email = "[email protected]", role = c("aut")),

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you want to extend it, add to the `release_bullets` function in [utils.R](htt
5656
devtools::check(".", manual = TRUE, env_vars =c(NOT_CRAN = "false"))
5757
```
5858

59-
Aim for 10/10, no notes.
59+
Aim for 10/10, no notes. Generally, follow the issue. `revdep_check` is likely to fail but doesn't seem to be terribly important. So for now ignore it.
6060

6161
When this has gone smoothly enough, release to CRAN via
6262
```R

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ See also the [Terms of Use](https://delphi.cmu.edu/covidcast/terms-of-use/), not
112112

113113

114114
[mit-image]: https://img.shields.io/badge/License-MIT-yellow.svg
115-
[mit-url]: https://opensource.org/license/mit/
115+
[mit-url]: https://opensource.org/license/mit
116116
[github-actions-image]: https://github.com/cmu-delphi/epidatr/workflows/ci/badge.svg
117117
[github-actions-url]: https://github.com/cmu-delphi/epidatr/actions

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- badges: start -->
77

88
[![License:
9-
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
9+
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit)
1010
[![Github
1111
Actions](https://github.com/cmu-delphi/epidatr/workflows/ci/badge.svg)](https://github.com/cmu-delphi/epidatr/actions)
1212
[![codecov](https://codecov.io/gh/dsweber2/epidatr/branch/dev/graph/badge.svg?token=jVHL9eHZNZ)](https://app.codecov.io/gh/dsweber2/epidatr)
@@ -39,6 +39,13 @@ also provide packages for downstream data processing
3939

4040
``` r
4141
library(epidatr)
42+
#> ! epidatr cache is being used (set env var EPIDATR_USE_CACHE=FALSE if not
43+
#> intended).
44+
#> ℹ The cache directory is /fasterHome/workingDataDir/epidatr.
45+
#> ℹ The cache will be cleared after 1 day and will be pruned if it exceeds 1024
46+
#> MB.
47+
#> ℹ The log of cache transactions is stored at
48+
#> /fasterHome/workingDataDir/epidatr/logfile.txt.
4249
# Obtain the smoothed covid-like illness (CLI) signal from Delphi's US COVID-19
4350
# Trends and Impact Survey (CTIS), in partnership with Facebook, as it was on
4451
# April 10, 2021 for the US at the national level

0 commit comments

Comments
 (0)