{
  "_id": "6a27b12524555f66ed536078",
  "Package": "RGAN",
  "Title": "Generative Adversarial Nets (GAN) in R",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Marcel\",\nfamily = \"Neunhoeffer\",\nrole = c(\"aut\", \"cre\"),\nemail = \"marcel.neunhoeffer@gmail.com\",\ncomment = c(ORCID = \"0000-0002-9137-5785\"))",
  "Description": "An easy way to get started with Generative Adversarial\nNets (GAN) in R. The GAN algorithm was initially described by\nGoodfellow et al. 2014\n<https://proceedings.neurips.cc/paper/2014/file/5ca3e9b122f61f8f06494c97b1afccf3-Paper.pdf>.\nA GAN can be used to learn the joint distribution of complex\ndata by comparison. A GAN consists of two neural networks a\nGenerator and a Discriminator, where the two neural networks\nplay an adversarial minimax game. Built-in GAN models make the\ntraining of GANs in R possible in one line and make it easy to\nexperiment with different design choices (e.g. different\nnetwork architectures, value functions, optimizers). The\nbuilt-in GAN models work with tabular data (e.g. to produce\nsynthetic data) and image data. Methods to post-process the\noutput of GAN models to enhance the quality of samples are\navailable.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/mneunhoe/RGAN",
  "BugReports": "https://github.com/mneunhoe/RGAN/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://mneunhoe.r-universe.dev",
  "Date/Publication": "2026-01-09 22:40:27 UTC",
  "RemoteUrl": "https://github.com/mneunhoe/rgan",
  "RemoteRef": "HEAD",
  "RemoteSha": "5655165cfed72e40428e99342f2570678f3dac95",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-09 05:51:23 UTC",
    "User": "root"
  },
  "Author": "Marcel Neunhoeffer [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9137-5785>)",
  "Maintainer": "Marcel Neunhoeffer <marcel.neunhoeffer@gmail.com>",
  "MD5sum": "4dd4ee6352ad8ddb5449d1cfa70839d4",
  "_user": "mneunhoe",
  "_type": "src",
  "_file": "RGAN_0.2.0.tar.gz",
  "_fileid": "d4ae1625797eeb00c5b136ad3809d39096dfef7625e59eb04028838abf095b9a",
  "_filesize": 413784,
  "_sha256": "d4ae1625797eeb00c5b136ad3809d39096dfef7625e59eb04028838abf095b9a",
  "_created": "2026-06-09T05:51:23.000Z",
  "_published": "2026-06-09T06:22:29.644Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80257147751,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7499565070"
    },
    {
      "job": 80257147740,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7499564381"
    },
    {
      "job": 80257147758,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7499977060"
    },
    {
      "job": 80257147785,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7499987056"
    },
    {
      "job": 80256788744,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7499534659"
    },
    {
      "job": 80257147736,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499559438"
    },
    {
      "job": 80257147765,
      "time": 123,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7499562434"
    },
    {
      "job": 80257147768,
      "time": 155,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7499569791"
    },
    {
      "job": 80257147784,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7499555246"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mneunhoe/rgan",
  "_commit": {
    "id": "5655165cfed72e40428e99342f2570678f3dac95",
    "author": "mneunhoe <mneunhoe@mail.uni-mannheim.de>",
    "committer": "mneunhoe <mneunhoe@mail.uni-mannheim.de>",
    "message": "Update README with new features and vignette overview\n\n- Add CRAN and R-CMD-check badges\n- Add Features section highlighting key capabilities\n- Add Differentially Private Training section with example\n- Add Post-GAN Boosting section with example\n- Add Vignettes section with links to all available vignettes\n- Add Citation section with BibTeX entries\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n",
    "time": 1767998427
  },
  "_maintainer": {
    "name": "Marcel Neunhoeffer",
    "email": "marcel.neunhoeffer@gmail.com",
    "orcid": "0000-0002-9137-5785"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "torch",
      "role": "Imports"
    },
    {
      "package": "viridis",
      "role": "Imports"
    },
    {
      "package": "opendp",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mneunhoe",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-02",
      "n": 40
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2026-01-09"
    }
  ],
  "_stars": 18,
  "_userbio": {
    "uuid": 21174641,
    "type": "user",
    "name": "Marcel Neunhoeffer"
  },
  "_downloads": {
    "count": 190,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RGAN"
  },
  "_devurl": "https://github.com/mneunhoe/rgan",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/RGAN.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mneunhoe/rgan",
  "_realowner": "mneunhoe",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2022-03-29"
    }
  ],
  "_exports": [
    "apply_post_gan_boosting",
    "compute_discriminator_scores",
    "data_transformer",
    "DCGAN_Discriminator",
    "DCGAN_Generator",
    "Discriminator",
    "dp_gan_trainer",
    "expert_sample_synthetic_data",
    "gan_trainer",
    "GAN_update_plot",
    "GAN_update_plot_image",
    "gan_update_step",
    "GAN_value_fct",
    "Generator",
    "gradient_penalty",
    "gumbel_softmax",
    "KLWGAN_value_fct",
    "load_gan",
    "plot_losses",
    "post_gan_boosting",
    "sample_synthetic_data",
    "sample_toydata",
    "save_gan",
    "TabularGenerator",
    "torch_rand_ab",
    "WGAN_value_fct",
    "WGAN_weight_clipper"
  ],
  "_help": [
    {
      "page": "apply_post_gan_boosting",
      "title": "Apply Post-GAN Boosting to a Trained GAN",
      "topics": [
        "apply_post_gan_boosting"
      ]
    },
    {
      "page": "compute_discriminator_scores",
      "title": "Compute Discriminator Scores from Checkpointed Discriminators",
      "topics": [
        "compute_discriminator_scores"
      ]
    },
    {
      "page": "data_transformer",
      "title": "Data Transformer",
      "topics": [
        "data_transformer"
      ]
    },
    {
      "page": "DCGAN_Discriminator",
      "title": "DCGAN Discriminator",
      "topics": [
        "DCGAN_Discriminator"
      ]
    },
    {
      "page": "DCGAN_Generator",
      "title": "DCGAN Generator",
      "topics": [
        "DCGAN_Generator"
      ]
    },
    {
      "page": "Discriminator",
      "title": "Discriminator",
      "topics": [
        "Discriminator"
      ]
    },
    {
      "page": "dp_gan_trainer",
      "title": "dp_gan_trainer",
      "topics": [
        "dp_gan_trainer"
      ]
    },
    {
      "page": "expert_sample_synthetic_data",
      "title": "Sample Synthetic Data with explicit noise input",
      "topics": [
        "expert_sample_synthetic_data"
      ]
    },
    {
      "page": "gan_trainer",
      "title": "gan_trainer",
      "topics": [
        "gan_trainer"
      ]
    },
    {
      "page": "GAN_update_plot",
      "title": "GAN_update_plot",
      "topics": [
        "GAN_update_plot"
      ]
    },
    {
      "page": "GAN_update_plot_image",
      "title": "GAN_update_plot_image",
      "topics": [
        "GAN_update_plot_image"
      ]
    },
    {
      "page": "GAN_update_step",
      "title": "gan_update_step",
      "topics": [
        "gan_update_step"
      ]
    },
    {
      "page": "GAN_value_fct",
      "title": "GAN Value Function",
      "topics": [
        "GAN_value_fct"
      ]
    },
    {
      "page": "Generator",
      "title": "Generator",
      "topics": [
        "Generator"
      ]
    },
    {
      "page": "gradient_penalty",
      "title": "Gradient Penalty for WGAN-GP",
      "topics": [
        "gradient_penalty"
      ]
    },
    {
      "page": "gumbel_softmax",
      "title": "Gumbel-Softmax Sampling",
      "topics": [
        "gumbel_softmax"
      ]
    },
    {
      "page": "kl_fake",
      "title": "KL WGAN loss on fake examples",
      "topics": [
        "kl_fake"
      ]
    },
    {
      "page": "kl_gen",
      "title": "KL WGAN loss for Generator training",
      "topics": [
        "kl_gen"
      ]
    },
    {
      "page": "kl_real",
      "title": "KL WGAN loss on real examples",
      "topics": [
        "kl_real"
      ]
    },
    {
      "page": "KLWGAN_value_fct",
      "title": "KLWGAN Value Function",
      "topics": [
        "KLWGAN_value_fct"
      ]
    },
    {
      "page": "load_gan",
      "title": "Load a Trained GAN",
      "topics": [
        "load_gan"
      ]
    },
    {
      "page": "plot_losses",
      "title": "Plot GAN Training Losses",
      "topics": [
        "plot_losses"
      ]
    },
    {
      "page": "post_gan_boosting",
      "title": "Post-GAN Boosting",
      "topics": [
        "post_gan_boosting"
      ]
    },
    {
      "page": "print.trained_RGAN",
      "title": "Print Method for Trained RGAN Objects",
      "topics": [
        "print.trained_RGAN"
      ]
    },
    {
      "page": "sample_synthetic_data",
      "title": "Sample Synthetic Data from a trained RGAN",
      "topics": [
        "sample_synthetic_data"
      ]
    },
    {
      "page": "sample_toydata",
      "title": "Sample Toydata",
      "topics": [
        "sample_toydata"
      ]
    },
    {
      "page": "save_gan",
      "title": "Save a Trained GAN",
      "topics": [
        "save_gan"
      ]
    },
    {
      "page": "TabularGenerator",
      "title": "Tabular Generator with Gumbel-Softmax",
      "topics": [
        "TabularGenerator"
      ]
    },
    {
      "page": "torch_rand_ab",
      "title": "Uniform Random numbers between values a and b",
      "topics": [
        "torch_rand_ab"
      ]
    },
    {
      "page": "WGAN_value_fct",
      "title": "WGAN Value Function",
      "topics": [
        "WGAN_value_fct"
      ]
    },
    {
      "page": "WGAN_weight_clipper",
      "title": "WGAN Weight Clipper",
      "topics": [
        "WGAN_weight_clipper"
      ]
    }
  ],
  "_readme": "https://github.com/mneunhoe/rgan/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "callr",
    "cli",
    "coro",
    "cpp11",
    "desc",
    "farver",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "otel",
    "processx",
    "ps",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "safetensors",
    "scales",
    "torch",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr"
  ],
  "_score": 3.9956351945975497,
  "_indexed": true,
  "_nocasepkg": "rgan",
  "_universes": [
    "mneunhoe"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-09T05:53:29.000Z",
      "distro": "noble",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "9f788e084450ddfda129af86f9fd2e7f6a53aadd320bd79fb88027a709c481f4",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-09T05:53:27.000Z",
      "distro": "noble",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "7607e51de257cf2aa19c4755e373b8831d30b014c1d1494fdbb5474db1b62083",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-09T06:21:15.000Z",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "38c2dd78f269fca6f0ca9bd488e97a22695dbf3859ab0275586fe1b7a03af04f",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-09T06:21:45.000Z",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "3680926077b81daec0804799723b43bf13c7b9131fd37db08ed42b5f25ac2c86",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-09T05:53:29.000Z",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "b6ec7d55f2259fa84e29c111828bb77bb00d86c0ce910f528ac7a30af22dec2d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-09T05:53:08.000Z",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "490bf11f6e186622a554c9fba4a5ee66ea1a4efb1523c786ce4a0783960dda3d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-09T05:53:40.000Z",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "c2a7dfc7b8e28fabec20167a920e30cae77553c4312ade0a4cd6fd37d2a16f86",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-09T05:52:38.000Z",
      "commit": "5655165cfed72e40428e99342f2570678f3dac95",
      "fileid": "f01a4b8c9513988a8375dbc4da183a41d3d9788210754727b47641b65e41b92a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mneunhoe/actions/runs/27123955366"
    }
  ]
}