From dbd91cc39b4f3580946c9905a56e35a9b56c67be Mon Sep 17 00:00:00 2001 From: Christopher Kenny Date: Sun, 15 Oct 2023 18:59:52 -0400 Subject: [PATCH] fix #2 --- CRAN-SUBMISSION | 6 +++--- _pkgdown.yml | 2 +- vignettes/tinytiger.Rmd | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 1b333c7..12241a6 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.0.4 -Date: 2022-08-27 01:43:09 UTC -SHA: 5e43db47fb544d3a3601c9f1c581b66fbe13781d +Version: 0.0.6 +Date: 2023-10-15 22:59:30 UTC +SHA: b76ceb86a56ada5c25965d74cd2253d5ac0a2029 diff --git a/_pkgdown.yml b/_pkgdown.yml index f40c9bd..054bf37 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://alarm-redist.github.io/tinytiger/ +url: https://alarm-redist.org/tinytiger/ template: bootstrap: 5 bootswatch: flatly diff --git a/vignettes/tinytiger.Rmd b/vignettes/tinytiger.Rmd index 42c7710..8f08d07 100644 --- a/vignettes/tinytiger.Rmd +++ b/vignettes/tinytiger.Rmd @@ -30,7 +30,7 @@ library(tinytiger) ``` `tinytiger` has methods to download TIGER shapes for most Census geographies. -A full list are available on the [`tinytiger` website](https://alarm-redist.github.io/tinytiger/index.html#supported-geographies). +A full list are available on the [`tinytiger` website](https://alarm-redist.org/tinytiger/index.html#supported-geographies). To download any shapes, we can use the corresponding function for the geography. All functions are prefixed with `tt_`.