Skip to content

Commit 7ae9e40

Browse files
committed
fix: regex for cran link
1 parent 3ae3fd7 commit 7ae9e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/linters/.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dead irrelevant path in pkgdown/favicon
22
http://svgjs.dev/svgjs
33
# Path to RSPM yet to be derived
4-
https://packagemanager.posit.co/cran/$%7B%7Bmatrix.config.date
4+
https://packagemanager\\.posit\\.co/cran/\\$*

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: r.workflows
22
Title: R package workflows
3-
Version: 0.0.1.9001
3+
Version: 0.0.1.9002
44
Authors@R: c(
55
person("Cervan", "Girard", , "cgid@novonordisk.com", role = c("aut", "cre")),
66
person("Aksel", "Thomsen", , "oath@novonordisk.com", role = c("aut"))

0 commit comments

Comments
 (0)