Skip to content

Commit

Permalink
Merge pull request #103 from DavisVaughan/rc-0.1.4
Browse files Browse the repository at this point in the history
RC 0.1.4
  • Loading branch information
DavisVaughan authored May 28, 2020
2 parents 629fe23 + f405ee5 commit 710b735
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^man-roxygen$
^cran-comments\.md$
^CRAN-RELEASE$
^revdep$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: slider
Title: Sliding Window Functions
Version: 0.1.3.9000
Version: 0.1.4
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# slider (development version)
# slider 0.1.4

* As a followup to a change in slider 0.1.3, edge cases with size zero input
in `hop()` have also been fixed.
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

0 errors | 0 warnings | 0 notes

## revdepcheck results

We checked 2 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

## 0.1.4 Submission

C code has been refactored to be less reliant on vctrs internals.

## 0.1.3 Submission

Fixes a few bugs, and maintains compatibility with vctrs.
Expand Down
6 changes: 6 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
checks
library
checks.noindex
library.noindex
data.sqlite
*.html
22 changes: 22 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.0 (2020-04-24) |
|os |macOS Mojave 10.14.5 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2020-05-28 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|slider |0.1.3 |0.1.4 |* |

# Revdeps

5 changes: 5 additions & 0 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_version: ???
release_details: ???
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 710b735

Please sign in to comment.