All Projects → hrbrmstr → hrbraddins

hrbrmstr / hrbraddins

Licence: other
Additional Addins for RStudio

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to hrbraddins

big-data-upf
RECSM-UPF Summer School: Social Media and Big Data Research
Stars: ✭ 21 (-66.13%)
Mutual labels:  rstudio
uiucthemes
RMarkdown Templates for UIUC Theme-Oriented Documents
Stars: ✭ 45 (-27.42%)
Mutual labels:  rstudio
tidyweek
Repo dedicated to #tidyweek & Mentorship pilot
Stars: ✭ 25 (-59.68%)
Mutual labels:  rstudio
compareWith
RStudio Addins for Enhanced Diff and Merge
Stars: ✭ 52 (-16.13%)
Mutual labels:  rstudio
youngmetro
R Markdown Beamer Theme Based on sthlm, HSRM, and Metropolis themes
Stars: ✭ 14 (-77.42%)
Mutual labels:  rstudio
gm
R Package for Music Score and Audio Generation
Stars: ✭ 116 (+87.1%)
Mutual labels:  rstudio
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+11014.52%)
Mutual labels:  rstudio
rmdTemplates
Rmarkdown templates for reproducible science
Stars: ✭ 112 (+80.65%)
Mutual labels:  rstudio
caseconverter
RStudio Addin to convert selected text to lower, upper, snake, and camel cases.
Stars: ✭ 20 (-67.74%)
Mutual labels:  rstudio
Hr
Easy Access to Uppercase H
Stars: ✭ 56 (-9.68%)
Mutual labels:  rstudio
viewtweets
🙈🐵 View tweets (timelines, favorites, searches) in Rstudio 🐵🙈
Stars: ✭ 21 (-66.13%)
Mutual labels:  rstudio
seamonster
Solutions engineering assets for demonstration
Stars: ✭ 19 (-69.35%)
Mutual labels:  rstudio
COVIDstats
COVID-19 Statistical Analysis Simulator App using R deployed on shinyapps.io a John Hopkins University COVID count clone and simulator
Stars: ✭ 13 (-79.03%)
Mutual labels:  rstudio
raspberrypi-rstudio
RStudio for Raspberry Pi - Docker Build and Runtime Environment
Stars: ✭ 57 (-8.06%)
Mutual labels:  rstudio
VOSONDash
R Shiny application for interactive analysis of networks created by vosonSML.
Stars: ✭ 44 (-29.03%)
Mutual labels:  rstudio
xaringan-basics-and-beyond
Sharing Your Work with xaringan: Workshop created for the NHS-R Community 2020 Virtual Conference.
Stars: ✭ 43 (-30.65%)
Mutual labels:  rstudio
armcompanion
Companion materials for the rstudio::conf 2019 Advanced R Markdown workshop
Stars: ✭ 15 (-75.81%)
Mutual labels:  rstudio
taller SparkR
Taller SparkR para las Jornadas de Usuarios de R
Stars: ✭ 12 (-80.65%)
Mutual labels:  rstudio
ARM-RStudio
Compile RStudio for ARM Ubuntu 14.04 on Samsung Chromebook
Stars: ✭ 51 (-17.74%)
Mutual labels:  rstudio
testthis
Make testing even more fun with RStudio addins and more
Stars: ✭ 31 (-50%)
Mutual labels:  rstudio

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Signed by Signed commit % Linux build Status Coverage Status Minimal R Version License

hrbraddins

Moar Addins for RStudio

Description

Experiments, mostly. Please take the code and use it! This package will NEVER see CRAN. I don’t even need credit. If you find something useful and are willing to round out the corners, it’s all yours.

What’s in the tin?

The following functions are implemented:

  • bare_combine: Turn a selection of comma-separated bare strings into a base::combine statement
  • bare_space_combine: Turn a selection of space-separated bare strings into a base::combine statement
  • check_package_urls: Check package URLs
  • cleanAndGo: Clean the environment and run the active script
  • enslave: Run a selection as an RStudio background job
  • join_rows: Join cr/lf-separated selected rows of text into a single space-separated row
  • rantAddin: Make it easier to annoy followers and reinforce one’s entitlement.
  • refresh_renviron: Refreshes in-memory environment variables (if it exists)
  • run_tiny_test: Run tinytest on a package
  • tweet_share: Share the active RStudio source tab on Twitter
  • zapGremlins: Find R source files with non-ASCII characters

Installation

install.packages("hrbraddins", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/hrbraddins.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/hrbraddins")
# or
remotes::install_gitlab("hrbrmstr/hrbraddins")
# or
remotes::install_bitbucket("hrbrmstr/hrbraddins")
# or
remotes::install_github("hrbrmstr/hrbraddins")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

hrbraddins Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 15 0.94 212 0.98 97 0.87 95 0.8
Rmd 1 0.06 5 0.02 15 0.13 24 0.2

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

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].