Skip to content

Commit 6268893

Browse files
authored
clean cran comment file (#104)
2 parents a490532 + 9b2f639 commit 6268893

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

cran-comments.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
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)