Package: globals Version: 0.16.3 Depends: R (>= 3.1.2) Imports: codetools Title: Identify Global Objects in R Expressions Authors@R: c( person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"), email="henrikb@braju.com"), person("Davis","Vaughan", role="ctb", email="davis@rstudio.com")) Description: Identifies global ("unknown" or "free") objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments. License: LGPL (>= 2.1) LazyLoad: TRUE ByteCompile: TRUE URL: https://globals.futureverse.org, https://github.com/HenrikBengtsson/globals BugReports: https://github.com/HenrikBengtsson/globals/issues RoxygenNote: 7.3.1 NeedsCompilation: no Packaged: 2024-03-07 23:38:30 UTC; henrik Author: Henrik Bengtsson [aut, cre, cph], Davis Vaughan [ctb] Maintainer: Henrik Bengtsson Repository: CRAN Date/Publication: 2024-03-08 00:00:03 UTC Built: R 4.1.3; ; 2024-03-14 18:40:36 UTC; unix