dynr.version {dynr} | R 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")
[Package dynr version 0.1.16-105 Index]