R/Rmaanova.version.R

Defines functions Rmaanova.version

Documented in Rmaanova.version

#####################################################################
#
# Rmaanova.version.R
#
# copyright (c) 2001-2004, Lei Wu and Gary A. Churchill, The Jackson Lab.
# Written July, 2006
#
# Licensed under the GNU General Public License version 2 (June, 1991)
#
# Part of the R/maanova package
#
# This is the function to display the version of the current package
#
######################################################################

Rmaanova.version <- function() {
    cat("\nCurrent R/maanova version is ")
    u <- strsplit(library(help = maanova)[[3]][[1]][2], " ")[[1]]
    cat(u[length(u)])
    cat("\n\n")
}

    

Try the maanova package in your browser

Any scripts or data that you put into this service are public.

maanova documentation built on Nov. 8, 2020, 8:21 p.m.