{
  "_id": "6a26925424555f66ed51c40a",
  "Package": "gustave",
  "Type": "Package",
  "Title": "A User-Oriented Statistical Toolkit for Analytical Variance\nEstimation",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Martin\", \"Chevalier\", role = \"aut\", email = \"mc@slmc.fr\", comment = \"Creator\"),\nperson(\"Khaled\", \"Larbi\", role =  \"cre\", email = \"khaled.larbi@insee.fr\"),\nperson(\"Institut national de la statistique et des études économiques\", role = \"cph\")\n)",
  "URL": "https://github.com/InseeFr/gustave",
  "BugReports": "https://github.com/InseeFr/gustave/issues",
  "Description": "Provides a toolkit for analytical variance estimation in\nsurvey sampling. Apart from the implementation of standard\nvariance estimators, its main feature is to help the sampling\nexpert produce easy-to-use variance estimation \"wrappers\",\nwhere systematic operations (linearization, domain estimation)\nare handled in a consistent and transparent way.",
  "License": "GPL-3",
  "Collate": "'data.R' 'utils.R' 'define_variance_wrapper.R'\n'variance_function.R' 'define_statistic_wrapper.R'\n'standard_statistic_wrapper.R' 'qvar.R'",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "Repository": "https://inseefr.r-universe.dev",
  "Date/Publication": "2024-01-15 16:56:39 UTC",
  "RemoteUrl": "https://github.com/inseefr/gustave",
  "RemoteRef": "HEAD",
  "RemoteSha": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 09:55:38 UTC",
    "User": "root"
  },
  "Author": "Martin Chevalier [aut] (Creator),\nKhaled Larbi [cre],\nInstitut national de la statistique et des études économiques [cph]",
  "Maintainer": "Khaled Larbi <khaled.larbi@insee.fr>",
  "MD5sum": "95b5a6baa539c7b75fea7408be79fcad",
  "_user": "inseefr",
  "_type": "src",
  "_file": "gustave_1.0.0.tar.gz",
  "_fileid": "0b1f8743afc61c4519ba5f2e6f65e307c15052faddea05ab8760ba8eeff43144",
  "_filesize": 327250,
  "_sha256": "0b1f8743afc61c4519ba5f2e6f65e307c15052faddea05ab8760ba8eeff43144",
  "_created": "2026-06-08T09:55:38.000Z",
  "_published": "2026-06-08T09:58:44.532Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80067860493,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7476987990"
    },
    {
      "job": 80067860419,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476990945"
    },
    {
      "job": 80067860370,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7476976147"
    },
    {
      "job": 80067860450,
      "time": 103,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476974331"
    },
    {
      "job": 80067335664,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476936445"
    },
    {
      "job": 80067860383,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476976071"
    },
    {
      "job": 80067860438,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7476976309"
    },
    {
      "job": 80067860515,
      "time": 98,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7476972523"
    },
    {
      "job": 80067860397,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7476971221"
    }
  ],
  "_buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/inseefr/gustave",
  "_commit": {
    "id": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
    "author": "Martin Chevalier <31592792+martinchevalier@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Rerun checks",
    "time": 1705337799
  },
  "_maintainer": {
    "name": "Khaled Larbi",
    "email": "khaled.larbi@insee.fr",
    "login": "khaledlarbi",
    "description": "Just another statistician.",
    "uuid": 45902413
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.5",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "sampling",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    }
  ],
  "_owner": "inseefr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "official-statistics",
    "sampling",
    "survey-sampling",
    "variance-estimation"
  ],
  "_stars": 9,
  "_contributors": [
    {
      "user": "martinchevalier",
      "count": 412,
      "uuid": 31592792
    },
    {
      "user": "khaledlarbi",
      "count": 1,
      "uuid": 45902413
    }
  ],
  "_userbio": {
    "uuid": 11526805,
    "type": "organization",
    "name": "Insee",
    "description": "Institut national de la statistique et des études économiques"
  },
  "_downloads": {
    "count": 260,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gustave"
  },
  "_devurl": "https://github.com/inseefr/gustave",
  "_searchresults": 19,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gustave.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/inseefr/gustave",
  "_realowner": "inseefr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2018-06-06"
    },
    {
      "version": "0.4.0",
      "date": "2018-08-31"
    },
    {
      "version": "0.4.1",
      "date": "2019-12-17"
    },
    {
      "version": "0.4.2",
      "date": "2021-09-07"
    },
    {
      "version": "0.4.3",
      "date": "2021-11-10"
    },
    {
      "version": "0.4.4",
      "date": "2022-09-19"
    },
    {
      "version": "1.0.0",
      "date": "2023-11-17"
    }
  ],
  "_exports": [
    "add_zero",
    "define_statistic_wrapper",
    "define_variance_wrapper",
    "qvar",
    "res_cal",
    "sum_by",
    "var_pois",
    "var_srs",
    "varDT",
    "varSYG"
  ],
  "_datasets": [
    {
      "name": "ict_pop",
      "title": "Sampling frame of the Information and communication technologies (ICT) survey",
      "object": "ict_pop",
      "class": [
        "data.frame"
      ],
      "fields": [
        "firm_id",
        "division",
        "employees",
        "turnover",
        "strata"
      ],
      "rows": 7670,
      "table": true,
      "tojson": true
    },
    {
      "name": "ict_sample",
      "title": "Sample of the Information and communication technologies (ICT) survey",
      "object": "ict_sample",
      "class": [
        "data.frame"
      ],
      "fields": [
        "firm_id",
        "division",
        "employees",
        "turnover",
        "strata",
        "w_sample",
        "scope",
        "resp",
        "nrc",
        "hrg",
        "response_prob_est",
        "w_nrc",
        "calib",
        "N_58",
        "N_59",
        "N_60",
        "N_61",
        "N_62",
        "N_63",
        "turnover_58",
        "turnover_59",
        "turnover_60",
        "turnover_61",
        "turnover_62",
        "turnover_63",
        "w_calib",
        "dissemination"
      ],
      "rows": 650,
      "table": true,
      "tojson": true
    },
    {
      "name": "ict_survey",
      "title": "Survey data of the Information and communication technologies (ICT) survey",
      "object": "ict_survey",
      "class": [
        "data.frame"
      ],
      "fields": [
        "firm_id",
        "division",
        "employees",
        "turnover",
        "w_calib",
        "speed_quanti",
        "speed_quanti_NA",
        "speed_quali",
        "speed_quali_NA",
        "big_data",
        "big_data_NA"
      ],
      "rows": 506,
      "table": true,
      "tojson": true
    },
    {
      "name": "lfs_samp_area",
      "title": "Sample of areas in the Labour force survey",
      "object": "lfs_samp_area",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id_area",
        "income",
        "pik_area"
      ],
      "rows": 4,
      "table": true,
      "tojson": true
    },
    {
      "name": "lfs_samp_dwel",
      "title": "Sample of dwellings in the Labour force survey",
      "object": "lfs_samp_dwel",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id_dwel",
        "id_area",
        "income",
        "pik_area",
        "pik_dwel",
        "pik"
      ],
      "rows": 80,
      "table": true,
      "tojson": true
    },
    {
      "name": "lfs_samp_ind",
      "title": "Sample of individuals in the Labour force survey",
      "object": "lfs_samp_ind",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id_ind",
        "id_dwel",
        "income",
        "unemp",
        "sampling_weight"
      ],
      "rows": 116,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "add_zero",
      "title": "Expand a matrix or a data.frame with zeros based on rownames matching",
      "topics": [
        "add_zero"
      ]
    },
    {
      "page": "define_statistic_wrapper",
      "title": "Define a statistic wrapper",
      "topics": [
        "define_statistic_wrapper"
      ]
    },
    {
      "page": "define_variance_wrapper",
      "title": "Define a variance estimation wrapper",
      "topics": [
        "define_variance_wrapper"
      ]
    },
    {
      "page": "ict_pop",
      "title": "Sampling frame of the Information and communication technologies (ICT) survey",
      "topics": [
        "ict_pop"
      ]
    },
    {
      "page": "ict_sample",
      "title": "Sample of the Information and communication technologies (ICT) survey",
      "topics": [
        "ict_sample"
      ]
    },
    {
      "page": "ict_survey",
      "title": "Survey data of the Information and communication technologies (ICT) survey",
      "topics": [
        "ict_survey"
      ]
    },
    {
      "page": "lfs_samp_area",
      "title": "Sample of areas in the Labour force survey",
      "topics": [
        "lfs_samp_area"
      ]
    },
    {
      "page": "lfs_samp_dwel",
      "title": "Sample of dwellings in the Labour force survey",
      "topics": [
        "lfs_samp_dwel"
      ]
    },
    {
      "page": "lfs_samp_ind",
      "title": "Sample of individuals in the Labour force survey",
      "topics": [
        "lfs_samp_ind"
      ]
    },
    {
      "page": "qvar",
      "title": "Quickly perform a variance estimation in common cases",
      "topics": [
        "qvar"
      ]
    },
    {
      "page": "res_cal",
      "title": "Linear Regression Residuals Calculation",
      "topics": [
        "res_cal"
      ]
    },
    {
      "page": "standard_statistic_wrapper",
      "title": "Standard statistic wrappers",
      "topics": [
        "diff_of_ratio",
        "mean",
        "ratio",
        "ratio_of_ratio",
        "standard_statistic_wrapper",
        "total"
      ]
    },
    {
      "page": "sum_by",
      "title": "Efficient by-group (weighted) summation",
      "topics": [
        "sum_by"
      ]
    },
    {
      "page": "var_pois",
      "title": "Variance estimator for a Poisson sampling design",
      "topics": [
        "var_pois"
      ]
    },
    {
      "page": "varDT",
      "title": "Variance approximation with Deville-Tillé (2005) formula",
      "topics": [
        "varDT",
        "var_srs"
      ]
    },
    {
      "page": "varSYG",
      "title": "Sen-Yates-Grundy variance estimator",
      "topics": [
        "varSYG"
      ]
    }
  ],
  "_readme": "https://github.com/inseefr/gustave/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix"
  ],
  "_score": 3.9319661147281724,
  "_indexed": true,
  "_nocasepkg": "gustave",
  "_universes": [
    "inseefr",
    "khaledlarbi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-08T09:57:38.000Z",
      "distro": "noble",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "8610c6995d78ca8e151b842c2a83e789934c7966e570cbaeaec4141f20394e5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-08T09:57:43.000Z",
      "distro": "noble",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "4583bb1e56a272f973f53e1305274be39ee008ff3d659b7ddffd00477b47e88a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-08T09:57:13.000Z",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "08e535c6360bb7963381b0228fd37884c90101e067d948c74e55b3e41142505d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-08T09:57:06.000Z",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "a52908b95d00e05ca892da89deeb14b1d67c32d132b36f99d0533b9291dec6ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-08T09:57:41.000Z",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "3f4495acc2ec2f87c42b9f3723fe21202e283ae72441736407bb922cb5312478",
      "status": "success",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-08T09:56:56.000Z",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "1d94893b3d1ee363b93da5b121c4d13ec7585d75c1b7c670756fa9f30f40feeb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-08T09:56:53.000Z",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "9b52fe2c4567c9b46f4e96dd51373f043d82ff984acf847ae7b0cf8633cb2231",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-08T09:56:47.000Z",
      "commit": "b9b156e84631d2cbf873d4d3fb5038dc8064763c",
      "fileid": "034da166e5c3ac9fa5ff52ab97ad953d58706e7641991609ff4c53e198cc7b7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inseefr/actions/runs/27129706448"
    }
  ]
}