Skip to content

Commit

Permalink
include community guidelines
Browse files Browse the repository at this point in the history
rearranged readme and included CONTRIBUTING.md

resolves #28
  • Loading branch information
marcosci committed Mar 6, 2018
1 parent 0fe8478 commit d088e6e
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 44 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CONTRIBUTING #

### Please contribute!

We love collaboration.

### Bugs?

* Submit an issue on the Issues page [here](https://github.com/marcosci/NLMR/issues)

### Code contributions

* Fork this repo to your Github account
* Clone your version on your account down to your machine from your account, e.g,. `git clone https://github.com/<yourgithubusername>/NLMR.git`
* Make sure to track progress upstream (i.e., on our version of `scrubr` at `ropensci/scrubr`) by doing `git remote add upstream https://github.com/ropensci/NLMR.git`. Before making changes make sure to pull changes in from upstream by doing either `git fetch upstream` then merge later or `git pull upstream` to fetch and merge in one step
* Make your changes (bonus points for making changes on a new branch)
* If you alter package functionality at all (e.g., the code itself, not just documentation)
please do write some tests to cover the new functionality.
* Push up to your account
* Submit a pull request to home base at `ropensci/NLMR`

### Questions? Get in touch: [[email protected]](mailto:[email protected])

### Thanks for contributing!
24 changes: 9 additions & 15 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,15 @@ raster::as.matrix(nlm_raster) %>%
```



## Citation

```{r, echo = FALSE, result = "asis", comment = ""}
citation("NLMR")
```

Additionally, we keep a [record of publications](https://marcosci.github.io/NLMR/articles/publication_record.html/) that use`NLMR`.
Hence, if you used `NLMR` please [file an issue on GitHub](https://github.com/marcosci/NLMR/issues/new/) so we can add it to the list.

## Contributor Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

## Meta

* Please [report any issues or bugs](https://github.com/marcosci/NLMR/issues/new/).
* License: GPL3
* Get citation information for `NLMR` in R doing `citation(package = 'NLMR')`
* Additionally, we keep a [record of publications](https://marcosci.github.io/NLMR/articles/publication_record.html/) that use`NLMR`. Hence, if you used `NLMR` please [file an issue on GitHub](https://github.com/marcosci/NLMR/issues/new/) so we can add it to the list.
* We are very open to contributions - if you are interested check [Contributor Code of Conduct](CONTRIBUTING.md).
* Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

## Dependencies

`NLMR` imports many great packages that it depends on. Many thanks to the developers of these tools:
Expand Down
42 changes: 13 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,35 +73,19 @@ raster::as.matrix(nlm_raster) %>%

| patchID| n.cell| n.core.cell| n.edges.perimeter| n.edges.internal| area| core.area| perimeter| perim.area.ratio| shape.index| frac.dim.index| core.area.index|
|--------:|-------:|------------:|------------------:|-----------------:|-----:|----------:|----------:|-----------------:|------------:|---------------:|----------------:|
| 0| 1249| 569| 772| 4224| 1249| 569| 772| 0.6180945| 5.436620| 1.476190| 0.4555645|
| 1| 625| 165| 644| 1856| 625| 165| 644| 1.0304000| 6.440000| 1.578627| 0.2640000|
| 2| 626| 224| 552| 1952| 626| 224| 552| 0.8817891| 5.411765| 1.530357| 0.3578275|

Citation
--------


To cite NLMR in publications use:

Marco Sciaini, Matthias Fritsch, Craig E. Simpkins (2018).
{NLMR}: Simulating neutral landscape models. R package version
0.2.0. URL https://CRAN.R-project.org/package=NLMR

A BibTeX entry for LaTeX users is

@Misc{,
title = {{NLMR}: Simulating neutral landscape models.},
author = {Marco Sciaini and Matthias Fritsch and Craig E. Simpkins},
note = {R package version 0.2.1},
url = {https://CRAN.R-project.org/package=NLMR},
}

Additionally, we keep a [record of publications](https://marcosci.github.io/NLMR/articles/publication_record.html/) that use`NLMR`. Hence, if you used `NLMR` please [file an issue on GitHub](https://github.com/marcosci/NLMR/issues/new/) so we can add it to the list.

Contributor Code of Conduct
---------------------------

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
| 0| 1236| 519| 808| 4136| 1236| 519| 808| 0.6537217| 5.690141| 1.491163| 0.4199029|
| 1| 634| 224| 518| 2018| 634| 224| 518| 0.8170347| 5.078431| 1.507639| 0.3533123|
| 2| 630| 164| 614| 1906| 630| 164| 614| 0.9746032| 6.019608| 1.561874| 0.2603175|

Meta
----

- Please [report any issues or bugs](https://github.com/marcosci/NLMR/issues/new/).
- License: GPL3
- Get citation information for `NLMR` in R doing `citation(package = 'NLMR')`
- Additionally, we keep a [record of publications](https://marcosci.github.io/NLMR/articles/publication_record.html/) that use`NLMR`. Hence, if you used `NLMR` please [file an issue on GitHub](https://github.com/marcosci/NLMR/issues/new/) so we can add it to the list.
- We are very open to contributions - if you are interested check [Contributor Code of Conduct](CONTRIBUTING.md).
- Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

Dependencies
------------
Expand Down
Binary file modified vignettes/README-unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/README-unnamed-chunk-4-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d088e6e

Please sign in to comment.