Package: cometr
Title: 'Comet' API for R
Version: 0.1.1
Authors@R: c(
    person(given = "Dean",
           family = "Attali",
           role = c("aut"),
           email = "daattali@gmail.com"),
    person(given = "Doug",
           family = "Blank",
           role = c("cre"),
           email = "doug@comet.ml"))
Description: A convenient 'R' wrapper to the 'Comet' API, which is a cloud
    platform allowing you to track, compare, explain and optimize machine
    learning experiments and models. Experiments can be viewed on the 'Comet'
    online dashboard at <https://www.comet.ml>.
URL: https://github.com/comet-ml/cometr
BugReports: https://github.com/comet-ml/cometr/issues
Imports: callr, httr, jsonlite, R.utils, R6 (>= 2.4.0), yaml
Suggests: covr, curl, git2r (>= 0.22.1), httptest, ps, testthat
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-07 17:13:38 UTC; dblank
Author: Dean Attali [aut],
  Doug Blank [cre]
Maintainer: Doug Blank <doug@comet.ml>
Repository: CRAN
Date/Publication: 2020-05-08 13:10:14 UTC
