Skip to content

Commit

Permalink
ci: update links in NEWS responding 301
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Aug 23, 2023
1 parent 6ef1fb6 commit c6f1a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## supernova 2.5.5

- Remove data (all moved to the [`coursekata` package](https://github.com/UCLATALL/coursekata-r)). This removes some of the messages that spout when the `coursekata` package loads.
- Remove data (all moved to the [`coursekata` package](https://github.com/coursekata/coursekata-r)). This removes some of the messages that spout when the `coursekata` package loads.

## supernova 2.5.4

Expand Down Expand Up @@ -40,7 +40,7 @@
- Fix bug where `pairwise()` would not recognize categorical variables if they were created by using
`factor()` in the formula, e.g. `pairwise(lm(mpg ~ factor(cyl), data = mtcars))`.
- Fix printing in RMarkdown documents where `supernova()` output was interpreted as a table.
- Move `estimate-extraction` functions to [`coursekata`](https://github.com/UCLATALL/coursekata-r).
- Move `estimate-extraction` functions to [`coursekata`](https://github.com/coursekata/coursekata-r).
- **Breaking**: drop support for R 3.4

## supernova 2.4.4
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Check package version using string comparison to pass _R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_ check on CRAN
- Match parameter names to docs for two internal functions
- Fixed notes about HTTP 301 responses on NEWS.md links

## Test environments

Expand Down

0 comments on commit c6f1a49

Please sign in to comment.