Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Dec 18, 2019
1 parent 9d20bfa commit 53b5c68
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 Version](http://www.r-pkg.org/badges/version/arkhe)](https://cran.r-project.org/package=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)-->
[![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)
Expand All @@ -38,13 +38,13 @@ A collection of classes that represent archaeological data. This package provide

## Installation

<!--You can install the released version of **arkhe** from [CRAN](https://CRAN.R-project.org) with:
You can install the released version of **arkhe** from [CRAN](https://CRAN.R-project.org) with:

```{r cran-installation, eval=FALSE}
install.packages("arkhe")
```

Or-->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")
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)-->
[![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
Expand All @@ -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 released version of **arkhe** from [CRAN](https://CRAN.R-project.org) with:
You can install the released version of **arkhe** from
[CRAN](https://CRAN.R-project.org) with:

```r
``` r
install.packages("arkhe")
```

Or-->

You can install the development version from GitHub with:
Or install the development version from GitHub with:

``` r
# install.packages("devtools")
Expand Down Expand Up @@ -145,7 +145,7 @@ harris <- read.table(
)

as_stratigraphy(harris)
#> <StratigraphicMatrix: 25af4daf-398f-4e33-9b60-76f9e8904699>
#> <StratigraphicMatrix: aca09a25-5637-4d61-a55b-13cfe70e0401>
#> 9 x 9 stratigraphic matrix:
#> upper
#> lower 1 2 3 4 5 6 7 8 9
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions man/arkhe-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53b5c68

Please sign in to comment.