Package: naptime
Type: Package
Title: A Robust Flexible Sys.sleep() Replacement
Version: 1.0.0
Date: 2016-11-12
Authors@R: c(
  person("Russell", "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 silences/prevents typical sources of error.
URL: https://github.com/drknexus/naptime
BugReports: https://github.com/drknexus/naptime/issues
License: GPL-2
Imports: methods, lubridate
Suggests: testthat, covr, knitr, rmarkdown
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-11-12 22:24:33 UTC; russellpierce
Author: Russell Pierce [aut, cre],
  Timothy Gann [aut]
Maintainer: Russell Pierce <russell.s.pierce@gmail.com>
Repository: CRAN
Date/Publication: 2016-11-13 01:55:28
