Package: naptime
Type: Package
Title: A Flexible and Robust Sys.sleep() Replacement
Version: 1.3.1
Date: 2025-04-07
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.
License: GPL-2
Imports: methods, lubridate
Suggests: testthat, covr
URL: https://github.com/russellpierce/naptime
BugReports: https://github.com/russellpierce/naptime/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-04-07 20:52:52 UTC; russell
Author: Russell S. Pierce [aut, cre],
  Timothy Gann [aut]
Maintainer: Russell S. Pierce <russell.s.pierce@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-07 21:10:02 UTC
Built: R 4.4.3; ; 2025-11-12 03:17:05 UTC; windows
