Package: omnibus
Type: Package
Title: Helper Tools for Managing Data, Dates, Missing Values, and Text
Version: 1.1.2
Date: 2022-02-14
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), and text (e.g.,
	flushing reports to the console in real-time).
Depends:
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.1.2
NeedsCompilation: no
Packaged: 2022-02-14 21:28:00 UTC; ASmith
Author: Adam B. Smith [cre, aut] (<https://orcid.org/0000-0002-6420-1659>)
Repository: CRAN
Date/Publication: 2022-02-15 09:20:02 UTC
