Package: DockerParallel
Title: Using the Docker Container to Create R Workers on Local or Cloud
        Platform
Version: 1.0.4
Authors@R: 
    person(given = "Jiefei",
           family = "Wang",
           role = c("aut", "cre"),
           email = "szwjf08@gmail.com")
Description: This is the core package that provides both the user API and developer API to deploy 
    the parallel cluster on the cloud using the container service. The user can call 
    clusterPreset() to define the cloud service provider and container and makeDockerCluster()
    to create the cluster. The developer should see "developer's cookbook" on how to define
    the cloud provider and container.
Imports: methods, utils, jsonlite
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests: markdown, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/Jiefei-Wang/DockerParallel
BugReports: https://github.com/Jiefei-Wang/DockerParallel/issues
NeedsCompilation: no
Packaged: 2021-06-23 12:38:40 UTC; lenovo
Author: Jiefei Wang [aut, cre]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-23 13:00:02 UTC
Built: R 4.4.0; ; 2024-05-30 11:57:02 UTC; unix
