Skip to content

Commit

Permalink
Merge pull request #306 from r-spatialecology/main
Browse files Browse the repository at this point in the history
Resubmission v2.0.0
  • Loading branch information
mhesselbarth authored Oct 3, 2023
2 parents d0e6f59 + afd3600 commit 4c55acc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ src/*.so
src/*.dll
^CRAN-SUBMISSION$
data-raw/FS-metrics.fca
CRAN-SUBMISSION
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Description: Calculates landscape metrics for categorical landscape patterns in
a tidy workflow. 'landscapemetrics' reimplements the most common metrics from
'FRAGSTATS' (<https://www.fragstats.org/>) and new ones from the current
literature on landscape metrics. This package supports 'terra' SpatRaster objects
as input arguments. It further provides utility functionn to visualize patches,
as input arguments. It further provides utility functions to visualize patches,
select metrics and building blocks to develop new metrics.
License: GPL-3
URL: https://r-spatialecology.github.io/landscapemetrics/
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "landscapemetrics",
"description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (<https://www.umass.edu/landeco/>) and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functionn to visualize patches, select metrics and building blocks to develop new metrics.",
"description": "Calculates landscape metrics for categorical landscape patterns in a tidy workflow. 'landscapemetrics' reimplements the most common metrics from 'FRAGSTATS' (<https://www.fragstats.org/>) and new ones from the current literature on landscape metrics. This package supports 'terra' SpatRaster objects as input arguments. It further provides utility functions to visualize patches, select metrics and building blocks to develop new metrics.",
"name": "landscapemetrics: Landscape Metrics for Categorical Map Patterns",
"codeRepository": "https://r-spatialecology.github.io/landscapemetrics/",
"issueTracker": "https://github.com/r-spatialecology/landscapemetrics/issues",
Expand All @@ -13,7 +13,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.0 (2023-04-21)",
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -303,7 +303,7 @@
},
"SystemRequirements": null
},
"fileSize": "5728.043KB",
"fileSize": "1728.145KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
22 changes: 7 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# landscapemetrics 2.0.0 - resubmission
This is a re-submission. The below error has now been fixed.

Possibly misspelled words in DESCRIPTION: functionn (44:53)

# landscapemetrics 2.0.0
Major update removing dependency to raster and sp package

Expand Down Expand Up @@ -117,18 +122,5 @@ with a suitable tolerance.

* The software we compare our results to (FRAGSTATS) has only a precision of 4 digits itself. We discussed using relative differences but decided that we do not want to show that our results are equal to the FRAGSTATS results within a tolerance, but rather that our results would be exactly the same assuming the same precision. Therefore we decided to round our results for the tests.


## Test environments
* Windows 10, R 3.5.2
* ubuntu 18.04, R 3.5.2
* macOS Mojave, R 3.5.2
* Windows 10, R (unstable) (2019-01-18 r75994)
* win-builder (release and devel)

## R CMD check results

0 errors | 0 warnings | 0 note

## Reverse dependencies

There are currently no reverse dependencies.
## Update Version: 0.1.0
First submission to CRAN

0 comments on commit 4c55acc

Please sign in to comment.