memor
rmarkdown template that supports customizable logo, company info, etc.
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
Repository
rmarkdown template that supports customizable logo, company info, etc.
Basic Info
- Host: GitHub
- Owner: hebrewseniorlife
- Language: TeX
- Default Branch: master
- Homepage: https://hebrewseniorlife.github.io/memor/
- Size: 1.78 MB
Statistics
- Stars: 90
- Watchers: 5
- Forks: 8
- Open Issues: 5
- Releases: 2
Topics
Metadata Files
README.md
memor 
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.
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.

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
- Website: https://www.instituteforagingresearch.org/
- Repositories: 9
- Profile: https://github.com/hebrewseniorlife
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 | 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
- Homepage: https://github.com/hebrewseniorlife/memor
- Documentation: http://cran.r-project.org/web/packages/memor/memor.pdf
- License: GPL-3
-
Latest release: 0.2.3
published over 5 years ago
Rankings
Maintainers (1)
Dependencies
- knitr * imports
- rmarkdown * imports
- utils * imports
- yaml * imports
- ggplot2 * suggests
- kableExtra * suggests