Package: rdaemon
Type: Package
Title: Run an R Daemon Process in the Background
Version: 1.0.6
Date: 2021-09-15
Authors@R: 
    person(given = "Jiefei",
           family = "Wang",
           role = c("aut", "cre"),
           email = "szwjf08@gmail.com")
Description: 
    Run an independent R daemon process in the background. The process will
    keep running even after its terminal quits. The other R sessions 
    can connect with the existing daemon using the same daemon name and send 
    the task via daemonSetTask().
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.6), futile.logger, base64enc, utils
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests: rmarkdown, markdown, knitr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-09-15 16:02:19 UTC; lenovo
Author: Jiefei Wang [aut, cre]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-15 21:10:02 UTC
