Skip to content

Commit c1ae972

Browse files
committed
update outdated links
1 parent 82527e7 commit c1ae972

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^CRAN-RELEASE$
1313
^\.travis\.yml$
1414
^benchmarks$
15+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 2.1.4
2+
Date: 2022-10-13 11:40:03 UTC
3+
SHA: 82527e7f9bdc1b3396545c19f195a855abeb63fe

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ knitr::opts_chunk$set(
1515
# dint
1616

1717
[![CRAN status](https://www.r-pkg.org/badges/version/dint)](https://cran.r-project.org/package=dint)
18-
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
18+
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
1919
[![Travis build status](https://travis-ci.com/s-fleck/dint.svg?branch=master)](https://travis-ci.org/s-fleck/com)
2020
[![Coverage status](https://codecov.io/gh/s-fleck/dint/branch/master/graph/badge.svg)](https://codecov.io/github/s-fleck/dint?branch=master)
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![CRAN
77
status](https://www.r-pkg.org/badges/version/dint)](https://cran.r-project.org/package=dint)
8-
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
8+
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
99
[![Travis build
1010
status](https://travis-ci.com/s-fleck/dint.svg?branch=master)](https://travis-ci.org/s-fleck/com)
1111
[![Coverage
@@ -96,7 +96,7 @@ last_of_quarter(q)
9696
first_of_quarter(q)
9797
#> [1] "2014-10-01"
9898
first_of_month(Sys.Date())
99-
#> [1] "2020-07-01"
99+
#> [1] "2022-10-01"
100100
first_of_isoweek(w)
101101
#> [1] "2016-12-26"
102102
last_of_isoweek(w)

cran-comments.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
## Test environments
2-
* ubuntu 18.04 (via RStudio Server), R 3.6.1
3-
* ubuntu 16.04 (via travis), R 3.6.1
4-
* win-builder (devel)
5-
* rhub (rhub::check_for_cran())
6-
7-
## R CMD check results
82

9-
0 errors | 0 warnings | 0 note
3+
* rhub (rhub::check_for_cran())
4+
* winbuilder (R-devel)
105

11-
## submission
6+
## re-submission
127

13-
Update `as.POSIXlt.date_xx()` and `as.POSIXct.date_xx()` to be consistent with
14-
tzone behaviour of `as.POSIXct.Date()` and `as.POSIXlt.Date()` in R-devel
8+
fix moved url in README

0 commit comments

Comments
 (0)