https://github.com/henrikbengtsson/environments
[experimental] R package: environments - Working with Environments and Closures in R
https://github.com/henrikbengtsson/environments
educational experminental package r
Last synced: 6 months ago
JSON representation
[experimental] R package: environments - Working with Environments and Closures in R
- Host: GitHub
- URL: https://github.com/henrikbengtsson/environments
- Owner: HenrikBengtsson
- License: other
- Created: 2022-05-11T01:36:45.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-12T22:39:15.000Z (9 months ago)
- Last Synced: 2025-04-09T22:15:46.662Z (6 months ago)
- Topics: educational, experminental, package, r
- Language: R
- Homepage: https://henrikbengtsson.github.io/environments/
- Size: 274 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# environments: Working with Environments and Closures in R
## Installation
R package **environments** is only available on [GitHub](https://github.com/HenrikBengtsson/environments) and can be installed in R as:
```r
remotes::install_github("HenrikBengtsson/environments", ref = "develop")
```This installs the package from source.