indiedown

Individual RMarkdown Templates

https://github.com/cynkra/indiedown

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 (12.4%) to scientific vocabulary

Keywords

r rmarkdown template

Keywords from Contributors

relational-databases dbplyr dbi datawarehousing data-warehousing data-model interface data-manipulation grammar sqlite3
Last synced: 6 months ago · JSON representation

Repository

Individual RMarkdown Templates

Basic Info
Statistics
  • Stars: 32
  • Watchers: 11
  • Forks: 1
  • Open Issues: 19
  • Releases: 1
Topics
r rmarkdown template
Created about 6 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Code of conduct

README.Rmd

---
output: downlit::readme_document
---


# indiedown

Individual R Markdown PDF Templates.


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R build status](https://github.com/cynkra/indiedown/workflows/rcc/badge.svg)](https://github.com/cynkra/indiedown/actions)
[![Coverage status](https://codecov.io/gh/cynkra/indiedown/branch/main/graph/badge.svg)](https://codecov.io/github/cynkra/indiedown?branch=master)
![CRAN status](https://www.r-pkg.org/badges/version/indiedown)


indiedown allows you to generate a customized R Markdown PDF template in a few basic steps.

Start by installing indiedown:

```r
install.packages("indiedown")
```

You can also install the development version from GitHub:

```r
# install.packages("devtools")
devtools::install_github("cynkra/indiedown")
```

To create your own customized R Markdown template, start by creating an indiedown template package, called `mydown` in this example.
Navigate to the directory where you want to create the package, then:

```r
indiedown::create_indiedown_package("mydown")
```

This creates a package skeleton in the new `mydown` directory in the current working directory.
You can build *mydown*, using "Build and Reload" in the RStudio or via the command line, as follows:

```r
devtools::install("mydown")
```

With *mydown* built and installed, our new template is available in RStudio (after a restart).

- Read more at `vignette("indiedown")`.
- See `vignette("walkthrough")` for a step by step guide to customization.
- See `vignette("customize")` for advanced customization.

---

## Code of Conduct

Please note that the indiedown project is released with a [Contributor Code of Conduct](https://cynkra.github.io/indiedown/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

Owner

  • Name: cynkra
  • Login: cynkra
  • Kind: organization
  • Email: mail@cynkra.com
  • Location: Zurich, CH

We support your business and the people behind it by helping you pick the right tools, implementing and supporting solutions, training and code review.

GitHub Events

Total
  • Create event: 41
  • Issues event: 1
  • Release event: 1
  • Watch event: 2
  • Delete event: 23
  • Issue comment event: 5
  • Push event: 68
  • Pull request event: 47
Last Year
  • Create event: 41
  • Issues event: 1
  • Release event: 1
  • Watch event: 2
  • Delete event: 23
  • Issue comment event: 5
  • Push event: 68
  • Pull request event: 47

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 342
  • Total Committers: 11
  • Avg Commits per committer: 31.091
  • Development Distribution Score (DDS): 0.444
Past Year
  • Commits: 62
  • Committers: 4
  • Avg Commits per committer: 15.5
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Kirill Müller k****r@m****g 190
Christoph Sax c****x@g****m 102
github-actions g****s 28
Indrajeet Patil p****e@g****m 8
Renovate cynkra [bot] 4****] 5
Maëlle Salmon m****n@y****e 3
Andrea Ranzato a****a@c****m 2
jawond j****k@g****m 1
angelicambg a****g@g****m 1
Tobias t****s@c****m 1
Matthias Bannert b****y@h****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 18
  • Total pull requests: 79
  • Average time to close issues: 12 months
  • Average time to close pull requests: 27 days
  • Total issue authors: 8
  • Total pull request authors: 7
  • Average comments per issue: 1.61
  • Average comments per pull request: 0.41
  • Merged pull requests: 58
  • Bot issues: 1
  • Bot pull requests: 24
Past Year
  • Issues: 0
  • Pull requests: 45
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 40
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pat-s (5)
  • krlmlr (5)
  • christophsax (2)
  • ailich (2)
  • carlosyanez (1)
  • renovate-cynkra[bot] (1)
  • ColtonRAStephens (1)
  • mbannert (1)
Pull Request Authors
  • krlmlr (47)
  • renovate-cynkra[bot] (17)
  • github-actions[bot] (7)
  • maelle (3)
  • christophsax (2)
  • andreranza (2)
  • mbannert (1)
Top Labels
Issue Labels
cynkra-dev-day (3) documentation (2) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 580 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: indiedown

Individual R Markdown Templates

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 580 Last month
Rankings
Stargazers count: 10.7%
Forks count: 21.9%
Average: 28.0%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 42.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • cli * imports
  • fs * imports
  • gfonts * imports
  • rlang * imports
  • withr * imports
  • callr * suggests
  • knitr >= 1.12 suggests
  • rcmdcheck * suggests
  • rmarkdown * suggests
  • rstudioapi * suggests
  • spelling * suggests
  • testthat >= 3.0.0 suggests
  • tinytex * suggests
inst/mypackage/DESCRIPTION cran
  • R >= 4.0.0 depends
  • glue * imports
  • knitr >= 1.12 imports
  • rmarkdown * imports
  • utils * imports
  • withr * imports
  • yaml * imports
.github/workflows/R-CMD-check-dev.yaml actions
  • ./.github/workflows/check * composite
  • ./.github/workflows/custom/after-install * composite
  • ./.github/workflows/custom/before-install * composite
  • ./.github/workflows/dep-matrix * composite
  • ./.github/workflows/install * composite
  • ./.github/workflows/rate-limit * composite
  • ./.github/workflows/update-snapshots * composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/R-CMD-check.yaml actions
  • ./.github/workflows/check * composite
  • ./.github/workflows/commit * composite
  • ./.github/workflows/custom/after-install * composite
  • ./.github/workflows/custom/before-install * composite
  • ./.github/workflows/git-identity * composite
  • ./.github/workflows/install * composite
  • ./.github/workflows/pkgdown-build * composite
  • ./.github/workflows/pkgdown-deploy * composite
  • ./.github/workflows/rate-limit * composite
  • ./.github/workflows/roxygenize * composite
  • ./.github/workflows/style * composite
  • ./.github/workflows/update-snapshots * composite
  • actions/checkout v3 composite
.github/workflows/check/action.yml actions
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v2 composite
.github/workflows/fledge.yaml actions
  • ./.github/workflows/git-identity * composite
  • ./.github/workflows/install * composite
  • actions/checkout v2 composite
.github/workflows/install/action.yml actions
  • ./.github/workflows/get-extra * composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/lock.yaml actions
  • dessant/lock-threads v2 composite
.github/workflows/pkgdown-deploy/action.yml actions
  • nick-fields/retry v2 composite
.github/workflows/pkgdown.yaml actions
  • ./.github/workflows/custom/after-install * composite
  • ./.github/workflows/custom/before-install * composite
  • ./.github/workflows/git-identity * composite
  • ./.github/workflows/install * composite
  • ./.github/workflows/pkgdown-build * composite
  • ./.github/workflows/pkgdown-deploy * composite
  • ./.github/workflows/rate-limit * composite
  • actions/checkout v3 composite
.github/workflows/pr-commands.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/pr-fetch master composite
  • r-lib/actions/pr-push master composite
  • r-lib/actions/setup-r master composite
.github/workflows/revdep.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v2 composite
.github/workflows/style/action.yml actions
  • actions/cache v3 composite
.github/workflows/update-snapshots/action.yml actions
  • peter-evans/create-pull-request v4 composite
.github/workflows/commit/action.yml actions
.github/workflows/custom/after-install/action.yml actions
.github/workflows/dep-matrix/action.yml actions
.github/workflows/get-extra/action.yml actions
.github/workflows/git-identity/action.yml actions
.github/workflows/pkgdown-build/action.yml actions
.github/workflows/rate-limit/action.yml actions
.github/workflows/roxygenize/action.yml actions
.github/workflows/dep-matrix-suggests/action.yml actions