Skip to content

Commit

Permalink
Merge pull request #12 from kbroman/cran
Browse files Browse the repository at this point in the history
Version 0.82 released on CRAN
  • Loading branch information
kbroman committed May 5, 2024
2 parents c97929a + 956154f commit c16025c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, cran]
pull_request:
branches: [main, master]
branches: [main, master, cran]

name: R-CMD-check

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: broman
Version: 0.81-2
Date: 2024-05-03
Version: 0.82
Date: 2024-05-04
Title: Karl Broman's R Code
Description: Miscellaneous R functions, including functions related to
graphics (mostly for base graphics), permutation tests, running
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Revision history for the R/broman package
-----------------------------------------

## Version 0.81-2, 2024-05-03
## Version 0.82, 2024-05-05

- Small change to documentation for `objectsizes()` (Mb -> MB)

Expand Down

0 comments on commit c16025c

Please sign in to comment.