https://github.com/futureverse/globals
🌐 R package: Identify Global Objects in R Expressions
https://github.com/futureverse/globals
code-inspection cran package r r-package
Last synced: 26 days ago
JSON representation
🌐 R package: Identify Global Objects in R Expressions
- Host: GitHub
- URL: https://github.com/futureverse/globals
- Owner: futureverse
- Created: 2015-05-19T19:49:33.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-20T23:10:25.000Z (6 months ago)
- Last Synced: 2025-09-22T02:34:35.635Z (about 2 months ago)
- Topics: code-inspection, cran, package, r, r-package
- Language: R
- Homepage: https://globals.futureverse.org
- Size: 2.65 MB
- Stars: 29
- Watchers: 4
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- jimsghstars - futureverse/globals - 🌐 R package: Identify Global Objects in R Expressions (R)
README
# 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("futureverse/globals", ref="develop")
```
This will install the package from source.
## Contributing
To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).