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 ebfb271 commit f89059f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ install:





- $RENV install_r codetools


Expand Down
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.
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.
License: LGPL (>= 2.1)
LazyLoad: TRUE
ByteCompile: TRUE
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ build_script:





- travis-tool.sh install_r codetools


Expand Down

0 comments on commit f89059f

Please sign in to comment.