rmrwr-book

Reproducible Medical Research with R

https://github.com/higgi13425/rmrwr-book

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Reproducible Medical Research with R

Basic Info
  • Host: GitHub
  • Owner: higgi13425
  • License: cc0-1.0
  • Language: HTML
  • Default Branch: master
  • Size: 269 MB
Statistics
  • Stars: 19
  • Watchers: 1
  • Forks: 14
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Netlify Status

bookdown

This is the Github repository for Reproducible Medical Research with R, a book about working toward more reproducible medical research using R and associated tools, particularly those developed by RStudio.

The book itself can be found here

Goals

Making it easier to share data.
Making it easier to create literate code, and share this code.
Training the next generation of medical researchers to use ROpenSci tools, open research, and to encourage others to evaluate their data and their code to improve it.

Secondary Gains

A repository of Things I have Learned (TILs) that I might want to reference in the future.
A repository of things I want to teach and share with medical research trainees.

Notes on how to publish to bookdown.org

  1. Edit an existing chapter .Rmd file - naming convention is io##-Topic.Rmd
  2. Create a new chapter .Rmd file - naming convention is io##-Topic.Rmd
  3. Knit to check that everything works.
  4. If a new chapter has been added and is ready for public viewing (not just draft form), add it to the list of chapters in order in _bookdown.yml, somwehere in between
  5. index.Rmd and
  6. io98-title_holder.Rmd
  7. Render the book with bookdown::render_book('index.html')
  8. Publish the book with bookdown::publish_book(account = 'pdr_higgins')
  9. Then commit changes and push to github
  10. Within a minute or three, the updated book will appear at https://bookdown.org/pdr_higgins/rmrwr/

More details can be found at https://bookdown.org/yihui/bookdown/rstudio-connect.html and at https://bookdown.org/home/about/

Owner

  • Name: Peter Higgins
  • Login: higgi13425
  • Kind: user
  • Location: Ann Arbor, Michigan
  • Company: University of Michigan

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 1
  • Push event: 16
  • Fork event: 1
Last Year
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 1
  • Push event: 16
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 3
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 2 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rmflight (1)
Pull Request Authors
  • EmilHvitfeldt (2)
  • gadenbuie (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • bookdown * imports
  • learnr * suggests
.github/workflows/bookdown.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • r-lib/actions/setup-r master composite