check_backend_version: Check whether the installed backend is up-to-date with PyPI

View source: R/server.R

check_backend_versionR Documentation

Check whether the installed backend is up-to-date with PyPI

Description

Compares the locally installed version of midasverse-midas-api against the latest release on PyPI. Runs silently on success; emits a message when an update is available. Failures (e.g. no network) are silently ignored.

Usage

check_backend_version(python, package = "midasverse-midas-api")

Arguments

python

Path to the Python interpreter.

package

PyPI package name (default "midasverse-midas-api").

Value

No return value, called for side effects.


rMIDAS2 documentation built on March 12, 2026, 9:07 a.m.