-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 904 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: gitlink
Title: Add 'Git' Links to Your Web Based Assets
Version: 0.1.3.9000
Authors@R:
c(person(given = "Cole",
family = "Arendt",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: Provides helpers to add 'Git' links to 'shiny'
applications, 'rmarkdown' documents, and other 'HTML' based resources.
This is most commonly used for 'GitHub' ribbons.
License: MIT + file LICENSE
URL: https://github.com/colearendt/gitlink
BugReports: https://github.com/colearendt/gitlink/issues
Depends:
R (>= 3.1)
Imports:
htmltools (>= 0.3.6),
rlang (>= 0.3.1)
Suggests:
covr (>= 3.0.1),
spelling (>= 2.0),
testthat (>= 2.0.0.9000),
rmarkdown,
fs,
rprojroot,
shiny
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1