Skip to content

Commit 8886590

Browse files
authored
Merge branch 'master' into functions
2 parents 07d5776 + 644172f commit 8886590

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2+
3+
language: R
4+
cache: packages
5+
6+
7+
r_packages:
8+
- covr
9+
10+
after_success:
11+
- Rscript -e 'library(covr); codecov()'

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: datplot
22
Type: Package
33
Title: Preparation of object dating ranges for density plots
4-
Version: 0.2.2
4+
Version: 0.2.3
55
Author: Lisa Steinmann
66
Maintainer: Lisa Steinmann <lisa.steinmann@rub.de>
77
Description: Converting date ranges into dating 'steps' eases the visualization of changes in e.g. pottery consumption, style and other variables over time. This package provides tools to process and prepare data for visualization.
@@ -14,7 +14,8 @@ Suggests:
1414
devtools,
1515
knitr,
1616
rmarkdown,
17-
ggplot2
17+
ggplot2,
18+
covr
1819
Depends:
1920
R (>= 2.10)
2021
VignetteBuilder: knitr

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
comment: false
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: auto
8+
threshold: 1%
9+
informational: true
10+
patch:
11+
default:
12+
target: auto
13+
threshold: 1%
14+
informational: true

0 commit comments

Comments
 (0)