Copyright 2021 Elizabeth Brown. Licensed under the MIT license.
This project includes the shiny app {gitShiny}
, a tool for beginners to learn Git locally for version
control. This was made using {golem}
. Additionally, it includes some other smaller apps showing examples of action buttons, creating a
bottom navigation bar and modularisation.
This app is the first version, further development won't be carried out here.
gitShiny is a tool for beginners to learn how to use Git for version control.
In order to run the app, download the project to a zip folder. In RStudio, set your working directory to "Shiny-App-Project-main". Then run the following:
#install.packages("devtools")
devtools::load_all("gitShiny")
To open the application run the following code in the console:
run_app()
Shiny applications not supported in static R Markdown documents