dynr.version function

Current Version String

Current Version String

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.

Returns

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

Examples

dynr.version() dynr.version(verbose=FALSE) packageVersion("dynr")
  • Maintainer: Michael D. Hunter
  • License: GPL-3
  • Last published: 2023-11-28