Package: tidywikidatar Title: Explore 'Wikidata' Through Tidy Data Frames Version: 0.6.2 Authors@R: c(person(given = "Giorgio", family = "Comai", role = c("aut", "cre", "cph"), email = "giorgio.comai@cci.tn.it", comment = c(ORCID = "0000-0002-0515-9542")), person(given = "EDJNet", role = "fnd")) Description: Query 'Wikidata' API with ease, get tidy data frames in response, and cache data in a local database. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: magrittr, dplyr (>= 1.1.0), tidyr, stringr, glue, DBI, RSQLite, tibble, purrr, cli, fs, rlang (>= 0.1.2), progress, jsonlite, pool, vctrs, httr2 Suggests: spelling, testthat (>= 3.0.0), knitr, rmarkdown, odbc Config/testthat/edition: 3 Language: en-US URL: https://edjnet.github.io/tidywikidatar/, https://github.com/EDJNet/tidywikidatar BugReports: https://github.com/EDJNet/tidywikidatar/issues VignetteBuilder: knitr Depends: R (>= 3.5) LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://edjnet.r-universe.dev Date/Publication: 2026-05-06 12:34:28 UTC RemoteUrl: https://github.com/edjnet/tidywikidatar RemoteRef: HEAD RemoteSha: c0a00f2dd7b081ff798cfd2ae66d4340fe23f151 NeedsCompilation: no Packaged: 2026-06-05 06:19:08 UTC; root Author: Giorgio Comai [aut, cre, cph] (ORCID: ), EDJNet [fnd] Maintainer: Giorgio Comai