Skip to content

Commit 9f72163

Browse files
authored
revise cran comments file (#88)
2 parents 25b8119 + 643becb commit 9f72163

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

cran-comments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
## R CMD check results
22

33
0 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.

0 commit comments

Comments
 (0)