-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 960 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: infixit
Title: Helpful Additional Infix Functions
Version: 0.2.0
Authors@R:
person("Peter", "Licari", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9701-6006"))
Description: Infix functions in R are those that comes between its
arguments such as %in%, +, and *. These are useful in R
programming when manipulating data, performing logical operations,
and making new functions. 'infixit' extends the infix functions
found in 'R' to simplify frequent tasks, such as finding elements
that are NOT in a set, in-line text concatenation, augmented assignment
operations, and identifying if a number or date lies between two others.
License: MIT + file LICENSE
URL: https://github.com/prlitics/infixit
BugReports: https://github.com/prlitics/infixit/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3