Skip to content

Commit 7ad2832

Browse files
upade cran comments
1 parent e065418 commit 7ad2832

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

cran-comments.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## Test environments
2-
* local Windows 10 install, R 4.3.1
3-
* ubuntu 22.04.3 LTS (devel and release) (on github actions)
2+
* local Windows 10 install, R 4.3.2
3+
* github actions windows-latest (release)
4+
* github actions macOS-latest (release)
5+
* github actions ubuntu-latest (devel, release and oldrel-1)
46
* win-builder (devel and release)
57

68
## R CMD check results
79

810
0 errors | 0 warnings | 0 note
911

10-
* This is to update vignettes and add function arguments to the main function that enable custom shapes and legend texts
11-
* some Notes regarding Namespace in Imports field not imported are false positives and fixed as per latest checks
12-
* all listed package dependencies are required for the included shinyapp to work properly
12+
* This is to update an example that resulted in broken code with the latest ggplot2 release, two new function arguments `show_table_facet_strip` and `table_facet_switch` were added
13+
* Notes about unused declared imports from the previous/current builds are false positives since these are used in the shiny app code and are required for it to work properly
14+
1315
## Reverse dependencies
1416

1517
There is no listed dependencies.

0 commit comments

Comments
 (0)