Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-27T03:55:22.000Z (3 months ago)
- Last Synced: 2024-12-13T16:18:21.036Z (about 1 month ago)
- Topics: code-inspection, cran, package, r, r-package
- Language: R
- Homepage: https://globals.futureverse.org
- Size: 1.57 MB
- Stars: 28
- Watchers: 5
- Forks: 3
- Open Issues: 20
-
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("HenrikBengtsson/globals", ref="develop")
```
This will install the package from source.## Contributing
To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).