rapport

rapport is an R package that facilitates the creation of reproducible statistical report templates

https://github.com/rapporter/rapport

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords from Contributors

literate-programming pandoc pandoc-markdown rmarkdown
Last synced: 10 months ago · JSON representation

Repository

rapport is an R package that facilitates the creation of reproducible statistical report templates

Basic Info
Statistics
  • Stars: 49
  • Watchers: 5
  • Forks: 15
  • Open Issues: 6
  • Releases: 1
Created over 14 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

rapport

rapport is an R package that facilitates creation of reproducible statistical report templates. Once created, rapport templates can be exported to various external formats: HTML, LaTeX, PDF, ODT, etc. Apart from R, all you need to know to start writing your own templates is pandoc markup syntax, and some rapport conventions that allow the reproducibility of the template.

Several predefined templates come bundled with default rapport installation, and their number will increase in future releases. Of course, we strongly encourage you to write your own templates, and/or customise the ones that are shipped with default package installation.

Installation

The most recent version of this package is hosted on GitHub, but we also submit stable versions to CRAN from time to time (read: once in a blue moon).

Build status:

  • Development branch: Build Status for Development branch
  • Master branch: Build Status for Master branch

We encourage everyone to install rapport via the nifty function from devtools package:

library(devtools) install_github('rapport', 'rapporter')

Or download the sources in a zip file and build manually. To do so, please unzip the file to an empty dir and run the following commands there:

R CMD build rapport R CMD INSTALL rapport_0.1.tar.gz

If you're running R on Windows, you need to install Rtools. Once you have installed Rtools, issue following command in command prompt:

R CMD build --binary <path to .tar.gz file> R CMD INSTALL <path to .zip file>

Usage

For a brief introcution to rapport functionality, run:

demo(rapport)

Pages

For more info head over to package homepage.

githalytics.com alpha

Owner

  • Name: Rapporter
  • Login: Rapporter
  • Kind: organization
  • Email: info@rapporter.net
  • Location: United Kingdom

R-based SaaS for textual reports

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 968
  • Total Committers: 6
  • Avg Commits per committer: 161.333
  • Development Distribution Score (DDS): 0.483
Top Committers
Name Email Commits
Gergely Daróczi g****y@s****t 500
Aleksandar Blagotić a****c@g****m 225
Dániel Nagy n****0@g****m 204
Gergely Daróczi d****g@r****t 32
sabalazs s****s@g****m 6
jun9 z****g@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 65
  • Total pull requests: 35
  • Average time to close issues: 3 months
  • Average time to close pull requests: 9 days
  • Total issue authors: 12
  • Total pull request authors: 5
  • Average comments per issue: 3.66
  • Average comments per pull request: 2.49
  • Merged pull requests: 32
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • aL3xa (28)
  • daroczig (17)
  • danreb25 (9)
  • jeroen (3)
  • tz-lom (1)
  • sabalazs (1)
  • stevepowell99 (1)
  • nagydaniel (1)
  • romunov (1)
  • IndrajeetPatil (1)
  • leipzig (1)
  • epistat (1)
Pull Request Authors
  • daroczig (22)
  • nagydaniel (8)
  • aL3xa (2)
  • sabalazs (1)
  • jun9 (1)
Top Labels
Issue Labels
feature (22) template (10) bug (8) urgent (6) tables (1) stats (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 349 last-month
  • Total docker downloads: 111,678
  • Total dependent packages: 0
  • Total dependent repositories: 3
  • Total versions: 8
  • Total maintainers: 1
cran.r-project.org: rapport

A Report Templating System

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 3
  • Downloads: 349 Last month
  • Docker Downloads: 111,678
Rankings
Docker downloads count: 0.0%
Forks count: 4.8%
Stargazers count: 6.6%
Average: 14.3%
Dependent repos count: 16.5%
Dependent packages count: 28.8%
Downloads: 28.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.15.0 depends
  • grDevices * imports
  • pander * imports
  • rapportools * imports
  • stringr * imports
  • utils * imports
  • yaml * imports