Package: omnibus
Type: Package
Title: Helper Tools for Managing Data, Dates, Missing Values, and Text
Version: 1.2.15
Date: 2025-04-02
Authors@R: 
	c(
		person(
			given = 'Adam B.',
			family = 'Smith',
			role = c('cre', 'aut'),
			email = 'adam.smith@mobot.org',
			comment = c(ORCID = '0000-0002-6420-1659')
		)
	)
Maintainer: Adam B. Smith <adam.smith@mobot.org>
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
NeedsCompilation: no
Packaged: 2025-04-03 04:00:48 UTC; adame
Author: Adam B. Smith [cre, aut] (<https://orcid.org/0000-0002-6420-1659>)
Repository: CRAN
Date/Publication: 2025-04-03 04:20:01 UTC
Built: R 4.6.0; ; 2025-08-18 03:15:27 UTC; unix
