-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from r-spatialecology/main
v1.5.2
- Loading branch information
Showing
18 changed files
with
139 additions
and
115 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,23 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: r-lib/actions/setup-r@v1 | ||
- uses: r-lib/actions/setup-pandoc@v1 | ||
|
||
- name: Setup R | ||
uses: r-lib/actions/setup-r@master | ||
with: | ||
crayon.enabled: 'FALSE' | ||
|
||
- name: Install rmarkdown, remotes, and the local package | ||
run: | | ||
install.packages("remotes") | ||
remotes::install_local(".") | ||
remotes::install_cran("rmarkdown") | ||
remotes::install_cran("landscapetools") | ||
shell: Rscript {0} | ||
|
||
- name: Render README | ||
run: Rscript -e 'rmarkdown::render("README.Rmd")' | ||
|
||
- name: Commit results | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Before making any changes, make sure to pull changes in from upstream by either | |
4. Make your changes (bonus points for making changes on a new branch) | ||
5. 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. | ||
6. Push changes to your account | ||
7. Submit a pull request to the master branch at `r-spatialecology/landscapemetrics` | ||
7. Submit a pull request to the main branch at `r-spatialecology/landscapemetrics` | ||
|
||
### Questions? Get in touch: [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]) | ||
|
||
|
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,7 +1,7 @@ | ||
Type: Package | ||
Package: landscapemetrics | ||
Title: Landscape Metrics for Categorical Map Patterns | ||
Version: 1.5.1 | ||
Version: 1.5.2 | ||
Authors@R: c(person("Maximillian H.K.", "Hesselbarth", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
|
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.