-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.06 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
Package: dotInternals
Type: Package
Title: Prepend Internal Package Function Names With a Dot
Version: 0.1.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Description: Utilities to distinguish non-exported package functions by
prepending their names with a dot. This can help clarify public API from
internal utilities.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://indrajeetpatil.github.io/dotInternals/, https://github.com/IndrajeetPatil/dotInternals
BugReports: https://github.com/IndrajeetPatil/dotInternals/issues
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.4.0)
Imports:
cli,
desc,
fs,
purrr,
rlang,
rprojroot,
sloop,
xfun
Suggests:
pkgbuild,
pkgload,
testthat (>= 3.1.0),
withr
Config/testthat/edition: 3