Package: resourcer
Type: Package
Title: Resource Resolver
Version: 1.1.0
Authors@R: 
    c(person(given = "Yannick",
             family = "Marcon",
             role = c("aut", "cre"),
             email = "yannick.marcon@obiba.org",
             comment = c(ORCID = "0000-0003-0138-2023")),
      person("OBiBa group",
             role="cph",
             email="info@obiba.org"))
Description: A resource represents some data or a computation unit. It is 
    described by a URL and credentials. This package proposes a Resource model
    with "resolver" and "client" classes to facilitate the access and the usage of the 
    resources.
License: LGPL (>= 2.1)
LazyData: true
Depends: R (>= 3.5.0), R6, httr
Suggests: testthat, knitr, haven, readr, readxl, ssh, sys, mongolite,
        dplyr, dbplyr, DBI, RMariaDB, RPostgres, sparklyr, RPresto,
        nodbi, rmarkdown
BugReports: https://github.com/obiba/resourcer
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-11-03 09:36:00 UTC; yannick
Author: Yannick Marcon [aut, cre] (<https://orcid.org/0000-0003-0138-2023>),
  OBiBa group [cph]
Maintainer: Yannick Marcon <yannick.marcon@obiba.org>
Repository: CRAN
Date/Publication: 2020-11-03 10:00:02 UTC
