{
  "_id": "6a1edcacb401979e7340fdf2",
  "Package": "GRANDpriv",
  "Type": "Package",
  "Title": "Graph Release with Assured Node Differential Privacy",
  "Version": "0.1.3",
  "Authors@R": "c(person(given = \"Suqing\",\nfamily = \"Liu\",\nemail = \"liusuqing0123@uchicago.edu\",\nrole = c(\"aut\", \"cre\")),\nperson(given = \"Xuan\",\nfamily = \"Bi\",\nemail = \"xbi@umn.edu\",\nrole = \"aut\"),\nperson(given = \"Tianxi\",\nfamily = \"Li\",\nemail = \"tianxili@umn.edu\",\nrole = \"aut\"))",
  "Description": "Implements a novel method for privatizing network data\nusing differential privacy. Provides functions for generating\nsynthetic networks based on LSM (Latent Space Model), applying\ndifferential privacy to network latent positions to achieve\noverall network privatization, and evaluating the utility of\nprivatized networks through various network statistics. The\nprivatize and evaluate functions support both LSM and RDPG\n(Random Dot Product Graph). For generating RDPG networks, users\nare encouraged to use the 'randnet' package\n<https://CRAN.R-project.org/package=randnet>. For more details,\nsee the \"proposed method\" section of Liu, Bi, and Li (2025)\n<doi:10.48550/arXiv.2507.00402>.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/lsq0000/GRANDpriv",
  "BugReports": "https://github.com/lsq0000/GRANDpriv/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake libglpk-dev make libgsl0-dev libicu-dev\nlibxml2-dev",
  "Repository": "https://lsq0000.r-universe.dev",
  "Date/Publication": "2025-08-23 04:05:33 UTC",
  "RemoteUrl": "https://github.com/lsq0000/grandpriv",
  "RemoteRef": "HEAD",
  "RemoteSha": "0daafe90007ecf698a94256f3416b721ee0a97c4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 08:29:37 UTC",
    "User": "root"
  },
  "Author": "Suqing Liu [aut, cre],\nXuan Bi [aut],\nTianxi Li [aut]",
  "Maintainer": "Suqing Liu <liusuqing0123@uchicago.edu>",
  "MD5sum": "69488ff50129f03cb4073e65f2132e8f",
  "_user": "lsq0000",
  "_type": "src",
  "_file": "GRANDpriv_0.1.3.tar.gz",
  "_fileid": "ec259e6904699b0adbef0fd28239157bf29dc4c715ff76935cf78facc1d97b01",
  "_filesize": 194715,
  "_sha256": "ec259e6904699b0adbef0fd28239157bf29dc4c715ff76935cf78facc1d97b01",
  "_created": "2026-05-20T08:29:37.000Z",
  "_published": "2026-06-02T13:37:48.039Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79083585494,
      "time": 176,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7105069617"
    },
    {
      "job": 79083585242,
      "time": 174,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105069176"
    },
    {
      "job": 79083585273,
      "time": 201,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7105065385"
    },
    {
      "job": 79083585411,
      "time": 151,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105053376"
    },
    {
      "job": 79083584596,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105007012"
    },
    {
      "job": 79083584578,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7359264385"
    },
    {
      "job": 79083585824,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7105055205"
    },
    {
      "job": 79083586024,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7105051263"
    },
    {
      "job": 79083585520,
      "time": 132,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105057830"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lsq0000/grandpriv",
  "_commit": {
    "id": "0daafe90007ecf698a94256f3416b721ee0a97c4",
    "author": "lsq0000 <lsq0000@users.noreply.github.com>",
    "committer": "lsq0000 <lsq0000@users.noreply.github.com>",
    "message": "Link version badge to repository homepage\n",
    "time": 1755921933
  },
  "_maintainer": {
    "name": "Suqing Liu",
    "email": "liusuqing0123@uchicago.edu",
    "login": "lsq0000",
    "description": "B.S. @ THU | Ph.D. @ UChicago",
    "uuid": 88824746
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "EnvStats",
      "role": "Imports"
    },
    {
      "package": "rmutil",
      "role": "Imports"
    },
    {
      "package": "RSpectra",
      "role": "Imports"
    },
    {
      "package": "diffpriv",
      "role": "Imports"
    },
    {
      "package": "truncnorm",
      "role": "Imports"
    },
    {
      "package": "randnet",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "HCD",
      "role": "Imports"
    },
    {
      "package": "transport",
      "role": "Imports"
    }
  ],
  "_owner": "lsq0000",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-34",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "lsq0000",
      "count": 8,
      "uuid": 88824746
    }
  ],
  "_userbio": {
    "uuid": 88824746,
    "type": "user",
    "name": "Suqing Liu",
    "description": "B.S. @ THU | Ph.D. @ UChicago"
  },
  "_downloads": {
    "count": 517,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GRANDpriv"
  },
  "_devurl": "https://github.com/lsq0000/grandpriv",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GRANDpriv.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lsq0000/grandpriv",
  "_realowner": "lsq0000",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2025-08-22"
    }
  ],
  "_exports": [
    "GRAND.evaluate",
    "GRAND.privatize",
    "LSM.Gen"
  ],
  "_help": [
    {
      "page": "GRANDpriv-package",
      "title": "Graph Release with Assured Node Differential Privacy",
      "topics": [
        "GRANDpriv-package",
        "GRANDpriv",
        "_PACKAGE"
      ]
    },
    {
      "page": "GRAND.evaluate",
      "title": "GRAND Evaluation of Network Data",
      "topics": [
        "GRAND.evaluate"
      ]
    },
    {
      "page": "GRAND.privatize",
      "title": "GRAND Privatization of Network Data",
      "topics": [
        "GRAND.privatize"
      ]
    },
    {
      "page": "LSM.Gen",
      "title": "Generate Latent Space Model Network",
      "topics": [
        "LSM.Gen"
      ]
    }
  ],
  "_readme": "https://github.com/lsq0000/grandpriv/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "ash",
    "AUC",
    "bitops",
    "boot",
    "cli",
    "cluster",
    "colorspace",
    "cpp11",
    "data.table",
    "data.tree",
    "dendextend",
    "deSolve",
    "diffpriv",
    "entropy",
    "EnvStats",
    "farver",
    "fda",
    "fds",
    "FNN",
    "gamm4",
    "ggplot2",
    "glue",
    "gridExtra",
    "grpreg",
    "gsl",
    "gtable",
    "HCD",
    "hdrcde",
    "igraph",
    "irlba",
    "isoband",
    "kernlab",
    "KernSmooth",
    "ks",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "locfit",
    "magic",
    "magrittr",
    "MASS",
    "Matrix",
    "mclust",
    "mgcv",
    "minqa",
    "multicool",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnls",
    "nortest",
    "pbs",
    "pcaPP",
    "pkgconfig",
    "poweRlaw",
    "pracma",
    "R6",
    "rainbow",
    "randnet",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "RCurl",
    "Rdpack",
    "reformulas",
    "refund",
    "rlang",
    "RLRsim",
    "rmutil",
    "RSpectra",
    "S7",
    "scales",
    "sparseFLMM",
    "stringi",
    "stringr",
    "transport",
    "truncnorm",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "grandpriv",
  "_universes": [
    "lsq0000"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-20T08:31:59.000Z",
      "distro": "noble",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "3c484ebaa6f7cf0808ca3eeadeee75b5d3d1bfe97b7b2f9c75f17e178358ef21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-20T08:32:00.000Z",
      "distro": "noble",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "33fa47a6b0b3b9e67832dfa4937fda2f1271693899ce6317be27593bd72c5c80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-20T08:32:03.000Z",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "85a88bc852e45e9ee7315ca3fde074d7b3c4d54677dbcf737ec9cb5515cd7f52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-20T08:31:33.000Z",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "a491dba03cc1d9f9ff787a1c57435e6a53f49dc79c265850bd6fc41d0f056949",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-20T08:31:01.000Z",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "1916c2aa37e55f3159835e93da0165af5fec1b52f944a5e5035d1985f8e987ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-20T08:30:56.000Z",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "082758e146204011556de42b3e43f67d69a4f224c1bf97002d9588a29640392e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-20T08:31:14.000Z",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "d540d65bfd74d0689632d62e2cd5e8a4477a51311458f14db03f09974dc7b93c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-06-02T13:37:16.000Z",
      "commit": "0daafe90007ecf698a94256f3416b721ee0a97c4",
      "fileid": "ed289d4b18b6579e37da1c879fac7504e08d471c72e92b7bf905b51a280fbf62",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lsq0000/actions/runs/26150745808"
    }
  ]
}