Skip to content

Commit c93c6f8

Browse files
committed
fix: remove obsolete imports snapshot; add skip conditions in test for non-interactive environments
1 parent 38219a5 commit c93c6f8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: systemPipeShiny
22
Title: systemPipeShiny: An Interactive Framework for Workflow Management and Visualization
3-
Version: 1.19.0
4-
Date: 2025-04-10
3+
Version: 1.19.1
4+
Date: 2025-05-19
55
Authors@R: c(
66
person(given = "Le", family = "Zhang", role = c("aut", "cre"), email = "le.zhang001@email.ucr.edu"),
77
person(given = "Daniela", family = "Cassol", role = c("aut"), email = "danicassol@gmail.com"),

tests/testthat/_snaps/04imports.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/testthat/test-03sps_tabs.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
if(!interactive()) skip("Skip on checks")
2+
skip_on_bioc()
3+
skip_on_cran()
14
temp_dir <- tempdir()
25
spsUtil::quiet(systemPipeShiny::spsInit(app_path = temp_dir,
36
project_name = "test_tabs",

0 commit comments

Comments
 (0)