diff --git a/.Rbuildignore b/.Rbuildignore index 3dc4e3b..bf84238 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,3 +20,4 @@ ^vignettes/articles$ ^doc$ ^Meta$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..cb4a933 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 1.0.3 +Date: 2022-11-15 20:41:46 UTC +SHA: a3dfc571f7b67b16f9923861de58284827332978 diff --git a/DESCRIPTION b/DESCRIPTION index 2960d3b..27ce2a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,9 +9,9 @@ Authors@R: c(person("Craig", "Simpkins", email = "simpkinscraig063@gmail.com", r person("Jan", "Salecker", role = c("aut"))) Maintainer: Craig Simpkins Description: Predict regional community composition at a fine spatial - resolution using only sparse biological and environmental data. The package - is based on the DynamicFOAM algorithm described - in Mokany et al. (2011) . + resolution using only sparse biological and environmental data. See + Simpkins et al. (2022) for full + details on the algorithm underlyinh the package. License: GPL-3 URL: https://github.com/r-spatialecology/spectre/ BugReports: https://github.com/r-spatialecology/spectre/issues/