Skip to content

Commit

Permalink
Merge branch 'riborings' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings committed Apr 30, 2024
2 parents 1b9c749 + 4e6f954 commit 3268843
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ Suggests:
remotes,
rmarkdown,
scater,
testthat,
testthat (>= 3.0.0),
utils,
vegan
URL: https://github.com/RiboRings/iSEEtree
BugReports: https://github.com/RiboRings/iSEEtree/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3
12 changes: 12 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is part of the standard setup for testthat.
# It is recommended that you do not modify it.
#
# Where should you do additional test configuration?
# Learn more about the roles of various files in:
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
# * https://testthat.r-lib.org/articles/special-files.html

library(testthat)
library(iSEEtree)

test_check("iSEEtree")
3 changes: 3 additions & 0 deletions tests/testthat/test-iSEEtree.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("multiplication works", {
expect_equal(2 * 2, 4)
})

0 comments on commit 3268843

Please sign in to comment.