Skip to content

Commit

Permalink
Release 0.2.4 (closes #141)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 9, 2023
1 parent 38b70ff commit a905da6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
2023-10-09 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.2.4

* README.md: Add two blog posts in new section on GitHub Actions

* vignettes/CombiningDratAndTravis.md: Update Travis URL
* vignettes/DratForPackageAuthors.md: Ditto
* README.md: Ditto, also update urbandictionary.com URL

* R/pruneRepo.R: Minor line-length edit to appease R CMD check
* man/pruneRepo.Rd: Regenerated

2023-10-08 Dirk Eddelbuettel <edd@debian.org>

* README.md: Add r-universe badge
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: drat
Type: Package
Title: 'Drat' R Archive Template
Version: 0.2.3.2
Date: 2023-05-12
Version: 0.2.4
Date: 2023-10-09
Author: Dirk Eddelbuettel, with contributions by Felix Ernst, Neal Fultz, Colin
Gillespie, Christoph Stepper, Thomas Leeper, Mark van der Loo, Jan Gorecki,
Joey Reid, Arne Johannes Holmin, and others.
Expand All @@ -20,4 +20,4 @@ License: GPL (>= 2)
URL: https://github.com/eddelbuettel/drat, https://dirk.eddelbuettel.com/code/drat.html
BugReports: https://github.com/eddelbuettel/drat/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>
> _"Oh Drat, i lost my wallet"_
>
> [Urban Dictionary](https://www.urbandictionary.com/define.php?term=drat)
> [Urban Dictionary](https://urbandictionary.com/define.php?term=drat)
### Nota Bene

Expand Down Expand Up @@ -123,7 +123,7 @@ about it.

### Travis Integration

Colin Gillespie integrated [Travis CI](https://www.travis-ci.org) with drat, see his
Colin Gillespie integrated [Travis CI](https://www.travis-ci.com) with drat, see his
[dratTravis](https://github.com/csgillespie/dratTravis) repository for more details, and the
contributed vignette [Combining Drat and Travis](https://eddelbuettel.github.io/drat/vignettes/combiningdratandtravis/)

Expand Down
9 changes: 7 additions & 2 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/drat/issues/#1}{##1}}


\section{Changes in drat version 0.2.3.2 (2023-xx-yy)}{
\section{Changes in drat version 0.2.4 (2023-10-09)}{
\itemize{
\item macOS Arm M1 repos are now also supported in pruning and archival
(Joey Reed in \ghpr{135} fixing \ghit{134})
(Joey Reid in \ghpr{135} fixing \ghit{134})
\item A minor vignette typo was fixed (Dirk)
\item A small error with \code{setwd()} in \code{insertPackage()} was
corrected (Dirk)
\item macOS x86_64 repos (on big-sur) are now supported too (Arne
Johannes Holmin in \ghpr{139} fixing \ghit{138})
\item A few small maintenance tweaks were applied to the CI setup, and to
the main README.md
}
}

Expand Down

0 comments on commit a905da6

Please sign in to comment.