Package: rmon Title: Monitor Changes in Source Code and Auto-Restart Your Server Version: 1.1.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) Suggests: testthat (>= 3.2.3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://kennedymwavu.r-universe.dev Date/Publication: 2025-06-19 19:12:11 UTC RemoteUrl: https://github.com/kennedymwavu/rmon RemoteRef: HEAD RemoteSha: 1680ed30a0536f13488606ba421b1c5504b0a45b NeedsCompilation: no Packaged: 2026-07-14 07:49:36 UTC; root Author: Kennedy Mwavu [aut, cre] (ORCID: ) Maintainer: Kennedy Mwavu