You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
## 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)
4
6
* win-builder (devel and release)
5
7
6
8
## R CMD check results
7
9
8
10
0 errors | 0 warnings | 0 note
9
11
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
0 commit comments