Skip to content

Commit

Permalink
Move to devel version nr; remove GHA check on oldrel since we need cu…
Browse files Browse the repository at this point in the history
…rrent R version (4.1) anyway
  • Loading branch information
civilstat committed Jan 6, 2022
1 parent 524c645 commit 6bf16ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^Meta$
^\.github$
^cran-comments\.md$
^CRAN-SUBMISSION$
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
- {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'}
# - {os: ubuntu-latest, r: 'oldrel-1'}
# (no point in testing oldrel currently,
# since we NEED latest R version due to grid update
# which broke vignette sims from earlier R version;
# but we'll uncomment this later once R moves to v4.2)

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.1.0
Date: 2022-01-06 00:56:44 UTC
SHA: 524c645dd00261ca34221aff7bafcf44ec54b4ac
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: surveyCV
Type: Package
Title: Cross Validation Based on Survey Design
Version: 0.1.0
Version: 0.1.0.9000
Authors@R: c(
person("Cole", "Guerin", email = "cole@guerincreative.com", role = "aut"),
person("Thomas", "McMahon", email = "thomasmcmahon9@gmail.com", role = "aut"),
Expand Down

0 comments on commit 6bf16ce

Please sign in to comment.