{
  "_id": "6a27aa7324555f66ed53411b",
  "Package": "GDPuc",
  "Title": "Easily Convert GDP Data",
  "Version": "1.6.1",
  "Date": "2025-12-10",
  "Authors@R": "person(\"Johannes\", \"Koch\", , \"jokoch@pik-potsdam.de\", role = c(\"aut\", \"cre\"))",
  "Description": "Convert GDP time series data from one unit to another. All\ncommon GDP units are included, i.e. current and constant local\ncurrency units, US$ via market exchange rates and international\ndollars via purchasing power parities.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/pik-piam/GDPuc,\nhttps://pik-piam.github.io/GDPuc/",
  "BugReports": "https://github.com/pik-piam/GDPuc/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://pik-piam.r-universe.dev",
  "Date/Publication": "2025-12-10 15:25:55 UTC",
  "RemoteUrl": "https://github.com/pik-piam/GDPuc",
  "RemoteRef": "HEAD",
  "RemoteSha": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 08:19:16 UTC",
    "User": "root"
  },
  "Author": "Johannes Koch [aut, cre]",
  "Maintainer": "Johannes Koch <jokoch@pik-potsdam.de>",
  "MD5sum": "c10a5a94b40d5474dd3455b1d3587c25",
  "_user": "pik-piam",
  "_type": "src",
  "_file": "GDPuc_1.6.1.tar.gz",
  "_fileid": "35e36903cf8eeef552e02cbaef24e40406d79a1720ce2b04de92ebb44c6747ea",
  "_filesize": 1395800,
  "_sha256": "35e36903cf8eeef552e02cbaef24e40406d79a1720ce2b04de92ebb44c6747ea",
  "_created": "2026-06-08T08:19:16.000Z",
  "_published": "2026-06-09T05:53:55.791Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80256876943,
      "time": 247,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474936400"
    },
    {
      "job": 80256876973,
      "time": 251,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474937801"
    },
    {
      "job": 80256876970,
      "time": 160,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474909006"
    },
    {
      "job": 80256877181,
      "time": 212,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474925381"
    },
    {
      "job": 80256876849,
      "time": 235,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474856573"
    },
    {
      "job": 80256877114,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474893365"
    },
    {
      "job": 80256877066,
      "time": 242,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474933625"
    },
    {
      "job": 80256877141,
      "time": 238,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474933616"
    },
    {
      "job": 80256876714,
      "time": 257,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499562279"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pik-piam/GDPuc",
  "_commit": {
    "id": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
    "author": "Johannes Koch <43963181+johanneskoch94@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #49 from johanneskoch94/main\n\nFix bug in selecting iso3c column",
    "time": 1765380355
  },
  "_maintainer": {
    "name": "Johannes Koch",
    "email": "jokoch@pik-potsdam.de",
    "login": "johanneskoch94",
    "uuid": 43963181
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 2.4.0",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "countrycode",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "magclass",
      "role": "Suggests"
    },
    {
      "package": "madrat",
      "version": ">= 3.6.4",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "WDI",
      "role": "Suggests"
    },
    {
      "package": "zoo",
      "role": "Suggests"
    }
  ],
  "_owner": "pik-piam",
  "_selfowned": true,
  "_usedby": 29,
  "_updates": [
    {
      "week": "2025-37",
      "n": 3
    },
    {
      "week": "2025-38",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2025-50",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.6.0",
      "date": "2025-11-19"
    },
    {
      "name": "v1.6.1",
      "date": "2025-12-10"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "johanneskoch94",
      "count": 187,
      "uuid": 43963181
    },
    {
      "user": "pfuehrlich-pik",
      "count": 6,
      "uuid": 82826417
    },
    {
      "user": "caviddhen",
      "count": 1,
      "uuid": 37618991
    }
  ],
  "_userbio": {
    "uuid": 29039634,
    "type": "organization",
    "name": "Potsdam Integrated Assessment Modelling (PIAM)",
    "description": "Tools developed for use with data and models related to PIK's research."
  },
  "_downloads": {
    "count": 292,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GDPuc"
  },
  "_devurl": "https://github.com/pik-piam/gdpuc",
  "_pkgdown": "https://pik-piam.github.io/GDPuc/",
  "_searchresults": 28,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GDPuc.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pik-piam/gdpuc",
  "_realowner": "pik-piam",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5.1",
      "date": "2021-10-26"
    },
    {
      "version": "0.7.0",
      "date": "2022-02-08"
    },
    {
      "version": "0.8.0",
      "date": "2022-02-15"
    },
    {
      "version": "0.9.0",
      "date": "2022-04-07"
    },
    {
      "version": "0.9.2",
      "date": "2022-09-19"
    },
    {
      "version": "0.10.0",
      "date": "2023-01-05"
    },
    {
      "version": "0.11.0",
      "date": "2023-06-19"
    },
    {
      "version": "0.11.1",
      "date": "2023-07-20"
    },
    {
      "version": "1.0.0",
      "date": "2024-06-05"
    },
    {
      "version": "1.0.4",
      "date": "2024-09-04"
    },
    {
      "version": "1.6.0",
      "date": "2025-11-19"
    },
    {
      "version": "1.6.1",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "convertCPI",
    "convertGDP",
    "convertSingle",
    "print_source_info",
    "toolConvertCPI",
    "toolConvertGDP",
    "toolConvertSingle"
  ],
  "_help": [
    {
      "page": "convertGDP",
      "title": "Convert GDP data",
      "topics": [
        "convertCPI",
        "convertGDP",
        "convertSingle",
        "toolConvertCPI",
        "toolConvertGDP",
        "toolConvertSingle"
      ]
    },
    {
      "page": "print_source_info",
      "title": "Print information on sources",
      "topics": [
        "print_source_info"
      ]
    }
  ],
  "_readme": "https://github.com/pik-piam/GDPuc/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "crayon",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "source.Rmd",
      "filename": "source.html",
      "title": "Choosing conversion factors",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The source argument",
        "Package internal 'sources'",
        "User-defined 'source' objects",
        "The use_USA_cf_for_all argument"
      ],
      "created": "2022-02-08 15:21:47",
      "modified": "2025-09-09 15:53:19",
      "commits": 2
    },
    {
      "source": "magpie.Rmd",
      "filename": "magpie.html",
      "title": "Converting magpie objects",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2022-02-08 15:21:47",
      "modified": "2023-07-21 13:29:27",
      "commits": 2
    },
    {
      "source": "with_regions.Rmd",
      "filename": "with_regions.html",
      "title": "Converting regional GDP data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The with_regions argument",
        "with_regions =  a data-frame with a country-to-region mapping",
        "with_regions =  a string with a madrat regionmapping"
      ],
      "created": "2022-02-08 15:21:47",
      "modified": "2025-11-19 17:03:52",
      "commits": 3
    },
    {
      "source": "verbose.Rmd",
      "filename": "verbose.html",
      "title": "Getting information on the conversion process",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The verbose argument",
        "The return_cfs argument",
        "Conversion method"
      ],
      "created": "2022-02-08 15:21:47",
      "modified": "2022-02-15 14:24:28",
      "commits": 2
    },
    {
      "source": "handle_NAs.Rmd",
      "filename": "handle_NAs.html",
      "title": "Handling missing conversion factors",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The replace_NAs argument",
        "replace_NAs = NULL or NA",
        "replace_NAs = 0",
        "replace_NAs = \"no_conversion\"",
        "replace_NAs = \"linear\"",
        "replace_NAs = \"regional_average\"",
        "replace_NAs = c(\"linear\", \"...\")",
        "replace_NAs = \"with_USA\""
      ],
      "created": "2022-02-08 15:21:47",
      "modified": "2025-11-19 17:03:52",
      "commits": 7
    },
    {
      "source": "warn.Rmd",
      "filename": "warn.html",
      "title": "Silence warnings",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The GDPuc.warn option",
        "The replace_NAs argument"
      ],
      "created": "2022-04-07 12:02:19",
      "modified": "2022-04-07 14:01:42",
      "commits": 2
    }
  ],
  "_score": 7.766888525672444,
  "_indexed": true,
  "_nocasepkg": "gdpuc",
  "_universes": [
    "pik-piam",
    "johanneskoch94"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-06-08T08:22:02.000Z",
      "distro": "noble",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "589d66a12130e5be84a94779bf7506c8b3b28730b1a254ea521f55a7ec5e57f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-06-08T08:22:00.000Z",
      "distro": "noble",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "3fa629733b1c0bc8d87811d11fad977f7c3c39e57f55440d49a03c4cddefe203",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.1",
      "date": "2026-06-08T08:21:07.000Z",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "7c971c4c95ac8faee4866a0de731b2e9a7e1886de4f75a9f307cf4d4eee47d65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.1",
      "date": "2026-06-08T08:21:41.000Z",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "1735c557583a5153c62f50bb19978440b99c87ddc4208e5e65f98ecc5c30a35a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.1",
      "date": "2026-06-08T08:21:50.000Z",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "4b7d63e1d2638e346a331654a8b369b56cd6eb889a4112fe6118b65b11bb12d3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-06-08T08:21:11.000Z",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "c1093522cca6446acc77b7a4c512bccdcdb1d3c35096d076c4053b8af5a6c027",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-06-08T08:21:03.000Z",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "0b4b3968ca1bc0ce9078df82b2fd028be9d97344a7eb51cbc332a9796431681a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-06-09T05:50:34.000Z",
      "commit": "88f94763e185cd777b5b523163d3f32f0ddc2a30",
      "fileid": "2e80425ba7c447be9e1c7731de1e66ba3d8c15d2eb896bb67cce0aa0ae2630e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pik-piam/actions/runs/27124711879"
    }
  ]
}