Package: cleancall Title: C Resource Cleanup via Exit Handlers Version: 0.1.4.9000 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", role = "aut"), person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7098-9676")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Wrapper of .Call() that runs exit handlers to clean up C resources. Helps managing C (non-R) resources while using the R API. License: MIT + file LICENSE URL: https://r-lib.github.io/cleancall/, https://github.com/r-lib/cleancall BugReports: https://github.com/r-lib/cleancall/issues Depends: R (>= 3.6) Suggests: covr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-04-08 11:07:19 UTC RemoteUrl: https://github.com/r-lib/cleancall RemoteRef: HEAD RemoteSha: 65d8b0916e3dbf00c66dadf37e51d18463a502a4 NeedsCompilation: yes Packaged: 2026-06-23 16:34:16 UTC; root Author: Lionel Henry [aut], Gábor Csárdi [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Gábor Csárdi