dynr.version: Current Version String

dynr.versionR Documentation

Current Version String

Description

Current Version String

Usage

dynr.version(verbose = TRUE)

Arguments

verbose

If TRUE, print detailed information to the console (default)

This function returns a string with the current version number of dynr. Optionally (with verbose = TRUE (the default)), it prints a message containing the version of R and the platform. The primary purpose of the function is for bug reporting.

Value

A (length-one) object of class 'package_version'

Examples

dynr.version()
dynr.version(verbose=FALSE)
packageVersion("dynr")

dynr documentation built on Oct. 17, 2022, 9:06 a.m.