Package: humanleague Type: Package Title: Synthetic Population Generator Version: 2.3.2 Description: Generates high-entropy integer synthetic populations from marginal and (optionally) seed data using quasirandom sampling, in arbitrary dimensionality (Smith, Lovelace and Birkin (2017) ). The package also provides an implementation of the Iterative Proportional Fitting (IPF) algorithm (Zaloznik (2011) ). Authors@R: c( person("Andrew", "Smith", email="andrew@friarswood.net", role=c("aut", "cre")), person("Steven", "Johnson", role=c("ctb"), comment="Sobol sequence generator implementation"), person("Massachusetts Institute of Technology", role=c("cph"), comment="Sobol sequence generator implementation"), person("John", "Burkhardt", role=c("ctb","cph"), comment="C++ implementation of incomplete gamma function"), person("G", "Bhattacharjee", role=c("ctb"), comment="Original FORTRAN implementation of incomplete gamma function")) License: MIT + file LICENCE Encoding: UTF-8 Imports: Rcpp (>= 0.12.8) LinkingTo: Rcpp RoxygenNote: 7.0.2 Suggests: testthat Repository: https://virgesmith.r-universe.dev Date/Publication: 2026-07-22 07:54:02 UTC RemoteUrl: https://github.com/virgesmith/humanleague RemoteRef: HEAD RemoteSha: 915c7144b049c66c30d4decb50d82cf833aad459 NeedsCompilation: yes Packaged: 2026-07-22 08:07:15 UTC; root Author: Andrew Smith [aut, cre], Steven Johnson [ctb] (Sobol sequence generator implementation), Massachusetts Institute of Technology [cph] (Sobol sequence generator implementation), John Burkhardt [ctb, cph] (C++ implementation of incomplete gamma function), G Bhattacharjee [ctb] (Original FORTRAN implementation of incomplete gamma function) Maintainer: Andrew Smith