https://github.com/insightsengineering/osprey
Community effort to collect TLG code and create a catalogue
https://github.com/insightsengineering/osprey
catalog graphs listings nest r tables
Last synced: 3 months ago
JSON representation
Community effort to collect TLG code and create a catalogue
- Host: GitHub
- URL: https://github.com/insightsengineering/osprey
- Owner: insightsengineering
- License: other
- Created: 2021-07-05T21:42:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T21:36:53.000Z (5 months ago)
- Last Synced: 2025-04-30T22:33:46.648Z (5 months ago)
- Topics: catalog, graphs, listings, nest, r, tables
- Language: R
- Homepage: https://insightsengineering.github.io/osprey/
- Size: 45 MB
- Stars: 4
- Watchers: 12
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# osprey
[](https://insightsengineering.github.io/osprey/)
[](https://insightsengineering.github.io/osprey/)
[](https://insightsengineering.github.io/osprey/main/coverage-report/)






[](https://www.repostatus.org/#active)
[](https://github.com/insightsengineering/osprey/tree/main)
[](https://github.com/insightsengineering/osprey/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)`osprey` is an R package for community contributed analysis functions to create TLGs (tables, listing and graphs) for the analysis of clinical trials data. These functions can be used stand alone to generate static analysis, but are also called by the [teal.osprey](https://insightsengineering.github.io/teal.osprey/) package which provides modules to be used inside [`teal`](https://insightsengineering.github.io/teal/) applications.
The package provides:
- waterfall plots ([`g_waterfall`](https://insightsengineering.github.io/osprey/latest-tag/reference/g_waterfall.html))
- swim lane plots ([`g_swimlane`](https://insightsengineering.github.io/osprey/latest-tag/reference/g_swimlane.html))
- spider plots ([`g_spiderplot`](https://insightsengineering.github.io/osprey/latest-tag/reference/g_spiderplot.html))
- butterfly plots ([`g_butterfly`](https://insightsengineering.github.io/osprey/latest-tag/reference/g_butterfly.html))
- and many more## Installation
```r
# stable versions
# install.packages("pak")
pak::pkg_install("insightsengineering/osprey@*release")# beta versions
# install.packages("pak")
pak::pkg_install("insightsengineering/osprey")
```## Stargazers and Forkers
### Stargazers over time
[](https://starchart.cc/insightsengineering/osprey)
### Stargazers
[](https://github.com/insightsengineering/osprey/stargazers)
### Forkers
[](https://github.com/insightsengineering/osprey/network/members)