From 391f3ae2611cc0d74da6813de0c0d399cf671c06 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 11 Aug 2023 20:52:54 -0400 Subject: [PATCH] v0.1.2 (#121) --- .gitignore | 1 + DESCRIPTION | 2 +- NEWS.md | 2 ++ R/chrome.R | 2 +- cran-comments.md | 44 +++++--------------------------------- man/find_chrome.Rd | 2 +- revdep/README.md | 53 +++++++++++++++++++++++++--------------------- revdep/cran.md | 2 +- revdep/problems.md | 25 +--------------------- 9 files changed, 42 insertions(+), 91 deletions(-) diff --git a/.gitignore b/.gitignore index 1e8abae..37d32e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .Rproj.user temp docs +CRAN-SUBMISSION diff --git a/DESCRIPTION b/DESCRIPTION index e873ac4..3bfcf91 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "winston@posit.co", role = c("aut", "cre")), person("Barret", "Schloerke", , "barret@posit.co", role = "aut", diff --git a/NEWS.md b/NEWS.md index 458e623..2056cc0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/R/chrome.R b/R/chrome.R index 8e6bc2d..f7a82fa 100644 --- a/R/chrome.R +++ b/R/chrome.R @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 5222905..90462be 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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: winston@posit.co ## 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 + diff --git a/man/find_chrome.Rd b/man/find_chrome.Rd index 92e184b..2e73759 100644 --- a/man/find_chrome.Rd +++ b/man/find_chrome.Rd @@ -16,7 +16,7 @@ returns \code{NULL}. the Chrome DevTools Protocol. There are many such browser variants, including \href{https://www.google.com/chrome/}{Google Chrome}, \href{https://www.chromium.org/chromium-projects/}{Chromium}, -\href{https://www.microsoft.com/en-us/edge/}{Microsoft Edge} and others. +\href{https://www.microsoft.com/en-us/edge}{Microsoft Edge} and others. If you want \pkg{chromote} to use a specific browser, set the \code{CHROMOTE_CHROME} environment variable to the full path to the browser's diff --git a/revdep/README.md b/revdep/README.md index 4f4c754..c53cee4 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -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 | | | | - diff --git a/revdep/cran.md b/revdep/cran.md index 29c1961..fdf1792 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -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 diff --git a/revdep/problems.md b/revdep/problems.md index e26986d..9a20736 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,24 +1 @@ -# rgl - -
- -* 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 - -
- -## 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. :)* \ No newline at end of file