Package: dsPUcopula Type: Package Title: DataSHIELD Server Functions for Partition-of-Unity Copula Based Synthesis Version: 0.1.0 Authors@R: c( person( given = "Andreas", family = "Mändle", email = "maendle@leibniz-bips.de", role = c("aut", "cre") ) ) Description: Implements the server-side components required to generate privacy-protecting synthetic data in the DataSHIELD infrastructure. The package orchestrates the preprocessing, copula fitting, synthetic data generation and privacy scoring workflows by combining R and Python tooling. License: MIT + file LICENSE URL: https://github.com/amaendle/dsPUcopula BugReports: https://github.com/amaendle/dsPUcopula/issues Depends: R (>= 4.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: caret, dplyr, dsBase, logspline, magrittr, PUcopula, RANN, reticulate, tidyselect Remotes: amaendle/PUcopula Additional_repositories: https://amaendle.r-universe.dev Config/reticulate: list( packages = list( list(package = "anonymeter"), list(package = "syndat") ) ) Config/pak/sysreqs: cmake make libicu-dev libpng-dev libuv1-dev libssl-dev python3 libx11-dev zlib1g-dev Repository: https://amaendle.r-universe.dev Date/Publication: 2026-04-13 08:08:58 UTC RemoteUrl: https://github.com/amaendle/dsPUcopula RemoteRef: HEAD RemoteSha: ce5cc23fb917ab0eaf7144d1ec8ade67d37ec045 NeedsCompilation: no Packaged: 2026-07-20 06:04:46 UTC; root Author: Andreas Mändle [aut, cre] Maintainer: Andreas Mändle