Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Package: dockerfiler
Title: Easy Dockerfile Creation from R
Version: 0.3.0
Authors@R: c(
person("Colin", "Fay", , "contact@colinfay.me", role = "aut",
person("Colin", "Fay", , "contact@colinfay.me", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
person("Vincent", "Guyader", , "vincent@thinkr.fr", role = c("cre", "aut"),
person("Vincent", "Guyader", , "vincent@thinkr.fr", role = "aut",
comment = c(ORCID = "0000-0003-0671-9270")),
person("Josiah", "Parry", , "josiah.parry@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-9910-865X")),
Expand Down
9 changes: 0 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ clock skew on the build VM; the package itself is unaffected.)
CRAN submission; the win-builder result will follow by email
and will be forwarded to CRAN if it surfaces anything new.

## Maintainer change

This release changes the maintainer from Colin Fay
(`contact@colinfay.me`) to Vincent Guyader
(`vincent@thinkr.fr`). Both remain listed as authors. The
previous maintainer (Colin Fay) is aware of this submission and
will confirm the maintainer change by replying to the automated
email from CRAN's submission system.

## Major changes since 0.2.6

A focused 0.3.0 release. Headline bullets (full details in
Expand Down
Loading