Package: datadaptor Title: Modify Labelled Data Sets With Excel Files Version: 1.0.0 Authors@R: c( person(given = "Urs", family = "Wilke", role = c("aut", "cre"), email = "urs.wilke@gmail.com", comment = c(ORCID = "0000-0001-7257-2524")), person(given = "Wolf", family = "Wilke", role = c("aut"), email = "wilke@data-connection.de") ) Description: An R package to modify labelled data sets with commands in Excel files. The commands in this package allow to create new variables, and modify the labels of the variables, as well as the variables themselves. The goal is to provide an easy & concise syntax, and to allow for fast systematic data entry using Excel for advanced users. The commands work on the variables inside the data.frame environment (like e.g. inside dplyr verbs), thus providing an approach that might ease the use for people without in-depth programming experience. License: AGPL (>= 3) + file LICENSE Suggests: testthat, gt, pillar, gtExtras, knitr, htmltools, rmarkdown, markdown, here, spelling, qs2, vctrs Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 4.2.0) Imports: dplyr (>= 1.0.8), haven, magrittr, readxl, tidyr, tibble, purrr, rlang, stringr, fs, labelled, R6, writexl, lifecycle, utils, withr, powerjoin, digest, openxlsx2 VignetteBuilder: knitr Language: en-US URL: https://urswilke.codeberg.page/datadaptor/, https://codeberg.org/urswilke/datadaptor, https://urswilke.r-universe.dev/datadaptor Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://urswilke.r-universe.dev Date/Publication: 2026-06-10 15:08:34 UTC RemoteUrl: https://codeberg.org/urswilke/datadaptor RemoteRef: HEAD RemoteSha: 8dd66ef32964f686ad850d37072467f9c811dc41 NeedsCompilation: no Packaged: 2026-06-10 18:06:09 UTC; root Author: Urs Wilke [aut, cre] (ORCID: ), Wolf Wilke [aut] Maintainer: Urs Wilke