-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
259 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
^sidebar.png$ | ||
^revdep$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")), | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.