Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/orderly.db
https://github.com/mrc-ide/orderly.db
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrc-ide/orderly.db
- Owner: mrc-ide
- License: other
- Created: 2023-04-12T16:27:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:38:21.000Z (12 months ago)
- Last Synced: 2024-11-06T02:31:30.655Z (2 months ago)
- Language: R
- Homepage: https://mrc-ide.github.io/orderly.db
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orderly.db
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![R-CMD-check](https://github.com/mrc-ide/orderly.db/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mrc-ide/orderly.db/actions/workflows/R-CMD-check.yaml)
[![codecov.io](https://codecov.io/github/mrc-ide/orderly.db/coverage.svg?branch=main)](https://codecov.io/github/mrc-ide/orderly.db?branch=main)This is an [`orderly2`](https://mrc-ide.github.io/orderly2) plugin for database access. We expect this package to be part of the group of packages that becomes the next version of [`orderly`](https://vaccineimpact.org/orderly), though this particular package may take a while to end up on CRAN.
See `[vignette("introduction", package = "orderly.db")]` for details, and for information for migrating from `orderly`.
**WARNING: We may update the metadata schema and API significantly, and we are not yet at a version that we anticipate providing an upgrade path to the final form, please use at even more of your own risk than usual.**
## Installation
Please install from our [r-universe](https://mrc-ide.r-universe.dev/):
```r
install.packages(
"orderly.db",
repos = c("https://mrc-ide.r-universe.dev", "https://cloud.r-project.org"))
```If you prefer, you can install from GitHub with `remotes`:
```r
remotes::install_github("mrc-ide/orderly.db")
```## License
MIT © Imperial College of Science, Technology and Medicine