Package: remedy Title: 'RStudio' Addins to Simplify 'Markdown' Writing Version: 0.1.1 Authors@R: c(person("Colin", "Fay", email = "contact@colinfay.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7343-1846")), person("Jonathan", "Sidi", email = "yonicd@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-4222-1819")), person("Luke", "Smith", email = "luke@protocolvital.info", role = c("aut"), comment = "author of seasmith/AlignAssign"), person("Jonathan", "Carroll", email = "rpkg@jcarroll.com.au", role = c("ctb"), comment = c(ORCID = "0000-0002-1404-5264")), person("Andrzej", "Oleś", email = "andrzej.oles@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0003-0285-2787")), person("Daniel", "Possenriede", email = "possenriede@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-6738-9845")), person(given = "ThinkR", role = "cph")) Description: An 'RStudio' addin providing shortcuts for writing in 'Markdown'. This package provides a series of functions that allow the user to be more efficient when using 'Markdown'. For example, you can select a word, and put it in bold or in italics, or change the alignment of elements inside you Rmd. The idea is to map all the functionalities from 'remedy' on keyboard shortcuts, so that it provides an interface close to what you can find in any other text editor. License: MIT + file LICENSE URL: https://github.com/ThinkR-open/remedy BugReports: https://github.com/ThinkR-open/remedy/issues Imports: knitr, rstudioapi, rematch2, utils, stats Suggests: testthat, rmarkdown Encoding: UTF-8 Language: en-US RoxygenNote: 7.1.0 VignetteBuilder: knitr Repository: https://thinkr-open.r-universe.dev Date/Publication: 2020-08-19 09:25:57 UTC RemoteUrl: https://github.com/ThinkR-open/remedy RemoteRef: HEAD RemoteSha: eb8fbdd606d9b106c1aed6b5d30908b8c8ae7e4f NeedsCompilation: no Packaged: 2026-06-14 10:55:32 UTC; root Author: Colin Fay [aut, cre] (ORCID: ), Jonathan Sidi [aut] (ORCID: ), Luke Smith [aut] (author of seasmith/AlignAssign), Jonathan Carroll [ctb] (ORCID: ), Andrzej Oleś [ctb] (ORCID: ), Daniel Possenriede [ctb] (ORCID: ), ThinkR [cph] Maintainer: Colin Fay