.gitignore dev add annotation Apr 26, 2024 DESCRIPTION added save ggplot multi module Jan 30, 2025 LICENSE update LICENSE Oct 11, 2018 NAMESPACE import %||% from rlang Jan 30, 2025 NEWS.md fixed specific color module Sep 18, 2024 ...
Clone an existing GitHub project to new RStudio project In RStudio, clickNew projectas normal. ClickVersion Control. InClone Git Repository, enter the GitHub repository URL as per below. Change the project directory name if necessary. In RStudio, again clickTools -> Shell … .Enter: git con...
Either you start up a terminal/shell/command prompt and navigate to where you would like to put the folder (a subfolder will automatically be created) and run the command git clone https://github.com/pgmj/RstudioQuartoIntro.git, or you can use a graphical user interface for git. I ...
This presentation got quite technical and a bit too advanced for me so I’ll refrain from doing a bad explanation on it here. However, it was still educational as developing my own {ggplot2} extension (creating actual new geoms/stats rather than just using existing {ggplot2} code) is some...
Note that usethis::create_from_github() works best when it can find a GitHub personal access token and usethis (git2r, really) is configured correctly for your preferred transport protocol (SSH vs HTTPS). Setup advice. Otherwise, use your favorite method to fork and clone or download the...
ggplot2 git glance glassfish glpk gnu-trove go.db gocql golang-net google-ngrams google_apputils googletest grafana gremlin-console-js gridExtra griddle gridmap grizzly gromacs grpc gsl gson gtable guava gvp h2o-py hash headers_workaround heapdict helm hexbin hgu95av2.db hgu95av2 hgu95av...
Optional: if you're familiar with git, you can instead clone this repository by opening a terminal and entering git clone git@github.com:dlab-berkeley/R-Fundamentals.git. Run the Code Now that you have all the required software and materials, you need to run the code: Launch the RStudio...