Package: DescToolsAddIns Type: Package Title: Interactive Functions to be Used as Shortcuts in 'RStudio' Version: 1.13 Date: 2026-03-20 Authors@R: person(given = "Andri", family = "Signorell", role = c("aut", "cre"), email = "andri@signorell.net", comment = c(ORCID = "0000-0003-4311-1969")) Description: 'RStudio' as of recently offers the option to define addins and assign shortcuts to them. This package contains addins for a few most frequently used functions in a data scientist's (at least mine) daily work (like str(), example(), plot(), head(), view(), Desc()). Most of these functions will use the current selection in the editor window and send the specific command to the console while instantly executing it. Assigning shortcuts to these addins will save you quite a few keystrokes. Depends: base, stats, R (>= 3.5.0) Imports: DescTools (>= 0.99.30), rstudioapi (>= 0.1), manipulate, writexl, foreign, tools URL: https://github.com/AndriSignorell/DescToolsAddIns/ BugReports: https://github.com/AndriSignorell/DescToolsAddIns/issues License: GPL (>= 2) LazyLoad: yes Config/pak/sysreqs: cmake make libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://andrisignorell.r-universe.dev Date/Publication: 2026-03-20 20:53:15 UTC RemoteUrl: https://github.com/andrisignorell/desctoolsaddins RemoteRef: HEAD RemoteSha: 3763e6d2a0021f8909b689904e046f3b573189af NeedsCompilation: no Packaged: 2026-06-18 07:40:29 UTC; root Author: Andri Signorell [aut, cre] (ORCID: ) Maintainer: Andri Signorell