-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 881 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
Package: numberstrings
Title: Tools for Number-Like Strings
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Work with 'number-strings', that is, strings that can be coerced
to numeric without introducing new 'NA's.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'before-inside-parens.R'
'utils.R'
'decimal-places.R'
'is-numeric-like.R'
'restore-zeros.R'
'row-to-colnames.R'
'separate-wider-parens.R'
'utils-pipe.R'
URL: https://github.com/lhdjung/numberstrings
BugReports: https://github.com/lhdjung/numberstrings/issues
Imports:
magrittr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3