Skip to content

Commit

Permalink
prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Sep 26, 2024
1 parent d9dcac8 commit 9d92d8b
Show file tree
Hide file tree
Showing 12 changed files with 250 additions and 5,754 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cran-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check CRAN status

on:
schedule:
# Runs daily at 4:00 PM UTC (9:00 AM PST)
- cron: '0 16 * * *'
# allows for manually running of the check
workflow_dispatch:

jobs:
check_cran_status:
runs-on: ubuntu-latest

steps:
- name: Get CRAN checks
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: arcgisutils
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arcgisutils
Title: ArcGIS Utility Functions
Version: 0.3.0.9000
Version: 0.3.1
Authors@R: c(
person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X")),
Expand All @@ -24,7 +24,7 @@ BugReports: https://github.com/R-ArcGIS/arcgisutils/issues
Imports:
cli,
dbplyr,
httr2 (>= 1.0.0),
httr2 (>= 1.0.5),
RcppSimdJson,
rlang,
sf,
Expand All @@ -42,4 +42,4 @@ Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager), rustc
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.67
Loading

0 comments on commit 9d92d8b

Please sign in to comment.