Skip to content

code for constructing and examining diversity curves

Notifications You must be signed in to change notification settings

KatharinaGerstner/mobr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measurement of Biodiversity in R (mobr)

This reposititory hosts an R package that is being developed for estimating biodiversity and the components of its change.

How to contribute to this project

  1. Fork the repo to your local GitHub account

  2. Clone your forked version of the repo to your machine

git clone git@github.com:your_user_name/mobr.git

  1. Link your local repo back to the master on MoBiodiv

git remote add upstream git@github.com:MoBiodiv/mobr.git

  1. Create a branch for your changes

git branch new_function

  1. Checkout your branch

git checkout new_function

  1. Make your commits on that branch and when you are done push it to your forked copy of the repo

git push origin new_function

  1. Submit a pull request on the GitHub website by going to your forked copy of the repo and clicking on the pull request button

  2. After your changes are merged with master you'll want to merge that update to master with your copies as well.

git pull upstream master
git push origin master
# delete your branch as its no longer needed
git branch -d new_function

Before your start work on the project in the future you'll want to repeat step 8 so that your version of the repo does not become out-of-sync with the main repository.

About

code for constructing and examining diversity curves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%