From b27d4ddeb88dee8515e2b728935f13ec8789c2cf Mon Sep 17 00:00:00 2001 From: andybeet <22455149+andybeet@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:40:55 -0500 Subject: [PATCH] simplify yml for testing --- .github/workflows/pullLazyData.yml | 4 ++-- data-raw/sendAsEmail.Rmd | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pullLazyData.yml b/.github/workflows/pullLazyData.yml index bba43f3..5ac0411 100644 --- a/.github/workflows/pullLazyData.yml +++ b/.github/workflows/pullLazyData.yml @@ -51,7 +51,7 @@ jobs: - name: Install packages run: | - install.packages(c("remotes","dplyr", "httr", "here", "usethis","kableExtra","rmarkdown","rlang")) + install.packages(c("remotes", "here","rmarkdown")) remotes::install_github("NOAA-EDAB/buoydata") shell: Rscript {0} @@ -66,7 +66,7 @@ jobs: run: | options(timeout = 60 * 60 * 6) source(here::here("data-raw/get_buoy_stations.R")) - newData <- get_buoy_stations(exportFile=F,isRunLocal = F) + newData <- get_buoyDataWorld(exportFile=F,isRunLocal = F,buoyIDs = c("42056","45212","46072")) saveRDS(newData,here::here("data-raw/newData.rds")) shell: Rscript {0} diff --git a/data-raw/sendAsEmail.Rmd b/data-raw/sendAsEmail.Rmd index 352b657..2dd19e4 100644 --- a/data-raw/sendAsEmail.Rmd +++ b/data-raw/sendAsEmail.Rmd @@ -25,14 +25,15 @@ params$sameDim ### Same data -Filtering for `params$mainVars` are data sets the same +Filtering for `r params$mainVars`. +Are data sets the same? ```{r samemain, echo = F} params$sameMain ``` -### Differences +### Differences in values of variables ```{r diffs, echo = F} kableExtra::kable(params$df) ```