Skip to content

Commit a905da6

Browse files
committed
Release 0.2.4 (closes eddelbuettel#141)
1 parent 38b70ff commit a905da6

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
2023-10-09 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): Release 0.2.4
4+
35
* README.md: Add two blog posts in new section on GitHub Actions
46

7+
* vignettes/CombiningDratAndTravis.md: Update Travis URL
8+
* vignettes/DratForPackageAuthors.md: Ditto
9+
* README.md: Ditto, also update urbandictionary.com URL
10+
11+
* R/pruneRepo.R: Minor line-length edit to appease R CMD check
12+
* man/pruneRepo.Rd: Regenerated
13+
514
2023-10-08 Dirk Eddelbuettel <[email protected]>
615

716
* README.md: Add r-universe badge

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: drat
22
Type: Package
33
Title: 'Drat' R Archive Template
4-
Version: 0.2.3.2
5-
Date: 2023-05-12
4+
Version: 0.2.4
5+
Date: 2023-10-09
66
Author: Dirk Eddelbuettel, with contributions by Felix Ernst, Neal Fultz, Colin
77
Gillespie, Christoph Stepper, Thomas Leeper, Mark van der Loo, Jan Gorecki,
88
Joey Reid, Arne Johannes Holmin, and others.
@@ -20,4 +20,4 @@ License: GPL (>= 2)
2020
URL: https://github.com/eddelbuettel/drat, https://dirk.eddelbuettel.com/code/drat.html
2121
BugReports: https://github.com/eddelbuettel/drat/issues
2222
Encoding: UTF-8
23-
RoxygenNote: 7.1.1
23+
RoxygenNote: 7.2.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>
1717
> _"Oh Drat, i lost my wallet"_
1818
>
19-
> [Urban Dictionary](https://www.urbandictionary.com/define.php?term=drat)
19+
> [Urban Dictionary](https://urbandictionary.com/define.php?term=drat)
2020
2121
### Nota Bene
2222

@@ -123,7 +123,7 @@ about it.
123123

124124
### Travis Integration
125125

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

inst/NEWS.Rd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/drat/issues/#1}{##1}}
55

66

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

0 commit comments

Comments
 (0)