Skip to content

Commit

Permalink
suppress the package startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Oct 17, 2023
1 parent 2746644 commit 11c7cd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-gjrm-methods.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Test methods for GJRM models

# Test methods for GJRM models
# Fit an example GJRM model using the example from ?GJRM::gamlss
library("GJRM")
suppressPackageStartupMessages(library("GJRM"))

test_that("draw works for a simple GJRM gamlss", {
skip_if_not_installed("GJRM", minimum_version = "0.2-6")
Expand Down

0 comments on commit 11c7cd1

Please sign in to comment.