Removed automatic torch::install_torch() on
load:
The package no longer downloads or installs Torch libraries
automatically when loaded.
The .onLoad() function now performs only a silent
availability check, and .onAttach()
displays an informative message instructing users to manually run
torch::install_torch() when necessary.
This update ensures full compliance with CRAN policies that forbid
modification of user environments
or network activity during package load.
Updated startup message for clearer user guidance.
Internal documentation and version bump for CRAN resubmission.
Added conditional test skipping: tests and examples now use
skip_if_not(torch_is_installed()) and
skip_on_cran() to avoid failures
on systems where Torch is not available.
(Thanks to @dfalbel
for the PR.)
Regenerated documentation (RoxygenNote: 7.3.3) and
updated man pages.
Minor internal consistency fixes and CI checks update.
First public release of survdnn — Deep Neural Networks
for Survival Analysis in R using torch.
survdnn(): Fit deep learning survival models using a
formula interface."cox")"cox_l2")"coxtime")"aft")cv_survdnn().tune_survdnn().CRAN submission prepared. Includes README, documentation, and automated tests.