https://github.com/quantgen/bgdataext
Staging Package for BGData
https://github.com/quantgen/bgdataext
Last synced: about 2 months ago
JSON representation
Staging Package for BGData
- Host: GitHub
- URL: https://github.com/quantgen/bgdataext
- Owner: QuantGen
- License: other
- Created: 2020-08-17T21:02:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T18:14:38.000Z (over 1 year ago)
- Last Synced: 2025-02-09T13:15:54.645Z (3 months ago)
- Language: R
- Size: 142 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BGDataExt: Staging Package for BGData
=====================================The testing area of the [BGData suite of R
packages](https://CRAN.R-project.org/package=BGData). This package contains
features which have not been integrated into the suite yet.Installation
------------This package will not be released on CRAN. To install the development version
from Github:```R
# install.packages("remotes")
remotes::install_github("QuantGen/BGDataExt")
```