Skip to content

Commit

Permalink
v0.1.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Sep 7, 2022
1 parent fcc2f0d commit e1d2997
Show file tree
Hide file tree
Showing 14 changed files with 259 additions and 175 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^sidebar.png$
^revdep$
^cran-comments\.md$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions 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.0
Version: 0.1.1
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Barret", "Schloerke", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0001-9986-114X")),
Expand All @@ -25,7 +25,7 @@ Suggests:
testthat (>= 3.0.0),
showimage
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
URL: https://github.com/rstudio/chromote
BugReports: https://github.com/rstudio/chromote/issues
Config/testthat/edition: 3
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# chromote 0.1.1

* Update docs for CRAN (#93)


# chromote 0.1.0

* Initial package release
42 changes: 27 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,47 @@
## Comments
#### 2022-04-15

Releasing a new package `{chromote}`.
#### 2022-09-07

Please let me know if there is any more information I can provide.
Releasing a patch to `{chromote}` which has documentation by the latest version of `{roxygen2}`.

Thank you,
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.0.2
* local macOS, R 4.1.3
* GitHub Actions
* macOS
* 4.1
* 4.2
* windows
* 4.1
* 4.2
* ubuntu18
* devel, 4.1, 4.0, 3.6, 3.5, 3.4
* devel, 4.2, 4.1, 4.0, 3.6, 3.5
* devtools::
* check_win_devel()
* check_win_oldrelease()

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

## R CMD check results

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

## revdepcheck results

N checking CRAN incoming feasibility
Maintainer: ‘Winston Chang <[email protected]>
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

New submission
* We saw 0 new problems
* We failed to check 0 packages
36 changes: 18 additions & 18 deletions man/Browser.Rd

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

44 changes: 22 additions & 22 deletions man/Chrome.Rd

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

34 changes: 17 additions & 17 deletions man/ChromeRemote.Rd

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

Loading

0 comments on commit e1d2997

Please sign in to comment.