From 9bfccf93727e9d2822a8d394d943a12d401ec5ec Mon Sep 17 00:00:00 2001 From: Insang Song Date: Thu, 20 Jun 2024 11:35:02 -0400 Subject: [PATCH] DESCRIPTION + _pkgdown.yml fix --- DESCRIPTION | 6 +++++- _pkgdown.yml | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0c3d4e9..fa33c54 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,4 +1,4 @@ -Package: speedmat +Package: speed Type: Package Title: Spatially Enhanced and Entropy-Derived Contiguity Matrix (SpEED) Version: 0.3.0 @@ -11,3 +11,7 @@ LazyData: true RoxygenNote: 7.3.1 LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp, sf, dplyr, nngeo, spdep, testthat (>= 3.0.0), covr, ggplot2, withr, pkgdown +Config/Needs/website: tidyverse/tidytemplate +Config/testhat/edition: 3 +URL: https://github.com/sigmafelix/speed, +https://sigmafelix.github.io/speed/ \ No newline at end of file diff --git a/_pkgdown.yml b/_pkgdown.yml index a7a6248..7af5ed5 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -24,4 +24,5 @@ references: - subtitle: Helpers - contents: - - \ No newline at end of file + - scale_minmax + - plot_dists \ No newline at end of file