From cf40cddfc058dffa83bdf0d8bb0d5858be766403 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Fri, 19 Jun 2026 00:00:01 +0800 Subject: [PATCH 1/4] first stable release --- CRAN-SUBMISSION | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 75bbd94..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.1 -Date: 2026-05-11 12:16:10 UTC -SHA: 6c1e75f6e2bab1733bfb345cbd8feb6e942b0516 From 55a5634da939b923c9a31a7b777a50a756b4433a Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Fri, 19 Jun 2026 00:00:01 +0800 Subject: [PATCH 2/4] first stable release --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 33ebd9b..dc06385 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,3 @@ # coupling 0.1 -* Initial CRAN submission. +* First stable release (#13). From 4bc388c4efa5b71985427a1ec354f96616ed65c6 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Fri, 19 Jun 2026 00:00:01 +0800 Subject: [PATCH 3/4] bump version number --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 84ef0f3..4295cc0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: coupling Title: Analysis of Coupling Coordination Degree -Version: 0.1 +Version: 0.2 Authors@R: person(given = "Wenbo", family = "Lyu", email = "lyu.geosocial@gmail.com", diff --git a/NEWS.md b/NEWS.md index dc06385..8563041 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# coupling 0.2 + # coupling 0.1 * First stable release (#13). From ccaec048772631edd6735f901c0b7d08e2d1256e Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Fri, 19 Jun 2026 00:00:01 +0800 Subject: [PATCH 4/4] show cran badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63fa531..d201ff9 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ - +[![Downloads_month](https://cranlogs.r-pkg.org/badges/coupling)](https://CRAN.R-project.org/package=coupling) [![License](https://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html) [![Lifecycle: experimental](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![R-CMD-check](https://github.com/stscl/coupling/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stscl/coupling/actions/workflows/R-CMD-check.yaml)