Skip to content

Commit b63fe3c

Browse files
authored
r/v0.6.0 (#70)
* v0.6.0 * chore: url_check() * chore: document() * chore: update cran comments
1 parent ce906ed commit b63fe3c

6 files changed

Lines changed: 9 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![R-CMD-check](https://github.com/gadenbuie/countdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gadenbuie/countdown/actions/workflows/R-CMD-check.yaml)
77
<!-- badges: end -->
88

9-
**countdown** makes it easy to drop in a simple countdown timer in slides and HTML documents written in [Quarto](https://quarto.org) or [R Markdown](https://rmarkown.rstudio.com).
9+
**countdown** makes it easy to drop in a simple countdown timer in slides and HTML documents written in [Quarto](https://quarto.org) or [R Markdown](https://rmarkdown.rstudio.com).
1010

1111
``` r
1212
library(countdown)
@@ -47,7 +47,7 @@ You can install countdown from CRAN
4747
install.packages("countdown")
4848
```
4949

50-
or you can install the development version of countdown from [gadenbuie.r-universe.dev](https://gadenbuie.r-universe.dev/ui#package:countdown)
50+
or you can install the development version of countdown from [gadenbuie.r-universe.dev](https://gadenbuie.r-universe.dev/countdown)
5151

5252
``` r
5353
options(repos = c(

r/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: countdown
22
Title: A Countdown Timer for HTML Presentations, Documents, and Web Apps
3-
Version: 0.4.0.9000
3+
Version: 0.6.0
44
Authors@R:
55
person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0002-7111-0077"))
@@ -23,4 +23,4 @@ Config/Needs/website: callr, xaringan, xaringanthemer, xaringanExtra
2323
Config/testthat/edition: 3
2424
Encoding: UTF-8
2525
Roxygen: list(markdown = TRUE)
26-
RoxygenNote: 7.3.1
26+
RoxygenNote: 7.3.3

r/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# countdown (development version)
1+
# countdown 0.6.0
22

33
## Breaking changes
44

r/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![R-CMD-check](https://github.com/gadenbuie/countdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gadenbuie/countdown/actions/workflows/R-CMD-check.yaml)
77
<!-- badges: end -->
88

9-
**countdown** makes it easy to drop in a simple countdown timer in slides and HTML documents written in [Quarto](https://quarto.org) or [R Markdown](https://rmarkown.rstudio.com).
9+
**countdown** makes it easy to drop in a simple countdown timer in slides and HTML documents written in [Quarto](https://quarto.org) or [R Markdown](https://rmarkdown.rstudio.com).
1010

1111
``` r
1212
library(countdown)
@@ -28,7 +28,7 @@ You can install countdown from CRAN
2828
install.packages("countdown")
2929
```
3030

31-
or you can install the development version of countdown from [gadenbuie.r-universe.dev](https://gadenbuie.r-universe.dev/ui#package:countdown)
31+
or you can install the development version of countdown from [gadenbuie.r-universe.dev](https://gadenbuie.r-universe.dev/countdown)
3232

3333
``` r
3434
options(repos = c(
@@ -48,7 +48,7 @@ remotes::install_github("gadenbuie/countdown", subdir = "r")
4848

4949
## Shiny App
5050

51-
**countdown** ships with a [Shiny app](https://shiny.rstudio.com) for an interactive _full-screen countdown timer_!
51+
**countdown** ships with a [Shiny app](https://shiny.posit.co) for an interactive _full-screen countdown timer_!
5252

5353
To launch the app, run
5454

r/cran-comments.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 1 note
4-
5-
This is a re-submission of v0.4.0 to address this comment:
6-
7-
> Please always make sure to reset to user's options(), working directory
8-
> or par() after you changed it in examples and vignettes and demos.
9-
> e.g.:
10-
>
11-
> old <- options(digits = 3)
12-
> ...
13-
> options(old)
14-
>
15-
> Please fix and resubmit.
16-
17-
I removed the call to options() in the example Shiny app.
3+
0 errors | 0 warnings | 0 notes

r/man/countdown-package.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)