Package: checkglobals Type: Package Title: Static Analysis of R-Code Dependencies Version: 0.1.4 Date: 2025-09-30 Authors@R: person("Joris", "Chau", email = "joris.chau@openanalytics.eu", role = c("aut", "cre")) Description: A minimal R-package to approximately detect global and imported functions or variables from R-source code or R-packages by static code analysis. BugReports: https://github.com/JorisChau/checkglobals/issues URL: https://jorischau.github.io/checkglobals/, https://github.com/JorisChau/checkglobals Depends: R (>= 4.1.0) Suggests: cli, knitr, jsonlite Encoding: UTF-8 License: MIT + file LICENSE Language: en-US RoxygenNote: 7.3.2 Repository: https://jorischau.r-universe.dev Date/Publication: 2025-10-01 10:18:40 UTC RemoteUrl: https://github.com/jorischau/checkglobals RemoteRef: HEAD RemoteSha: 21333babdd49e5ea6797aa4e5bef241bdc368300 NeedsCompilation: yes Packaged: 2026-06-21 09:07:01 UTC; root Author: Joris Chau [aut, cre] Maintainer: Joris Chau