Documentation for the Idaho PopR website
View The Book »
Report A Bug
·
Request A Feature
To get a local copy up and running follow these simple steps.
The following must be installed to contribute to the user manual:
install.packages("bookdown")
- Clone the repo
- RStudio:
- File -> New Project or Create Project button
- Select Version Control
- Select Git
- Repository URL: https://github.com/ericnewkirk/IDFG_user_manual.git
- Click Create Project
- GitHub Desktop Client
- File -> Clone Repository
- URL tab
- URL: https://github.com/ericnewkirk/IDFG_user_manual.git
- Click Clone
- Git via command prompt
- RStudio:
git clone https://github.com/ericnewkirk/IDFG_user_manual.git
- Open the .rproj file inside the repo using RStudio
See the open issues for a list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
-
Clone the repository
-
Create a new branch off Develop
-
Switch to the new branch using RStudio, GitHub Desktop, or command prompt
-
Commit your changes
-
Push your commits to GitHub
-
Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Eric Newkirk - eric.newkirk@speedgoat.io
Project Link: IDFG User Manual