-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.13 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
Package: omnibus
Type: Package
Title: Helper Tools for Managing Data, Dates, Missing Values, and Text
Version: 1.2.14
Date: 2024-09-16
Authors@R:
c(
person(
given = 'Adam B.',
family = 'Smith',
role = c('cre', 'aut'),
email = '[email protected]',
comment = c(ORCID = '0000-0002-6420-1659')
)
)
Maintainer: Adam B. Smith <[email protected]>
Description: An assortment of helper functions for managing data (e.g.,
rotating values in matrices by a user-defined angle, switching from
row- to column-indexing), dates (e.g., intuiting year from messy date
strings), handling missing values (e.g., removing elements/rows across
multiple vectors or matrices if any have an NA), text (e.g.,
flushing reports to the console in real-time); and combining data frames
with different schema (copying, filling, or concatenating columns or
applying functions before combining).
Depends: R (>= 3.5.0)
Imports:
Suggests:
License: GPL (>=3)
LazyData: true
LazyLoad: yes
URL: https://github.com/adamlilith/omnibus, https://adamlilith.github.io/omnibus/
BugReports: https://github.com/adamlilith/omnibus/issues
Encoding: UTF-8
RoxygenNote: 7.3.2