Skip to content

Commit

Permalink
globals 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jun 10, 2015
1 parent f89059f commit be4b59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Title: Identify Global Objects in R Expressions
Authors@R: c(
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email="henrikb@braju.com"))
Description: Identifies global ("unknown") variables and objects in R expressions by code inspection using various strategies, e.g. conservative or liberal. The objective of this package is to make it as simple as possible to identify globals for the purpose of exporting them in distributed compute environment.
Description: Identifies global ("unknown") objects in R expressions by code inspection using various strategies, e.g. conservative or liberal. The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in distributed compute environments.
License: LGPL (>= 2.1)
LazyLoad: TRUE
ByteCompile: TRUE
Expand Down

0 comments on commit be4b59b

Please sign in to comment.