-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
91 changed files
with
5,458 additions
and
2,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,6 @@ | |
^\.github$ | ||
^CRAN-RELEASE$ | ||
^cran-comments\.md$ | ||
man-roxygen | ||
man-roxygen | ||
^CRAN-SUBMISSION$ | ||
^data-raw$ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
|
||
name: R-CMD-check | ||
|
||
jobs: | ||
R-CMD-check: | ||
runs-on: ${{ matrix.config.os }} | ||
|
||
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- {os: macOS-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
|
||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_KEEP_PKG_SOURCE: yes | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
http-user-agent: ${{ matrix.config.http-user-agent }} | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
needs: check | ||
|
||
- uses: r-lib/actions/check-r-package@v2 | ||
with: | ||
upload-snapshots: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,46 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
tags: ['*'] | ||
pull_request: | ||
branches: [main, master] | ||
release: | ||
types: [published] | ||
workflow_dispatch: | ||
|
||
name: pkgdown | ||
|
||
jobs: | ||
pkgdown: | ||
runs-on: ubuntu-latest | ||
# Only restrict concurrency for non-PR jobs | ||
concurrency: | ||
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v1 | ||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v1 | ||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v1 | ||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: pkgdown | ||
extra-packages: any::pkgdown, local::. | ||
needs: website | ||
|
||
- name: Deploy package | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "[email protected]" | ||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)' | ||
- name: Build site | ||
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) | ||
shell: Rscript {0} | ||
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected] | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
folder: docs |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 2.2.1 | ||
Date: 2023-04-16 14:17:28 UTC | ||
SHA: c9002ccb21e9b6f9257c2b7d8b8baf356cf57c70 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,48 @@ | ||
Package: geomander | ||
Type: Package | ||
Title: Geographic Tools for Studying Gerrymandering | ||
Version: 2.0.2 | ||
Date: 2021-12-08 | ||
Authors@R: person("Christopher T.", "Kenny", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")) | ||
Description: A compilation of tools to complete common tasks for studying gerrymandering. This focuses on the geographic tool side of common problems, such as linking different levels of spatial units or estimating how to break up units. Functions exist for creating redistricting-focused data for the US. | ||
Version: 2.2.1 | ||
Date: 2023-04-16 | ||
Authors@R: c( | ||
person("Christopher T.", "Kenny", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")), | ||
person("Cory", "McCartan", email = "[email protected]", | ||
role = "ctb", comment = c(ORCID = "0000-0002-6251-669X")) | ||
) | ||
Description: A compilation of tools to complete common tasks for studying gerrymandering. | ||
This focuses on the geographic tool side of common problems, such as linking | ||
different levels of spatial units or estimating how to break up units. Functions | ||
exist for creating redistricting-focused data for the US. | ||
License: MIT + file LICENCE | ||
URL: https://www.christophertkenny.com/geomander/, https://github.com/christopherkenny/geomander | ||
URL: https://christophertkenny.com/geomander/, https://github.com/christopherkenny/geomander | ||
BugReports: https://github.com/christopherkenny/geomander/issues | ||
RoxygenNote: 7.1.2 | ||
LinkingTo: Rcpp | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
LinkingTo: Rcpp (>= 1.0.7) | ||
Imports: | ||
censable, | ||
cli, | ||
dataverse, | ||
dplyr, | ||
geos, | ||
ggplot2, | ||
magrittr, | ||
readr, | ||
rlang, | ||
Rcpp, | ||
sf, | ||
stringr, | ||
tibble, | ||
tidyr, | ||
tigris (>= 1.5), | ||
ggplot2, | ||
readr, | ||
dataverse, | ||
censable, | ||
Rcpp (>= 1.0.7), | ||
geos, | ||
cli | ||
tinytiger | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 3.0.2) | ||
Suggests: | ||
redist, | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
RcppSimdJson | ||
LazyData: true | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.