Package: rmon
Title: Monitor Changes in Source Code and Auto-Restart Your Server
Version: 1.0.0
Authors@R: 
    person("Kennedy", "Mwavu", , "mwavukennedy@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0006-3157-7234"))
Description: The 'R' equivalent of 'nodemon'. Watches specified
    directories for file changes and reruns a designated 'R' script when
    changes are detected. It's designed to automate the process of
    reloading your 'R' applications during development, similar to
    'nodemon' for 'Node.js'.
License: MIT + file LICENSE
URL: https://github.com/kennedymwavu/rmon
BugReports: https://github.com/kennedymwavu/rmon/issues
Imports: processx (>= 3.8.4)
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-16 16:27:24 UTC; mwavu
Author: Kennedy Mwavu [aut, cre] (<https://orcid.org/0009-0006-3157-7234>)
Maintainer: Kennedy Mwavu <mwavukennedy@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-18 14:40:02 UTC
