tests/testthat.R

## * load packages
library(testthat)
library(LMMstar)

library(data.table)
library(emmeans)
library(ggplot2)
library(lava)
library(lme4)
library(lmerTest)
library(mice)
library(multcomp)
library(nlme)
library(numDeriv)
library(reshape2)
library(qqtest)

## * run tests
## setwd("~/Documents/GitHub/LMMstar/tests/")
## setwd("c:/Users/hpl802/Documents/Github/LMMstar/tests/")
test_check("LMMstar")

Try the LMMstar package in your browser

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

LMMstar documentation built on Nov. 9, 2023, 1:06 a.m.