From 3545856ba8431c370d55f970164845852087a9a6 Mon Sep 17 00:00:00 2001 From: Olivier Leroy Date: Sun, 2 Jun 2024 16:27:25 -0400 Subject: [PATCH] last time changing name --- .github/workflows/publish.yml | 2 +- FCC_provider_list.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1fcc62..a958a74 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Install package from GH run: | - Rscript -e 'remotes::install_github("ruralinnovation/cori.fcc")' + Rscript -e 'remotes::install_github("ruralinnovation/cori.data.fcc")' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # diff --git a/FCC_provider_list.qmd b/FCC_provider_list.qmd index 0291254..1ac74ba 100644 --- a/FCC_provider_list.qmd +++ b/FCC_provider_list.qmd @@ -36,7 +36,7 @@ We have multiple sources from FCC to define a provider. ```{r} #|label: read csv -library("fcc.utils") +library("cori.data.fcc") isp <- fcc.utils::fcc_provider ```