From c6f1a4925cf8695781f4280508ec0811adf04da5 Mon Sep 17 00:00:00 2001 From: Adam Blake Date: Wed, 23 Aug 2023 15:41:02 -0700 Subject: [PATCH] ci: update links in NEWS responding 301 --- NEWS.md | 4 ++-- cran-comments.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 011de09..bc5c24d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 3a30a0a..7f5a8b4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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