Package: DSI
Type: Package
Title: 'DataSHIELD' Interface
Version: 1.8.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(given = "Amadou",
             family = "Gaye",
             role = "ctb",
             comment = c(ORCID = "0000-0002-1180-2792")),
      person(given = "Tim",
             family = "Cadman",
             role = "ctb",
             comment = c(ORCID = "0000-0002-7682-5645")),
      person(given = "Paul",
             family = "Burton",
             role = "ctb"))
Description: 'DataSHIELD' is an infrastructure and series of R packages that 
    enables the remote and 'non-disclosive' analysis of sensitive research data. 
    This package defines the API that is to be implemented by 'DataSHIELD' compliant 
    data repositories.
Depends: R (>= 4.3), methods, progress, R6,
Imports: cli
Suggests: testthat (>= 2.1.0)
License: LGPL (>= 2.1)
URL: https://github.com/datashield/DSI/,
        https://datashield.github.io/DSI/, https://datashield.org/
BugReports: https://github.com/datashield/DSI/issues
RoxygenNote: 7.3.3
Encoding: UTF-8
Collate: 'DSObject.R' 'DSConnection.R' 'DSDriver.R' 'DSI-package.R'
        'DSLoginBuilder.R' 'DSResult.R' 'DSSession.R'
        'datashield.aggregate.R' 'datashield.assign.R'
        'datashield.connections.R' 'datashield.errorMessages.R'
        'datashield.errors.R' 'datashield.list.R' 'datashield.login.R'
        'datashield.logout.R' 'datashield.sessions.R'
        'datashield.status.R' 'datashield.symbol.R'
        'datashield.workspace.R' 'utils.R'
NeedsCompilation: no
Packaged: 2025-11-03 16:47:25 UTC; ymarcon
Author: Yannick Marcon [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0138-2023>),
  Amadou Gaye [ctb] (ORCID: <https://orcid.org/0000-0002-1180-2792>),
  Tim Cadman [ctb] (ORCID: <https://orcid.org/0000-0002-7682-5645>),
  Paul Burton [ctb]
Maintainer: Yannick Marcon <yannick.marcon@obiba.org>
Repository: CRAN
Date/Publication: 2025-11-03 17:10:02 UTC
Built: R 4.4.3; ; 2025-11-12 03:51:52 UTC; windows
