From d6074b7417ffc16b69fc5344af0336e3273e4bc0 Mon Sep 17 00:00:00 2001 From: Nicole Gay Date: Wed, 8 Nov 2023 21:56:48 -0800 Subject: [PATCH] bump version and update NEWS --- DESCRIPTION | 2 +- NEWS.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 83d5985..1a295a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: MotrpacRatTraining6mo Title: Analysis of the MoTrPAC endurance exercise training data in 6-month-old rats -Version: 1.6.4 +Version: 1.6.5 Authors@R: c( person("Nicole", "Gay", , "nicole.r.gay@gmail.com", role = c("cre", "aut")), person("David", "Amar", , "ddam.am@gmail.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 276526e..0ac4aec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# MotrpacRatTraining6mo 1.6.5 (2023-11-08) + +* Point to development version of `RCy3` from GitHub to avoid `R-CMD check` error `RCy3: Can't install dependency uchardet`. +* Install `plotrix` from GitHub instead of CRAN to avoid `R-CMD check` warning `Requires (indirectly) orphaned package: ‘plotrix’`. + CRAN has marked `plotrix` as orphaned. `plotrix` is a dependency for `mutoss`, which is a dependency for `metap`. + # MotrpacRatTraining6mo 1.6.4 (2023-06-02) * Bug fix in `transcript_timewise_da()` to run with limited contrasts when `tissue="VENACV"`.