Package: kwb.context Title: Get the Function Call Context and Work with it Version: 0.1.0 Authors@R: c(person(given = "Hauke", family = "Sonnenberg", role = c("aut", "cre"), email = "hauke.sonnenberg@kompetenz-wasser.de", comment = c(ORCID = "0000-0001-9134-2871")), person(given = "Michael", family = "Rustler", role = "ctb", email = "michael.rustler@kompetenz-wasser.de", comment = c(ORCID = "0000-0003-0647-7726")), person(given = "FAKIN", role = "fnd"), person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")) Description: This package contains functions to get the full tree of function calls that is evaluated when calling a function. The idea is to reuse some of these calls with modified arguments, e.g. to replot a specific plot that was created by an inner plot function that was called from an outer function. License: MIT + file LICENSE URL: https://github.com/KWB-R/kwb.context BugReports: https://github.com/KWB-R/kwb.context/issues Imports: kwb.default, kwb.utils Suggests: knitr, covr, rmarkdown Remotes: github::kwb-r/kwb.default, github::kwb-r/kwb.utils Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 VignetteBuilder: knitr Repository: https://kwb-r.r-universe.dev Date/Publication: 2021-07-08 19:46:05 UTC RemoteUrl: https://github.com/KWB-R/kwb.context RemoteRef: HEAD RemoteSha: 55f830caf99af08d82ed87cd3534b2d905eb6fb0 NeedsCompilation: no Packaged: 2026-07-07 08:22:35 UTC; root Author: Hauke Sonnenberg [aut, cre] (ORCID: ), Michael Rustler [ctb] (ORCID: ), FAKIN [fnd], Kompetenzzentrum Wasser Berlin gGmbH (KWB) [cph] Maintainer: Hauke Sonnenberg