From 53b5c68bb9f3598c62c95352473f1e21e5250ad1 Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Wed, 18 Dec 2019 16:48:03 +0100 Subject: [PATCH] Update package metadata --- DESCRIPTION | 3 ++- README.Rmd | 8 ++++---- README.md | 24 ++++++++++++------------ codemeta.json | 6 +++--- man/arkhe-package.Rd | 1 + 5 files changed, 22 insertions(+), 20 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbe1f15..ec3ceca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,7 +19,8 @@ Description: A collection of classes that represent represent stratigraphic relationships) are implemented. License: GPL-3 URL: http://arkhe.archaeo.science, - http://github.com/nfrerebeau/arkhe + http://github.com/nfrerebeau/arkhe, + https://cran.r-project.org/package=arkhe BugReports: http://github.com/nfrerebeau/arkhe/issues Depends: R (>= 3.2) diff --git a/README.Rmd b/README.Rmd index 9516bb8..ed350a5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,9 +22,9 @@ knitr::opts_chunk$set( [![Travis build Status](https://travis-ci.org/nfrerebeau/arkhe.svg?branch=master)](https://travis-ci.org/nfrerebeau/arkhe) [![codecov](https://codecov.io/gh/nfrerebeau/arkhe/branch/master/graph/badge.svg)](https://codecov.io/gh/nfrerebeau/arkhe) - +[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/arkhe)](https://cran.r-project.org/package=arkhe) [![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) [![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) @@ -38,13 +38,13 @@ A collection of classes that represent archaeological data. This package provide ## Installation -You can install the development version from GitHub with: +Or install the development version from GitHub with: ```{r gh-installation, eval=FALSE} # install.packages("devtools") diff --git a/README.md b/README.md index a148d3d..a28ec95 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,12 @@ status](https://ci.appveyor.com/api/projects/status/7xt157mqcny0pht1?svg=true)]( Status](https://travis-ci.org/nfrerebeau/arkhe.svg?branch=master)](https://travis-ci.org/nfrerebeau/arkhe) [![codecov](https://codecov.io/gh/nfrerebeau/arkhe/branch/master/graph/badge.svg)](https://codecov.io/gh/nfrerebeau/arkhe) - +[![CRAN +Version](http://www.r-pkg.org/badges/version/arkhe)](https://cran.r-project.org/package=arkhe) +[![CRAN +checks](https://cranchecks.info/badges/worst/arkhe)](https://cran.r-project.org/web/checks/check_results_arkhe.html) +[![CRAN +Downloads](http://cranlogs.r-pkg.org/badges/arkhe)](https://cran.r-project.org/package=arkhe) [![Project Status: Active – The project has reached a stable, usable state and is being actively @@ -33,21 +36,18 @@ matrix, etc.) upon which package developers can build subclasses. It also provides a set of generic methods (mutators and coercion mechanisms) and functions (e.g. predicates). In addition, a few classes of general interest (e.g. that represent stratigraphic relationships) -are -implemented. +are implemented. ## Installation - - -You can install the development version from GitHub with: +Or install the development version from GitHub with: ``` r # install.packages("devtools") @@ -145,7 +145,7 @@ harris <- read.table( ) as_stratigraphy(harris) -#> +#> #> 9 x 9 stratigraphic matrix: #> upper #> lower 1 2 3 4 5 6 7 8 9 diff --git a/codemeta.json b/codemeta.json index 0e45566..20e422e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -18,10 +18,10 @@ "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", - "version": "3.6.1", + "version": "3.6.2", "url": "https://r-project.org" }, - "runtimePlatform": "R version 3.6.1 (2019-07-05)", + "runtimePlatform": "R version 3.6.2 (2019-12-12)", "author": [ { "@type": "Person", @@ -107,7 +107,7 @@ } ], "readme": "https://github.com/nfrerebeau/arkhe/blob/master/README.md", - "fileSize": "100.201KB", + "fileSize": "100.217KB", "contIntegration": [ "https://ci.appveyor.com/project/nfrerebeau/arkhe", "https://travis-ci.org/nfrerebeau/arkhe", diff --git a/man/arkhe-package.Rd b/man/arkhe-package.Rd index 7ba902e..fd9f6e5 100644 --- a/man/arkhe-package.Rd +++ b/man/arkhe-package.Rd @@ -30,6 +30,7 @@ Useful links: \itemize{ \item \url{http://arkhe.archaeo.science} \item \url{http://github.com/nfrerebeau/arkhe} + \item \url{https://cran.r-project.org/package=arkhe} \item Report bugs at \url{http://github.com/nfrerebeau/arkhe/issues} }