Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HenrikBengtsson/R.devices
🎨 R package: Unified Handling of Graphics Devices
https://github.com/HenrikBengtsson/R.devices
graphics package r
Last synced: 3 months ago
JSON representation
🎨 R package: Unified Handling of Graphics Devices
- Host: GitHub
- URL: https://github.com/HenrikBengtsson/R.devices
- Owner: HenrikBengtsson
- Created: 2014-05-03T03:21:16.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-04T00:23:12.000Z (7 months ago)
- Last Synced: 2024-06-05T01:47:32.642Z (5 months ago)
- Topics: graphics, package, r
- Language: R
- Homepage: https://henrikbengtsson.github.io/R.devices/
- Size: 818 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - HenrikBengtsson/R.devices - 🎨 R package: Unified Handling of Graphics Devices (R)
README
# R.devices: Unified Handling of Graphics Devices
## Installation
R package R.devices is available on [CRAN](https://cran.r-project.org/package=R.devices) and can be installed in R as:
```r
install.packages("R.devices")
```### Pre-release version
To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.devices", ref="develop")
```
This will install the package from source.