All Projects → ropenscilabs → Trackmd

ropenscilabs / Trackmd

Tools for tracking changes in Markdown format within RStudio

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Trackmd

Metaflow
🚀 Build and manage real-life data science projects with ease!
Stars: ✭ 5,108 (+5639.33%)
Mutual labels:  productivity, r-package, rstats
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (+338.2%)
Mutual labels:  markdown, rstudio, rstats
Sysreqs
R package to install system requirements
Stars: ✭ 63 (-29.21%)
Mutual labels:  r-package, rstats
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+1168.54%)
Mutual labels:  markdown, rstudio
Gsodr
Global Surface Summary of the Day ('GSOD') Weather Data Client for R
Stars: ✭ 72 (-19.1%)
Mutual labels:  r-package, rstats
Lawn
⛔ ARCHIVED ⛔ turf.js R client
Stars: ✭ 57 (-35.96%)
Mutual labels:  r-package, rstats
Mixomics
Development repository for the Bioconductor package 'mixOmics '
Stars: ✭ 58 (-34.83%)
Mutual labels:  r-package, rstats
Feddata
Functions to Automate Downloading Geospatial Data Available from Several Federated Data Sources
Stars: ✭ 70 (-21.35%)
Mutual labels:  r-package, rstats
Notary
🔏📦 Signing & verification of R packages
Stars: ✭ 48 (-46.07%)
Mutual labels:  r-package, rstats
Qcoder
Lightweight package to do qualitative coding
Stars: ✭ 82 (-7.87%)
Mutual labels:  r-package, rstats
Darkstudio
darkstudio. A dark grey alternative to RStudio's default dark theme.
Stars: ✭ 75 (-15.73%)
Mutual labels:  rstudio, rstats
Spelling
Tools for Spell Checking in R
Stars: ✭ 82 (-7.87%)
Mutual labels:  r-package, rstats
Nodbi
Document DBI connector for R
Stars: ✭ 56 (-37.08%)
Mutual labels:  r-package, rstats
Vcr
Record HTTP calls and replay them
Stars: ✭ 54 (-39.33%)
Mutual labels:  r-package, rstats
Lexisnexistools
📰 Working with newspaper data from 'LexisNexis'
Stars: ✭ 59 (-33.71%)
Mutual labels:  r-package, rstats
Tl
tldr for R!
Stars: ✭ 52 (-41.57%)
Mutual labels:  r-package, rstats
Starter Academic
🎓 Easily create a beautiful academic résumé or educational website using Hugo, GitHub, and Netlify
Stars: ✭ 1,158 (+1201.12%)
Mutual labels:  markdown, rstudio
Git2rdata
An R package for storing and retrieving data.frames in git repositories.
Stars: ✭ 84 (-5.62%)
Mutual labels:  r-package, rstats
Hexagon
◀️⏹▶️ R package for creating hexagon shaped xy data frames.
Stars: ✭ 40 (-55.06%)
Mutual labels:  r-package, rstats
Getlandsat
get landsat 8 images and metadata
Stars: ✭ 47 (-47.19%)
Mutual labels:  r-package, rstats

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

trackmd

RStudio addin for tracking changes in Markdown format. Inspired by Critic Markup.

Created at the RopenSci unconference. Original Issue

Main feature: trackmd::trackChanges()

How to use:

  1. Open up the .Rmd or .md you want to edit.
  2. Run trackmd::trackChanges(file) where file is a character with the path of the file you just opened.
  3. Make some changes in the file.
  4. Save the file.
  5. See your changes in the viewer!
  6. Run servr::daemon_stop(), then click in the .Rmd or .md you edited to see the marked up file with changes.

Future

  • [ ] A little buggy. Fix those.
  • [ ] "Smarter" coloring: word by word instead of character by character?
  • [ ] Addins to turn track changes on and off
  • [ ] Accept / reject changes
  • [ ] Communicate with track changes and comments in .docx files (Ultimate goal of original issue! Collaborate seamlessly with Word users.)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].