# ----------------------------------------------------------- # CITATION file created with {cffr} R package, v0.5.0 # See also: https://docs.ropensci.org/cffr/ # ----------------------------------------------------------- cff-version: 1.2.0 message: 'To cite package "globals" in publications use:' type: software license: LGPL-2.0-or-later title: 'globals: Identify Global Objects in R Expressions' version: 0.16.2 abstract: 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. authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/globals url: https://globals.futureverse.org contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com