From 0bf564d19c9946f328e0a3680ca3827c95b5a9a8 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Thu, 23 Jan 2025 16:51:10 +0800 Subject: [PATCH 1/2] update news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7a7029e..d1013eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # cisp 0.2.0 +* Optimize `spc` with OPGD for efficiency and rename the results table (#13). + # cisp 0.1.0 * First stable release. From 03ec05d5ed8c07a9f91e8e004173fa01e859ce79 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Thu, 23 Jan 2025 17:15:50 +0800 Subject: [PATCH 2/2] update readme --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 828e2f8..1c909fd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( # cisp cisp website -[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-cyan.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-cyan.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN](https://www.r-pkg.org/badges/version/cisp)](https://CRAN.R-project.org/package=cisp) [![DownloadsAll](https://badgen.net/cran/dt/cisp?color=orange)](https://CRAN.R-project.org/package=cisp) [![DownloadsMonth](https://cranlogs.r-pkg.org/badges/cisp)](https://CRAN.R-project.org/package=cisp) diff --git a/README.md b/README.md index 6542bb6..c18f2ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Lifecycle: -experimental](https://img.shields.io/badge/lifecycle-experimental-cyan.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +stable](https://img.shields.io/badge/lifecycle-stable-cyan.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN](https://www.r-pkg.org/badges/version/cisp)](https://CRAN.R-project.org/package=cisp) [![DownloadsAll](https://badgen.net/cran/dt/cisp?color=orange)](https://CRAN.R-project.org/package=cisp) [![DownloadsMonth](https://cranlogs.r-pkg.org/badges/cisp)](https://CRAN.R-project.org/package=cisp)