From 8edc12c8f33e8b342838de2712ff9e43a24c3010 Mon Sep 17 00:00:00 2001 From: 2005m Date: Sat, 7 Sep 2024 11:36:42 +0100 Subject: [PATCH] Update Description, readme and news --- DESCRIPTION | 2 +- README.md | 2 +- inst/NEWS.Rd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d038287..f1a0f77 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: kit Type: Package Title: Data Manipulation Functions Implemented in C Version: 0.0.19 -Date: 2024-06-26 +Date: 2024-09-07 Authors@R: c(person("Morgan", "Jacob", role = c("aut", "cre", "cph"), email = "morgan.emailbox@gmail.com"), person("Sebastian", "Krantz", role = "ctb")) Author: Morgan Jacob [aut, cre, cph], Sebastian Krantz [ctb] diff --git a/README.md b/README.md index 54b9ac3..055d14f 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ R Package: Basic functions implemented in C (and for some missing from base R) [![R-CMD-check](https://github.com/2005m/kit/workflows/R-CMD-check/badge.svg)](https://github.com/2005m/kit/actions) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/2005m/kit?branch=master&svg=true)](https://ci.appveyor.com/project/2005m/kit/branch/master) [![Coverage Status](https://codecov.io/gh/2005m/kit/graph/badge.svg)](https://codecov.io/github/2005m/kit?branch=master) -[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/kit)](http://www.r-pkg.org/pkg/kit) +[![downloads](https://cranlogs.r-pkg.org/badges/kit)](https://www.r-pkg.org/pkg/kit) [![kit status badge](https://fastverse.r-universe.dev/badges/kit)](https://fastverse.r-universe.dev) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 2884b39..52e6bc4 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -4,10 +4,10 @@ \newcommand{\CRANpkg}{\href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}} -\section{version 0.0.19 (2024-06-26)}{ +\section{version 0.0.19 (2024-09-07)}{ \subsection{Bug Fixes}{ \itemize{ - \item Fix warnings in C code. + \item Fix multiple warnings in C code. } } }