-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update urls * Update link to code to avoid checker changing it * Adjust shiny to be a `Config/Needs/check` so that we can release without a Remote * Use version `0.1.0` * Remove header warning * init cran comments and revdep check * turn uti-8 i into `i` to avoid LaTeX errors * Ignore more files to reduce the install size. These files are not checked on CRAN, only CI * spelling * Update cran-comments.md * Use empty app as nothing is needed for printing to occur... just that it prints cleanly * Fix tests under CRAN testing * Fix test to not rely on hello app * Use Installation section like `testthat`. Do not link to packages and let tidytemplate do that * CRAN has trouble running tests that use chromote. Skip them on CRAN * Try to make LaTeX happier * Update docs so LaTeX shows no warnings * spelling
- Loading branch information
Showing
25 changed files
with
252 additions
and
172 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
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: shinytest2 | ||
Title: Testing for Shiny Applications | ||
Version: 0.0.0.9002 | ||
Version: 0.1.0 | ||
Authors@R: | ||
c( | ||
person("Barret", "Schloerke", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0001-9986-114X")), | ||
|
@@ -13,6 +13,7 @@ Authors@R: | |
Description: Automated unit testing of Shiny applications through a headless 'Chromium' browser. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Language: en-US | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
URL: https://github.com/rstudio/shinytest2 | ||
|
@@ -48,11 +49,8 @@ Suggests: | |
showimage, | ||
knitr, | ||
usethis | ||
Remotes: | ||
Config/Needs/check: | ||
rstudio/shiny | ||
Config/Needs/other: | ||
shiny (>= 1.7.1.9003), | ||
shinyvalidate (>= 1.0.0.9001), | ||
Config/Needs/website: | ||
pkgdown, | ||
tidyverse/tidytemplate | ||
|
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,3 @@ | ||
# shinytest2 0.0.0.9000 | ||
# shinytest2 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Initial release of package |
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
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
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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Comments | ||
|
||
#### 2022-04-23 | ||
|
||
Releasing a new package `{shinytest2}`. | ||
|
||
Please let me know if there is any more information I can provide. | ||
|
||
Thank you, | ||
Barret | ||
|
||
|
||
## Test environments | ||
|
||
* local macOS, R 4.1.3 | ||
* GitHub Actions | ||
* macOS | ||
* 4.1 | ||
* windows | ||
* 4.1 | ||
* ubuntu18 | ||
* devel, 4.1, 4.0, 3.6, 3.5, 3.4 | ||
* devtools:: | ||
* check_win_devel() | ||
* check_win_release() | ||
* check_win_oldrelease() | ||
|
||
## R CMD check results | ||
|
||
0 errors ✔ | 0 warnings ✔ | 1 note | ||
|
||
N checking CRAN incoming feasibility | ||
Maintainer: ‘Barret Schloerke <[email protected]>’ | ||
|
||
New submission |
Oops, something went wrong.