Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HenrikBengtsson/globals

🌐 R package: Identify Global Objects in R Expressions
https://github.com/HenrikBengtsson/globals

code-inspection cran package r r-package

Last synced: about 1 month ago
JSON representation

🌐 R package: Identify Global Objects in R Expressions

Awesome Lists containing this project

README

        


CRAN check status R CMD check status future.tests checks status Coverage Status

# globals: Identify Global Objects in R Expressions

## Installation
R package globals is available on [CRAN](https://cran.r-project.org/package=globals) and can be installed in R as:
```r
install.packages("globals")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/globals", ref="develop")
```
This will install the package from source.

## Contributing

To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).