Skip to content

Commit 83f8b3c

Browse files
committed
typos
1 parent d010a64 commit 83f8b3c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: insight
33
Title: Easy Access to Model Information for Various Model Objects
4-
Version: 1.5.0.4
4+
Version: 1.5.0.5
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -90,7 +90,7 @@ Suggests:
9090
BayesFactor,
9191
bayestestR,
9292
bbmle,
93-
BDSA,
93+
BSDA,
9494
bdsmatrix,
9595
betareg,
9696
biglm,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Changes
44

5-
* `model_info()` now correctly detects t- and z-tests from package *BDSA*.
5+
* `model_info()` now correctly detects t- and z-tests from package *BSDA*.
66

77
* `format_bf()` gains a digits argument.
88

tests/testthat/test-htest.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ test_that("model_info.kruskal-test", {
374374
})
375375

376376

377-
# BDSA -------
377+
# BSDA -------
378378

379-
test_that("model_info.BDSA-test", {
379+
test_that("model_info.BSDA-test", {
380380
skip_if_not_installed("BSDA")
381381
m <- suppressWarnings(BSDA::tsum.test(
382382
mean.x = 5.6,

0 commit comments

Comments
 (0)