File tree 5 files changed +566
-3
lines changed 5 files changed +566
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: devguider
2
2
Type: Package
3
3
Title: Tools for automating processes to manage rOpenSci's DevGuide
4
- Version: 0.0.1.001
4
+ Version: 0.0.1.005
5
5
Description: Tools for automating processes to manage rOpenSci's DevGuide.
6
6
License: MIT + file LICENSE
7
7
Encoding: UTF-8
@@ -28,8 +28,11 @@ Imports:
28
28
dplyr,
29
29
fs,
30
30
gert,
31
+ gh,
32
+ gitcreds,
31
33
glue,
32
34
jsonlite,
35
+ lubridate,
33
36
magrittr,
34
37
memoise,
35
38
purrr,
@@ -40,5 +43,7 @@ Imports:
40
43
urltools,
41
44
withr,
42
45
xml2
46
+ Suggests:
47
+ gt
43
48
SystemRequirements: GitHub cli
44
- RoxygenNote: 7.1.2
49
+ RoxygenNote: 7.2.3
Original file line number Diff line number Diff line change 1
1
# Generated by roxygen2: do not edit by hand
2
2
3
3
export("%>%")
4
+ export(devguide_eic_report)
4
5
export(devguide_path)
5
6
export(devguide_prerelease)
6
7
export(devguide_spelling)
You can’t perform that action at this time.
0 commit comments