Package: vahtian.epinet Title: R Interface to the EpiNet Toolkit Version: 0.1.0 Authors@R: person("Heidi Helena", "Andersen", , "andersenheidihelena@gmail.com", role = c("aut", "cre")) Description: An R interface to EpiNet, a transparent toolkit for honestly evaluated outcome models on tabular and graph-shaped data. It wraps the tested Python 'vahtian.epinet' package through 'reticulate', so the algorithms are single-sourced and cannot diverge across languages, and returns calibrated, caveated results: discrimination, calibration, bootstrap intervals, a label-permutation null, and feature importance. A research and education demonstrator, not clinical decision support. License: MIT + file LICENSE URL: https://github.com/heidihelena/epinet BugReports: https://github.com/heidihelena/epinet/issues Encoding: UTF-8 SystemRequirements: Python (>= 3.10) with the 'vahtian-epinet' package Imports: reticulate Suggests: testthat (>= 3.0.0), igraph Config/testthat/edition: 3 RoxygenNote: 7.3.1 Config/pak/sysreqs: libpng-dev python3 Repository: https://heidihelena.r-universe.dev Date/Publication: 2026-07-03 10:51:32 UTC RemoteUrl: https://github.com/heidihelena/epinet RemoteRef: HEAD RemoteSha: b1076a36a1f6291fefdd1c00a8c1bc886b35987a RemoteSubdir: r/vahtian.epinet NeedsCompilation: no Packaged: 2026-07-03 15:48:13 UTC; root Author: Heidi Helena Andersen [aut, cre] Maintainer: Heidi Helena Andersen