Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Ronit Jaiswal ’ New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: GRU (22:31) Jaiswal (25:36) LSTM (21:68) RNN (21:38) CRAN repository db overrides: X-CRAN-Comment: Archived on 2025-11-23 as issues were not corrected in time. Check: examples, Result: ERROR Running examples in ‘TSdeeplearning-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: GRU_ts > ### Title: Gated Recurrent Unit Model > ### Aliases: GRU_ts > ### Keywords: GRU > > ### ** Examples > > ## No test: > data("Data_Maize") > GRU_ts(Data_Maize) To use legacy Keras via py_require(), call py_require_legacy_keras() at the start of the R session. Hint: To use tensorflow with `py_require()`, call `py_require("tensorflow")` at the start of the R session Error: Valid installation of TensorFlow not found. Python environments searched for 'tensorflow' package: /home/hornik/tmp/scratch/check-CRAN-incoming-hornik/cache/R/reticulate/uv/python/cpython-3.12.13-linux-x86_64-gnu/bin/python3.12 Python exception encountered: Traceback (most recent call last): File "/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/reticulate/python/rpytools/loader.py", line 122, in _find_and_load_hook return _run_hook(name, _hook) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/reticulate/python/rpytools/loader.py", line 96, in _run_hook module = hook() ^^^^^^ File "/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/reticulate/python/rpytools/loader.py", line 120, in _hook return _find_and_load(name, import_) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tensorflow' You can install TensorFlow using the install_tensorflow() function. Execution halted