memor

rmarkdown template that supports customizable logo, company info, etc.

https://github.com/hebrewseniorlife/memor

Science Score: 33.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
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    5 of 7 committers (71.4%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary

Keywords

rmarkdown rmarkdown-templates
Last synced: 9 months ago · JSON representation

Repository

rmarkdown template that supports customizable logo, company info, etc.

Basic Info
Statistics
  • Stars: 90
  • Watchers: 5
  • Forks: 8
  • Open Issues: 5
  • Releases: 2
Topics
rmarkdown rmarkdown-templates
Created over 8 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

memor logo

CRAN_version CRAN_download CRAN_download_total DOI

This package is intended for data scientists, statisticians, and allied scientists who use rmarkdown to conduct reproducible research but require flexibility in document formatting. It is based on a pre-existing latex template that we have updated for use in RStudio or equivalent environments. A notable inclusion is a feature allowing the user to save develop a common configuration file, which can be shared among the team within a working environment.

Sample 1

Sample 2

Installation

``` install.packages("memor")

For dev version

devtools::install_github("hebrewseniorlife/memor") ```

Getting Started

Here are the list of options that is available in memor. As with the default rmarkdown template, not all need be specified. At the same time, it can also take all the other options from rmarkdown::pdf_document, such as keep_tex, includes, etc.

toc - Table of Contents
lot - List of Tables
lof - List of Figures

output: memor::pdf_memo: use_profile: false logo: "logo.png" company: name: Your company's name address: Your address phone: 888.888.8888 email: youremail@email.com short_title: short title watermark: (optional) watermark confidential: false libertine: false chinese: false logo_height: 1.2cm watermark_color: gray footer_on_first_page: true toc: false lot: false lof: false number_sections: true latex_engine: xelatex

In the interest of reducing the length of 'yaml' headers and allowing for standardization within teams, we have developed a mechanism that allows one to save one's configuration or "profile" in an isolated file, which can be reused for other reports and shared with colleagues. During the process of rendering, information saved in the profile file will be automatically pulled and used to generate the final document (but information defined in local environment will be used with priority).

To better facilitate this process, we created a RStudio Addin to help you quickly locate the file. This addin does nothing but to open up the ~/memor-profile.yaml file in your home directory (if this file doesn't exist, it will create one). The default setting will ignore this profile. You can enable your profile by setting the use_profile option to true. Furthermore, you can customize the location of the profile file by using the memor_profile option, which can be specified in a .Rprofile. This might be useful on a RStudio Server, where system admin can specify a R profile for everyone. In this way, the entire group will share the same file by default.

RStudio Addin

Acknowledgement

This package was funded in part by a development project from the Biostatistical Design and Analysis Core of the Boston Pepper Center (AG031679-07). We appreciate additional support from the Hebrew SeniorLife Institute for Aging Research.

Owner

  • Name: Hebrew SeniorLife - Marcus Insitute for Aging Research
  • Login: hebrewseniorlife
  • Kind: organization
  • Email: ifar-informatics@hsl.harvard.edu
  • Location: Boston, MA

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 83
  • Total Committers: 7
  • Avg Commits per committer: 11.857
  • Development Distribution Score (DDS): 0.59
Top Committers
Name Email Commits
Hao Zhu h****u@h****u 34
Hao Zhu h****3@g****m 13
tgt2 t****t@h****u 11
timothytsai t****i@b****u 9
Hao Zhu h****u@i****u 7
Mikhail Popov m****v@w****g 6
TimothyTsai T****i@h****u 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 7
  • Total pull requests: 8
  • Average time to close issues: 11 days
  • Average time to close pull requests: 14 days
  • Total issue authors: 5
  • Total pull request authors: 5
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.75
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bearloga (3)
  • timothytsai (1)
  • JKHopf (1)
  • mjfrigaard (1)
  • haozhu233 (1)
Pull Request Authors
  • bearloga (3)
  • haozhu233 (2)
  • darkestfloyd (1)
  • tgt2 (1)
  • balthasars (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 275 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: memor

A 'rmarkdown' Template that Can be Highly Customized

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 275 Last month
Rankings
Stargazers count: 4.2%
Forks count: 8.7%
Average: 22.2%
Dependent repos count: 24.0%
Dependent packages count: 28.8%
Downloads: 45.3%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • knitr * imports
  • rmarkdown * imports
  • utils * imports
  • yaml * imports
  • ggplot2 * suggests
  • kableExtra * suggests