Showing 29 of total 29 results (show query)
dreamrs
esquisse:Explore and Visualize Your Data Interactively
A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics. You can quickly visualize your data accordingly to their type, export in various formats, and retrieve the code to reproduce the plot.
Maintained by Victor Perrier. Last updated 1 months ago.
addindata-visualizationggplot2rstudio-addinvisualization
1.8k stars 13.31 score 1.1k scripts 1 dependentsdaattali
colourpicker:A Colour Picker Tool for Shiny and for Selecting Colours in Plots
A colour picker that can be used as an input in 'Shiny' apps or Rmarkdown documents. The colour picker supports alpha opacity, custom colour palettes, and many more options. A Plot Colour Helper tool is available as an 'RStudio' Addin, which helps you pick colours to use in your plots. A more generic Colour Picker 'RStudio' Addin is also provided to let you select colours to use in your R code.
Maintained by Dean Attali. Last updated 8 months ago.
222 stars 11.76 score 936 scripts 120 dependentsmichelnivard
gptstudio:Use Large Language Models Directly in your Development Environment
Large language models are readily accessible via API. This package lowers the barrier to use the API inside of your development environment. For more on the API, see <https://platform.openai.com/docs/introduction>.
Maintained by James Wade. Last updated 6 days ago.
chatgptgpt-3rstudiorstudio-addin
930 stars 10.85 score 43 scripts 1 dependentsjcrodriguez1989
chatgpt:Interface to 'ChatGPT' from R
'OpenAI's 'ChatGPT' <https://chat.openai.com/> coding assistant for 'RStudio'. A set of functions and 'RStudio' addins that aim to help the R developer in tedious coding tasks.
Maintained by Juan Cruz Rodriguez. Last updated 4 months ago.
assistantchatgptgpt-3gpt-4hacktoberfestllmnlpopenairstatsesrstudiorstudio-addin
321 stars 6.81 score 50 scriptsjameshwade
gpttools:Extensions and Tools for gptstudio
gpttools is an R package that provides extensions to gptstudio to provide devtools-like functionality using the latest natural language processing (NLP) models. It is designed to make package development easier by providing a range of tools and functions that can be used to improve the quality of your package's documentation, testing, and maybe even functionality.
Maintained by James Wade. Last updated 7 months ago.
chatgptnlpopenaipackage-developmentrstudio-addin
296 stars 6.76 score 14 scriptsdaranzolin
ViewPipeSteps:Create View Tabs of Pipe Chains
Debugging pipe chains often consists of viewing the output after each step. This package adds RStudio addins and two functions that allow outputing each or select steps in a convenient way.
Maintained by David Ranzolin. Last updated 3 years ago.
246 stars 5.49 score 25 scriptss-fleck
testthis:Utils and 'RStudio' Addins to Make Testing Even More Fun
Utility functions and 'RStudio' addins for writing, running and organizing automated tests. Integrates tightly with the packages 'testthat', 'devtools' and 'usethis'. Hotkeys can be assigned to the 'RStudio' addins for running tests in a single file or to switch between a source file and the associated test file. In addition, testthis provides function to manage and run tests in subdirectories of the test/testthat directory.
Maintained by Stefan Fleck. Last updated 3 years ago.
rstudiorstudio-addinrstudio-addinstestingtestthat
33 stars 5.12 score 20 scriptsmlysy
rdoxygen:Create Doxygen Documentation for Source Code
Create 'doxygen' documentation for source code in R packages, and optionally make it accessible as an R vignette. Includes a 'RStudio' Addin to easily trigger the doxygenize process.
Maintained by Clemens Schmid. Last updated 6 years ago.
17 stars 4.93 score 6 scriptsgadenbuie
lorem:Generate Lorem Ipsum Text
Quickly generate lorem ipsum placeholder text. Easy to integrate in 'R Markdown' documents and 'Shiny' apps. Includes an 'RStudio' addin to insert lorem ipsum into the current document.
Maintained by Garrick Aden-Buie. Last updated 2 years ago.
lorem-ipsumlorem-ipsum-generatorr-pkgrstudiorstudio-addin
32 stars 4.88 score 47 scriptsnetique
buildr:Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that builds the output file in a specified way. 'buildr' can help you organize, modify and comfortably run those scripts. The package provides a set of functions that interactively guides you through the process and that are available as 'RStudio' Addin, meaning you can set up the keyboard shortcuts, enabling you to choose and run the desired build script with one keystroke anywhere anytime.
Maintained by Jan Netik. Last updated 12 months ago.
addinbuildrkeyboard-shortcutrstudio-addin
15 stars 4.88 score 8 scriptsgadenbuie
shrtcts:Make Anything an RStudio Shortcut
An easily customizable method for creating RStudio addins from arbitrary R code. Use your own functions or call functions from other packages. Your shortcuts are stored in a YAML file in your home directory.
Maintained by Garrick Aden-Buie. Last updated 2 months ago.
addins-menukeyboard-shortcutsrstudiorstudio-addinrstudio-shortcutshortcuts
118 stars 4.77 score 3 scriptsschochastics
snahelper:'RStudio' Addin for Network Analysis and Visualization
'RStudio' addin which provides a GUI to visualize and analyse networks. After finishing a session, the code to produce the plot is inserted in the current script. Alternatively, the function SNAhelperGadget() can be used directly from the console. Additional addins include the Netreader() for reading network files, Netbuilder() to create small networks via point and click, and the Componentlayouter() to layout networks with many components manually.
Maintained by David Schoch. Last updated 4 months ago.
90 stars 4.65 score 9 scriptsxtreamsrl
tsviz:Easy and Interactive Time Series Visualization
An 'RStudio' add-in to visualize time series. Time series are searched in the global environment as data.frame objects with a column of type date and a column of type numeric. Interactive charts are produced using 'plotly' package.
Maintained by Emanuele Fabbiani. Last updated 4 years ago.
45 stars 4.65 score 9 scriptsrhoinc
CRANsearcher:RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualization to Bayesian inference and from spatial analyses to pharmacokinetics (<https://cran.r-project.org/web/views/>). There is probably not an area of quantitative research that isn't represented by at least one R package. At the time of this writing, there are more than 10,000 active CRAN packages. Because of this massive ecosystem, it is important to have tools to search and learn about packages related to your personal R needs. For this reason, we developed an RStudio addin capable of searching available CRAN packages directly within RStudio.
Maintained by Agustin Calatroni. Last updated 8 years ago.
34 stars 4.23 score 2 scriptsgadenbuie
regexplain:Rstudio Addin to Explain, Test and Build Regular Expressions
A set of RStudio Addins to help interactively test and build regular expressions. Provides a Shiny gadget interface for interactively constructing the regular expression and viewing the results from common string-searching functions. The gadget interface includes a helpful regex syntax reference sheet and a library of common patterns.
Maintained by Garrick Aden-Buie. Last updated 4 years ago.
gadgetregexregex-expressionregular-expressionrstudio-addinshinystringr
486 stars 4.07 score 12 scriptscrew102
hippie:Hippie Code Completion in 'RStudio'
An 'RStudio' Addin for Hippie Expand (AKA Hippie Code Completion or Cyclic Expand Word). This type of completion searches for matching tokens within the user's current source editor file, regardless of file type. By searching only within the current source file, 'hippie' offers a fast way to identify and insert completions that appear around the user's cursor.
Maintained by Christopher Baker. Last updated 7 months ago.
autocompletioncodecompletioncompletionsproductivityrstudio-addinshortcuts
20 stars 4.00 score 3 scriptsstla
pasteAsComment:'RStudio' Addin to Paste the Clipboard as a Comment Block or a 'roxygen' Block
Provides a 'RStudio' addin allowing to paste the content of the clipboard as a comment block or as 'roxygen' lines. This is very useful to insert an example in the 'roxygen' block.
Maintained by Stéphane Laurent. Last updated 2 years ago.
9 stars 3.65 scorematt-dray
quartostamp:RStudio Addin to Insert Quarto Helpers
An RStudio Addin to insert ('stamp') pre-written classes and divs into your Quarto documents.
Maintained by Matt Dray. Last updated 2 years ago.
hacktoberfestquartorstudio-addin
59 stars 3.47 scorestla
cppcheckR:Check 'C' and 'C++' Files using 'Cppcheck'
Allow to run 'Cppcheck' (<https://cppcheck.sourceforge.io/>) on 'C' and 'C++' files with a 'R' command or a 'RStudio' addin. The report appears in the 'RStudio' viewer pane as a formatted 'HTML' file. It is also possible to get this report with a 'shiny' application. 'Cppcheck' can spot many error types and it can also give some recommendations on the code.
Maintained by Stéphane Laurent. Last updated 3 years ago.
cppcheckhtmlwidgetsrstudio-addin
4 stars 3.30 score 4 scriptsnotplancha
settingsSync:'Rstudio' Addin to Sync Settings and Keymaps
Provides a 'Rstudio' addin to download, merge and upload 'Rstudio' settings and keymaps, essentially 'syncing them' at will. It uses 'Google Drive' as a cloud storage to keep the settings and keymaps files.
Maintained by André Plancha. Last updated 10 months ago.
google-driverstudiorstudio-addin
2 stars 3.30 scorematt-dray
snorkel:RStudio Addin To Help Format 'roxygen2'
Insert, or replace text with, formatting code for 'roxygen2' function documentation in a package, like making text bold, inserting a URL, or linking to functions in other packages.
Maintained by Matt Dray. Last updated 3 years ago.
32 stars 3.20 scorematt-dray
blogsnip:Misc RStudio Addins to Help R Markdown
Assorted RStudio addins for personal use that insert code snippets to help me write R Markdown documents, particularly {blogdown} posts.
Maintained by Matt Dray. Last updated 3 years ago.
3 stars 3.18 scoregadenbuie
ermoji:RStudio Addin to Search and Copy Emoji
RStudio addin to search through emoji and copy the emoji name, unicode string or glyph to the clipboard.
Maintained by Garrick Aden-Buie. Last updated 4 years ago.
emojiemoji-pickeremoji-unicoderstudiorstudio-addin
26 stars 3.11 score 1 scriptsvgherard
scribblr:A Notepad Inside RStudio
A project aware notepad inside RStudio, for taking quick project-related notes without distractions. RStudio addin.
Maintained by Valerio Gherardi. Last updated 1 years ago.
productivityrstudiorstudio-addin
19 stars 2.98 score 1 scriptsstla
jsonNormalize:Normalization of 'JSON' Strings
Provides a function allowing to normalize a 'JSON' string, for example by adding double quotes around the keys when they are missing. Also provides 'RStudio' addins for the same purpose.
Maintained by Stéphane Laurent. Last updated 2 years ago.
1 stars 2.70 score 4 scriptsstla
JSconsole:A 'RStudio' Addin to Send 'JavaScript' Code to the 'V8' Console
Provides a 'RStudio' addin to send some 'JavaScript' code to the 'V8' console. The user can send an entire 'JavaScript' file or only some selected lines. This is useful to test the code.
Maintained by Stéphane Laurent. Last updated 4 years ago.
1 stars 2.70 scoreerictleung
pyblack:Style Python code blocks with black
RStudio addin to help format and style Python code in RMarkdown and Quarto documents with the Python code formatter, black.
Maintained by Eric Leung. Last updated 10 months ago.
blackformattingpythonrstudiorstudio-addin
8 stars 2.60 scoreerictleung
unnestIfElse:Tidy up nested ifelse statements
Convert nested `ifelse()` statements to `case_when()`
Maintained by Eric Leung. Last updated 5 years ago.
case-whendplyrifelserstudiorstudio-addin
7 stars 2.54 scorematt-dray
backtick:Insert Backticks And Backtick Structures
Insert into an R script a backtick; surround text with backticks; or surround text with backticks to demarcate inline or chunked R code in an R Markdown document. Intended for use as an RStudio Addin.
Maintained by Matt Dray. Last updated 3 years ago.
1 stars 1.70 score