datashield.pkg_check: Check server-side package minimum version

View source: R/datashield.status.R

datashield.pkg_checkR Documentation

Check server-side package minimum version

Description

Check for each of the server, accessible through provided DSConnection-class objects, whether the installed

Usage

datashield.pkg_check(
  conns,
  name,
  version,
  env = getOption("datashield.env", globalenv())
)

Arguments

conns

DSConnection-class object or a list of DSConnection-classs.

name

The name of the server-side package.

version

The minimum package version number to be matched.

env

Environment where the package status result should be cached. Try to get it from the 'datashield.env' option, with default to the Global Environment.


DSI documentation built on Oct. 6, 2022, 9:06 a.m.