Skip to content

Commit

Permalink
Merge pull request #102 from business-science/rc/0.1.7
Browse files Browse the repository at this point in the history
RC 0.1.7
  • Loading branch information
DavisVaughan authored Oct 31, 2022
2 parents 698dd7a + b000e88 commit ae09a4f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 24 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^codecov\.yml$
^revdep$
^\.github$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tibbletime
Type: Package
Title: Time Aware Tibbles
Version: 0.1.6.9000
Version: 0.1.7
Authors@R: c(
person("Davis", "Vaughan", email = "[email protected]", role = c("aut", "cre")),
person("Matt", "Dancho", email = "[email protected]", role = c("aut"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tibbletime (development version)
# tibbletime 0.1.7

* Fixed usage of `|` rather than `||` in the C++ code to satisfy a CRAN warning.

Expand Down
25 changes: 3 additions & 22 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
## Release Summary
## Summary

This is an extremely minor release to fix warnings with tidyr 1.0.0 in tests.
There are no known problems.

## Test environments
* local Mac install, R 4.0.0
* ubuntu 14.04.5 (on travis-ci) (4.0.0, devel, release)
* win-builder (devel and release)

## R CMD check results

There were no ERRORs, WARNINGs or NOTEs.

R CMD check results
0 errors | 0 warnings | 0 note

R CMD check succeeded

## revdepcheck results

We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
This release mainly fixes the `-Wbitwise-instead-of-logical` warning brought up by CRAN.

0 comments on commit ae09a4f

Please sign in to comment.