File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ sudo: false
55cache : packages
66after_success :
77 - Rscript -e 'covr::codecov()'
8-
98before_cache : Rscript -e 'remotes::install_cran("pkgdown")'
109deploy :
1110 provider : script
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616
1717[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/dint )] ( https://cran.r-project.org/package=dint )
1818[ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
19- [ ![ Travis build status] ( https://travis-ci.org /s-fleck/dint.svg?branch=master )] ( https://travis-ci.org/s-fleck/dint )
19+ [ ![ 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
2222A Toolkit for Year-Quarter, Year-Month and Year-Isoweek Dates
Original file line number Diff line number Diff line change 77status] ( https://www.r-pkg.org/badges/version/dint )] ( https://cran.r-project.org/package=dint )
88[ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
99[ ![ Travis build
10- status] ( https://travis-ci.org /s-fleck/dint.svg?branch=master )] ( https://travis-ci.org/s-fleck/dint )
10+ status] ( https://travis-ci.com /s-fleck/dint.svg?branch=master )] ( https://travis-ci.org/s-fleck/com )
1111[ ![ Coverage
1212status] ( https://codecov.io/gh/s-fleck/dint/branch/master/graph/badge.svg )] ( https://codecov.io/github/s-fleck/dint?branch=master )
1313
@@ -96,7 +96,7 @@ last_of_quarter(q)
9696first_of_quarter(q )
9797# > [1] "2014-10-01"
9898first_of_month(Sys.Date())
99- # > [1] "2020-01 -01"
99+ # > [1] "2020-07 -01"
100100first_of_isoweek(w )
101101# > [1] "2016-12-26"
102102last_of_isoweek(w )
You can’t perform that action at this time.
0 commit comments