Skip to content

Commit 033012c

Browse files
authored
Merge pull request #6 from ropensci-org/eic-report
start eic_report fn for #5
2 parents 4f74e4e + 92e335a commit 033012c

File tree

5 files changed

+566
-3
lines changed

5 files changed

+566
-3
lines changed

DESCRIPTION

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: devguider
22
Type: Package
33
Title: Tools for automating processes to manage rOpenSci's DevGuide
4-
Version: 0.0.1.001
4+
Version: 0.0.1.005
55
Description: Tools for automating processes to manage rOpenSci's DevGuide.
66
License: MIT + file LICENSE
77
Encoding: UTF-8
@@ -28,8 +28,11 @@ Imports:
2828
dplyr,
2929
fs,
3030
gert,
31+
gh,
32+
gitcreds,
3133
glue,
3234
jsonlite,
35+
lubridate,
3336
magrittr,
3437
memoise,
3538
purrr,
@@ -40,5 +43,7 @@ Imports:
4043
urltools,
4144
withr,
4245
xml2
46+
Suggests:
47+
gt
4348
SystemRequirements: GitHub cli
44-
RoxygenNote: 7.1.2
49+
RoxygenNote: 7.2.3

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export("%>%")
4+
export(devguide_eic_report)
45
export(devguide_path)
56
export(devguide_prerelease)
67
export(devguide_spelling)

0 commit comments

Comments
 (0)