Skip to content

Commit fbe703c

Browse files
authored
Update README.md: update badges
1 parent 2c7a5c6 commit fbe703c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
[![CRAN_Release_Badge](https://www.r-pkg.org/badges/version-ago/nlstools)](https://cran.r-project.org/package=nlstools)
22
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/nlstools)](https://cran.r-project.org/package=nlstools)
33
[![R-CMD-check](https://github.com/lbbe-software/nlstools/workflows/R-CMD-check/badge.svg)](https://github.com/lbbe-software/nlstools/actions)
4+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
45
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
56
[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/lbbe-software/nlstools/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/lbbe-software/nlstools)
67

7-
---------------------------
8-
9-
**Please note! Since February 2024, this repository has belonged to the *lbbe-software* organization.**
10-
To avoid confusion, we strongly recommend updating any existing local clones to point to the new
11-
repository URL. You can do this by using `git remote` on the command line:
12-
13-
`git remote set-url origin [email protected]:lbbe-software/nlstools.git`
14-
15-
or
16-
17-
`git remote set-url origin https://github.com/lbbe-software/nlstools.git`
18-
19-
---------------------------
20-
218
The stable version of `nlstools` can be installed from CRAN using:
229
```r
2310
install.packages("nlstools")

0 commit comments

Comments
 (0)