Skip to content

Commit c534d8a

Browse files
author
Craig Gower-Page
authored
Release v1.1.1 (#131)
1 parent 9907c25 commit c534d8a

4 files changed

Lines changed: 17 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ utils/*
2828

2929
^CONTRIBUTING.md$
3030
^local$
31+
32+
^.markdownlintignore$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: diffdf
22
Type: Package
33
Title: Dataframe Difference Tool
4-
Version: 1.1.0
4+
Version: 1.1.1
55
Authors@R: c(
66
person("Craig" ,"Gower-Page" , email = "craig.gower-page@roche.com" , role = c("cre","aut")),
77
person("Kieran", "Martin" , email = "kieran.martin@roche.com" , role = "aut")

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
3+
# diffdf 1.1.1
4+
5+
Fix minor bug with CRAN submission (missing file from `.Rbuildignore`)
6+
7+
18
# diffdf 1.1.0
29

310
## New features

cran-comments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Resubmission
2+
3+
This is a resubmission. In this version I have:
4+
5+
* Added `.markdownlintignore` to the `.Rbuildignore` file
6+
7+
18
## R CMD check results
29

310
R CMD check results

0 commit comments

Comments
 (0)