-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
1,496 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
^landscapetools\.Rproj$ | ||
^\.Rproj\.user$ | ||
^appveyor\.yml$ | ||
^README\.Rmd$ | ||
^\.travis\.yml$ | ||
^CODE_OF_CONDUCT\.md$ | ||
^LICENSE\.md$ | ||
^CONTRIBUTING\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r | ||
|
||
language: R | ||
sudo: false | ||
cache: packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Contributor Code of Conduct | ||
|
||
As contributors and maintainers of this project, we pledge to respect all people who | ||
contribute through reporting issues, posting feature requests, updating documentation, | ||
submitting pull requests or patches, and other activities. | ||
|
||
We are committed to making participation in this project a harassment-free experience for | ||
everyone, regardless of level of experience, gender, gender identity and expression, | ||
sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion. | ||
|
||
Examples of unacceptable behavior by participants include the use of sexual language or | ||
imagery, derogatory comments or personal attacks, trolling, public or private harassment, | ||
insults, or other unprofessional conduct. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, | ||
commits, code, wiki edits, issues, and other contributions that are not aligned to this | ||
Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed | ||
from the project team. | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by | ||
opening an issue or contacting one or more of the project maintainers. | ||
|
||
This Code of Conduct is adapted from the Contributor Covenant | ||
(http://contributor-covenant.org), version 1.0.0, available at | ||
http://contributor-covenant.org/version/1/0/0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
Package: landscapetools | ||
Version: 0.0.0.9000 | ||
Version: 0.1 | ||
Title: What the Package Does (One Line, Title Case) | ||
Description: What the package does (one paragraph). | ||
Authors@R: person("First", "Last", , "[email protected]", c("aut", "cre")) | ||
License: What license it uses | ||
Authors@R: c(person("Marco", "Sciaini", email = "[email protected]", role = c("aut", "cre")), | ||
person("Matthias", "Fritsch", email = "[email protected]", role = c("aut"))) | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
ByteCompile: true | ||
Suggests: | ||
testthat | ||
testthat, | ||
nlmr | ||
URL: https://github.com/marcosci/landscapetools | ||
BugReports: https://github.com/marcosci/landscapetools/issues | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 6.0.1 | ||
Imports: | ||
magrittr, | ||
checkmate, | ||
dplyr, | ||
extrafont, | ||
ggplot2, | ||
purrr, | ||
raster, | ||
rasterVis, | ||
tibble, | ||
tidyr, | ||
viridis |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# Generated by roxygen2: fake comment so roxygen2 overwrites silently. | ||
exportPattern("^[^\\.]") | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export("%>%") | ||
export(theme_nlm) | ||
export(theme_nlm_discrete) | ||
export(theme_nlm_grey) | ||
export(theme_nlm_grey_discrete) | ||
export(util_binarize) | ||
export(util_calc_boundaries) | ||
export(util_classify) | ||
export(util_facetplot) | ||
export(util_import_roboto_condensed) | ||
export(util_merge) | ||
export(util_plot) | ||
export(util_plot_grey) | ||
export(util_raster2tibble) | ||
export(util_rescale) | ||
export(util_tibble2raster) | ||
export(util_w2cp) | ||
importFrom(magrittr,"%>%") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#' landscapetools | ||
#' | ||
#' \emph{landscapetools} is | ||
#' | ||
#' @details ... | ||
#' | ||
|
||
# nocov start | ||
# nolint start | ||
"_PACKAGE" | ||
|
||
globalVariables(c("value", ".")) | ||
|
||
# nolint end | ||
# nocov end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.