diff --git a/.gitignore b/.gitignore
index af04397a0..caadaaa7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ src/*.so
 src/*.dll
 ^CRAN-SUBMISSION$
 data-raw/FS-metrics.fca
+CRAN-SUBMISSION
diff --git a/DESCRIPTION b/DESCRIPTION
index c7b9f1147..3ebf18287 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -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/
diff --git a/codemeta.json b/codemeta.json
index 2bdef6001..d97879064 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -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",
@@ -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",
@@ -303,7 +303,7 @@
     },
     "SystemRequirements": null
   },
-  "fileSize": "5728.043KB",
+  "fileSize": "1728.145KB",
   "citation": [
     {
       "@type": "ScholarlyArticle",
diff --git a/cran-comments.md b/cran-comments.md
index 184ea51c8..f4c3c20a7 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -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
 
@@ -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