Skip to content

Commit 4dafaab

Browse files
committed
Add Posit to DESCRIPTION
1 parent 467e464 commit 4dafaab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rversions
22
Title: Query 'R' Versions, Including 'r-release' and 'r-oldrel'
33
Version: 2.1.2.9000
4-
Authors@R:
4+
Authors@R:
55
c(person(given = "Gábor",
66
family = "Csárdi",
77
role = c("aut", "cre"),
@@ -11,7 +11,9 @@ Authors@R:
1111
role = "ctb",
1212
email = "jeroen.ooms@stat.ucla.edu"),
1313
person(given = "R Consortium",
14-
role = "fnd"))
14+
role = "fnd"),
15+
person("Posit Software, PBC", role = c("cph", "fnd"),
16+
comment = c(ROR = "03wc8by49")))
1517
Description: Query the main 'R' 'SVN' repository to find the
1618
versions 'r-release' and 'r-oldrel' refer to, and also all previous
1719
'R' versions and their release dates.

0 commit comments

Comments
 (0)