Package: omnibus
Type: Package
Title: Helper Tools for Managing Data, Dates, Missing Values, and Text
Version: 1.2.13
Date: 2024-05-16
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
BugReports: https://github.com/adamlilith/omnibus
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-05-16 16:08:24 UTC; asmith
Author: Adam B. Smith [cre, aut] (<https://orcid.org/0000-0002-6420-1659>)
Repository: CRAN
Date/Publication: 2024-05-16 17:00:06 UTC
Built: R 4.2.3; ; 2024-05-16 19:36:53 UTC; unix
