Skip to content

Instantly share code, notes, and snippets.

View GitHunter0's full-sized avatar

GitHunter0

  • Genei Ryodan
View GitHub Profile
@GitHunter0
GitHunter0 / R_Magician_RStudio.rstheme
Created January 7, 2023 22:29
R Magician custom RStudio theme
/* rs-theme-name: R Magician RStudio Theme by GitHunter0 {rsthemes} */
/* rs-theme-is-dark: TRUE */
/* Based on Solar Flare by Chuck Harmston (https://chuck.harmston.ch) */
/* Installation command: rstudioapi::addTheme("theme_path.rstheme", apply = TRUE, force=TRUE)*/
/* References: https://rstudio.github.io/rstudio-extensions/rstudio-theme-creation.html */
@GitHunter0
GitHunter0 / Gist_test1.R
Last active July 14, 2020 06:01
Gist Test 1
x=2
y=9
print(x^y)