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. WWW: https://cran.r-project.org/web/packages/globals/
7 lines
375 B
Text
7 lines
375 B
Text
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.
|
|
|
|
WWW: https://cran.r-project.org/web/packages/globals/
|