Package: naptime
Type: Package
Title: A Flexible and Robust Sys.sleep() Replacement
Version: 1.2.2
Date: 2017-02-09
Authors@R: c(
  person("Russell S.", "Pierce", role = c("aut", "cre"), email = "russell.s.pierce@gmail.com"),
  person("Timothy", "Gann", role = c("aut"), email = "timothy.gann@gmail.com")
  )
Description: Provides a near drop-in replacement for base::Sys.sleep() that allows more types of input
    to produce delays in the execution of code and can silence/prevent typical sources of error.
URL: https://github.com/drknexus/naptime
BugReports: https://github.com/drknexus/naptime/issues
License: GPL-2
Imports: methods, lubridate, anytime
Suggests: testthat, covr, knitr, rmarkdown
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-02-09 11:01:53 UTC; russellpierce
Author: Russell S. Pierce [aut, cre],
  Timothy Gann [aut]
Maintainer: Russell S. Pierce <russell.s.pierce@gmail.com>
Repository: CRAN
Date/Publication: 2017-02-09 15:27:12
