-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
54 lines (54 loc) · 1.37 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Type: Package
Package: sinew
Title: Package Development Documentation and Namespace Management
Version: 0.5.0
Date: 2022-03-27
Authors@R: c(
person("Jonathan", "Sidi", , "[email protected]", role = c("aut", "cre")),
person("Anton", "Grishin", role = "ctb"),
person("Lorenzo", "Busetto", role = "ctb"),
person("Alexey", "Shiklomanov", role = "ctb"),
person("Stephen", "Holsenbeck", , "[email protected]", role = "ctb"),
person("Eli", "Pousson", , "[email protected]", role = "ctb")
)
Description: Manage package documentation and namespaces from the command
line. Programmatically attach namespaces in R and Rmd script,
populates Roxygen2 skeletons with information scraped from within
functions and populate the Imports field of the DESCRIPTION file.
License: MIT + file LICENSE
URL: https://github.com/yonicd/sinew
BugReports: https://github.com/yonicd/sinew/issues
Depends:
R (>= 3.2.0)
Imports:
cli,
rematch2,
rstudioapi,
sos,
stringi,
tools,
utils,
yaml
Suggests:
clipr,
details,
fs,
git2r,
knitr,
miniUI,
rcmdcheck,
rmarkdown,
roxygen2,
roxygen2md,
shiny,
testthat,
usethis,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2017-01-31 14:00:00 UTC; Yoni
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1