Skip to content

Commit

Permalink
v0.1.2 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Aug 12, 2023
1 parent fc2c22a commit 391f3ae
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 91 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.Rproj.user
temp
docs
CRAN-SUBMISSION
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: chromote
Title: Headless Chrome Web Browser Interface
Version: 0.1.1.9001
Version: 0.1.2
Authors@R: c(
person("Winston", "Chang", , "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# chromote 0.1.2

# chromote 0.1.1.9001

* Fixed #109: An error would occur when a `Chromote` object's `$close()` method was called. (#110)
Expand Down
2 changes: 1 addition & 1 deletion R/chrome.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Chrome <- R6Class("Chrome",
#' the Chrome DevTools Protocol. There are many such browser variants,
#' including [Google Chrome](https://www.google.com/chrome/),
#' [Chromium](https://www.chromium.org/chromium-projects/),
#' [Microsoft Edge](https://www.microsoft.com/en-us/edge/) and others.
#' [Microsoft Edge](https://www.microsoft.com/en-us/edge) and others.
#'
#' If you want \pkg{chromote} to use a specific browser, set the
#' `CHROMOTE_CHROME` environment variable to the full path to the browser's
Expand Down
44 changes: 5 additions & 39 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,13 @@
## Comments

#### 2022-09-07

Releasing a patch to `{chromote}` which has documentation by the latest version of `{roxygen2}`.

Best,
Winston

#### 2022-08-19

....
R 4.2.0 switched to use HTML5 for documentation pages. Now validation
using HTML Tidy finds problems in the HTML generated from your Rd
files.

To fix, in most cases it suffices to re-generate the Rd files using the
current CRAN version of roxygen2.
....

Best,
-k


## Test environments

* local macOS, R 4.1.3
* GitHub Actions
* macOS
* 4.2
* windows
* 4.2
* ubuntu18
* devel, 4.2, 4.1, 4.0, 3.6, 3.5
* devtools::
* check_win_devel()

## R CMD check results

0 errors ✔ | 0 warnings ✔ | 0 notes ✔
0 errors | 0 warnings | 1 note

Updated email address of maintainer: [email protected]

## revdepcheck results

We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 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

2 changes: 1 addition & 1 deletion man/find_chrome.Rd

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

53 changes: 29 additions & 24 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
# Platform

|field |value |
|:--------|:------------------------------|
|version |R version 4.1.3 (2022-03-10) |
|os |macOS Big Sur/Monterey 10.16 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2022-09-06 |
|pandoc |2.19.2 @ /usr/local/bin/pandoc |
|field |value |
|:--------|:--------------------------------|
|version |R version 4.3.0 (2023-04-21) |
|os |macOS Ventura 13.4.1 |
|system |aarch64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2023-08-11 |
|pandoc |3.1.3 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-----------|:-----|:--------|:--|
|chromote |0.1.0 |0.1.1 |* |
|AsioHeaders |NA |1.22.1-1 |* |
|package |old |new |Δ |
|:-----------|:--------|:--------|:--|
|chromote |0.1.1 |0.1.2 |* |
|AsioHeaders |1.22.1-2 |1.22.1-2 | |
|cpp11 |0.4.6 |0.4.6 | |
|curl |5.0.1 |5.0.1 | |
|fastmap |1.1.1 |1.1.1 | |
|jsonlite |1.8.7 |1.8.7 | |
|later |1.3.1 |1.3.1 | |
|magrittr |2.0.3 |2.0.3 | |
|processx |3.8.2 |3.8.2 | |
|promises |1.2.1 |1.2.1 | |
|ps |1.7.5 |1.7.5 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.11 |1.0.11 | |
|rlang |1.1.1 |1.1.1 | |
|websocket |1.4.1 |1.4.1 | |

# Revdeps

## All (3)

|package |version |error |warning |note |
|:----------|:-------|:-----|:-------|:----|
|[rgl](problems.md#rgl)|0.109.6 | | |1 |
|shinytest2 |0.1.1 | | | |
|webshot2 |0.1.0 | | | |

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 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 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
Expand Down
25 changes: 1 addition & 24 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# rgl

<details>

* Version: 0.109.6
* GitHub: https://github.com/dmurdoch/rgl
* Source code: https://github.com/cran/rgl
* Date/Publication: 2022-07-08 23:30:02 UTC
* Number of recursive dependencies: 108

Run `revdep_details(, "rgl")` for more info

</details>

## In both

* checking installed package size ... NOTE
```
installed size is 6.2Mb
sub-directories of 1Mb or more:
doc 1.1Mb
fonts 1.5Mb
```
*Wow, no problems at all. :)*

0 comments on commit 391f3ae

Please sign in to comment.