From d5143f097d4a0360f838b1cb1f90e08a681bffee Mon Sep 17 00:00:00 2001 From: John Hall Date: Fri, 20 Dec 2024 14:21:46 -0500 Subject: [PATCH] use download_file and fix devtools check --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26a24be..9a3ea97 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ devtools::install_github("ruralinnovation/cori.data.fcc") ``` ::: {.callout-note} -We were encountering problems with `devtools::check()` related to specific dependencies. Make sure to have the lates version of these packages: +We were encountering problems with `devtools::check()` related to specific dependencies. Make sure to have the latest version of these packages: - `waldo` -- +- `duckdb` :::