Skip to content

Commit 04b8612

Browse files
hadleyjimhester
authored andcommitted
Two tiny DESCRIPTION tweaks
* alphabetically order imports * list RStudio as funder
1 parent 5f32a02 commit 04b8612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Authors@R:
1313
family = "Chang",
1414
role = "aut"),
1515
person(given = "RStudio",
16-
role = "cph"),
16+
role = c("cph", "fnd")),
1717
person(given = "R Core team",
1818
role = "ctb",
1919
comment = "Some namespace and vignette code extracted from base R"))
@@ -30,9 +30,9 @@ Imports:
3030
desc (>= 1.3.0),
3131
ellipsis (>= 0.3.1),
3232
fs (>= 1.5.0),
33-
lifecycle (>= 1.0.0),
3433
httr (>= 1.4.2),
3534
jsonlite (>= 1.7.2),
35+
lifecycle (>= 1.0.0),
3636
memoise (>= 2.0.0),
3737
pkgbuild (>= 1.2.0),
3838
pkgload (>= 1.2.0),

0 commit comments

Comments
 (0)