Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3394,6 +3394,7 @@
"LazyData": "true",
"Imports": [
"archive (>= 1.1.6)",
"cli",
"data.table",
"DBI",
"httr",
Expand All @@ -3412,11 +3413,11 @@
"Roxygen": "list(markdown = TRUE)",
"Author": "Tim de Jong [aut], Don van den Bergh [ctb, cre], František Bartoš [ctb]",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "jasp-stats",
"RemoteRepo": "jaspTools",
"RemoteRef": "master",
"RemoteSha": "3928759c1aadd4e000d9ccab75f7e9f4b1d3ba94",
"RemoteHost": "api.github.com"
"RemoteSha": "999755fdec8ea2526d6dd6bdaa284c894ac421f1"
},
"jquerylib": {
"Package": "jquerylib",
Expand Down
Binary file added tests/testthat/jaspfiles/verified/LMM.jasp
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
context("Example: Larks and Owls")
context("Library: Larks and Owls")

# This test file was auto-generated from a JASP example file.
# The JASP file is stored in the module's examples/ folder.
# The JASP file is stored in tests/testthat/jaspfiles/library/.

test_that("MixedModelsGLMM results match", {

# Load from JASP example file
jaspFile <- testthat::test_path("..", "..", "examples", "Larks and Owls.jasp")
jaspFile <- testthat::test_path("jaspfiles", "library", "Larks and Owls.jasp")
opts <- jaspTools::analysisOptions(jaspFile)
dataset <- jaspTools::extractDatasetFromJASPFile(jaspFile)

Expand Down
Loading