File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 11## R CMD check results
22
330 errors | 0 warnings | 0 note
4-
5- ## This submission
6-
7- This update addresses the recent check issue reported by CRAN
8- (< https://cran.r-project.org/web/checks/check_results_gdverse.html > ).
9-
10- The reported errors were caused by missing Python modules (e.g., pandas)
11- in some CRAN test environments.
12-
13- To prevent such errors, all Python-dependent examples and functions are now
14- wrapped in ` tryCatch() ` blocks, printing an informative message via
15- ` message() ` when Python or required modules are unavailable.
16-
17- This ensures that CRAN checks will not fail even if Python is not installed,
18- while maintaining full functionality when Python is available.
19-
20- No other functionality or user-facing behavior has changed.
You can’t perform that action at this time.
0 commit comments