Skip to content

Commit

Permalink
v0.3.0 (#174)
Browse files Browse the repository at this point in the history
* Increment version number to 0.3.0

* chore: fix pkgdown `url`

* chore: use_build_ignore("_dev")

* chore: Add @gadenbuie to authors

* `devtools::document()` (GitHub Actions)

* chore: revdepcheck
  • Loading branch information
gadenbuie authored Aug 29, 2024
1 parent 3ee92d9 commit fb63e08
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^revdep$
^cran-comments\.md$
^CRAN-SUBMISSION$
^_dev$
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Package: chromote
Title: Headless Chrome Web Browser Interface
Version: 0.2.0.9000
Version: 0.3.0
Authors@R: c(
person("Winston", "Chang", , "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Garrick", "Aden-Buie", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7111-0077")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: An implementation of the 'Chrome DevTools Protocol', for
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chromote (development version)
# chromote 0.3.0

* The headless mode used by Chrome can now be selected with the `chromote.headless` option or `CHROMOTE_HEADLESS` environment variable.

Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

## revdepcheck results

We checked 10 reverse dependencies (9 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 20 reverse dependencies (19 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

1 change: 1 addition & 0 deletions man/chromote-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: http://rstudio.github.io/chromote
url: https://rstudio.github.io/chromote

template:
package: tidytemplate
Expand Down
2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 10 reverse dependencies (9 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 20 reverse dependencies (19 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
2 changes: 1 addition & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/renderthis
* Number of recursive dependencies: 87
* Number of recursive dependencies: 81

Run `revdepcheck::cloud_details(, "renderthis")` for more info

Expand Down

0 comments on commit fb63e08

Please sign in to comment.