Package: opendp Version: 0.15.1 Title: R Bindings for the OpenDP Library Authors@R: c( person("Stefano", "Iacus", role = "cre", email = "siacus@iq.harvard.edu"), person("The OpenDP Project", role = "aut", email = "contact@opendp.org", comment = "https://github.com/opendp/opendp/graphs/contributors"), person("The authors of the dependency Rust crates", role = "ctb", comment = "see inst/AUTHORS file for details")) Description: The OpenDP Library is a modular collection of statistical algorithms that adhere to the definition of differential privacy. It can be used to build applications of privacy-preserving computations, using a number of different models of privacy. License: MIT + file LICENSE Depends: R (>= 4.2) Suggests: testthat (>= 3.0.0), jsonlite NeedsCompilation: yes URL: https://opendp.org/, https://github.com/opendp/opendp, https://docs.opendp.org/en/stable/index.html BugReports: https://github.com/opendp/opendp/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) SystemRequirements: Cargo (Rust's package manager), rustc Config/testthat/edition: 3 Config/opendp/MSRV: 1.64.0 Collate: 'mod.R' 'extras.R' 'typing.R' 'internal.R' 'accuracy.R' 'combinators.R' 'core.R' 'data.R' 'domains.R' 'measurements.R' 'measures.R' 'metrics.R' 'opendp-package.R' 'transformations.R' Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libclang-dev Repository: https://opendp.r-universe.dev Date/Publication: 2026-05-29 02:57:20 UTC RemoteUrl: https://github.com/opendp/opendp RemoteRef: r-universe RemoteSha: ecd1e07cfe5e5ffb001797d260ae816d62d235be RemoteSubdir: R/opendp Packaged: 2026-07-24 05:08:21 UTC; root Author: Stefano Iacus [cre], The OpenDP Project [aut] (https://github.com/opendp/opendp/graphs/contributors), The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file for details) Maintainer: Stefano Iacus