Skip to content

Commit

Permalink
Merge pull request #139 from nt-williams/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
nt-williams authored Jun 27, 2024
2 parents d16cb0f + 5f89ada commit 648ea1c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- {os: macOS-latest, r: 'oldrel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel'}
- {os: ubuntu-18.04, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Imports:
checkmate (>= 2.1.0),
SuperLearner,
schoolmath
URL: http://beyondtheate.com, https://github.com/nt-williams/lmtp
URL: https://beyondtheate.com/, https://github.com/nt-williams/lmtp
BugReports: https://github.com/nt-williams/lmtp/issues
Suggests:
testthat (>= 2.1.0),
Expand Down
8 changes: 5 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## Test environments

- local R installation (Mac OS), R release
- local R installation (Mac OS), R old release
- Mac OS (on GitHub actions), R release
- Mac OS (on GitHub actions), R old release
- Windows-latest (on GitHub actions), R release
- Windows-latest (on GitHub actions), R old release
- Windows (Win-builder), R devel
- Windows (Win-builder), R old release
- Ubuntu (on GitHub actions), R release
- Ubuntu (on GitHub actions), R devel

## R CMD check results

Expand Down
1 change: 1 addition & 0 deletions man/lmtp-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 648ea1c

Please sign in to comment.