Skip to content

Commit dee0add

Browse files
authored
Merge pull request #30 from weberse2/issue-bump-sbc-data
bump SBC data & enable tests on non-CRAN and have run some tests agai…
2 parents eeff80e + 440cdf3 commit dee0add

File tree

10 files changed

+9
-11
lines changed

10 files changed

+9
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ build/installed/$(RPKG)/DESCRIPTION : build/r-source-fast
169169
install -d build/installed
170170
cd build; $(RCMD) CMD INSTALL --library=./installed --no-docs --no-multiarch --no-test-load --no-clean-on-error $(RPKG)-source.tar.gz
171171

172-
docs/index.html : $(SRCS)
172+
docs/index.html : doc $(SRCS)
173173
NOT_CRAN=true $(RCMD) -e 'pkgdown::build_site()'
174174

175175
PHONY += pkgdown

R/sysdata.rda

7 Bytes
Binary file not shown.

data/AS.rda

8 Bytes
Binary file not shown.

data/colitis.rda

8 Bytes
Binary file not shown.

data/crohn.rda

3 Bytes
Binary file not shown.

data/transplant.rda

10 Bytes
Binary file not shown.

inst/sbc/calibration.md5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Created: 2024-11-21 10:30:15 UTC
2-
git hash: 5f5afb101f98533e4229f9dc267b3540b172c573
3-
MD5: c8f566f591c59887653bac53ab03bb45
1+
Created: 2026-01-30 09:26:46 UTC
2+
git hash: 359c1b3e61d46456784ec84787fae4777a16159b
3+
MD5: 8b3061114af13b65704d8ed12a4087ae

inst/sbc/calibration.rds

-9 Bytes
Binary file not shown.

tests/testthat.R

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
if (Sys.getenv("NOT_CRAN") == "true") {
2-
library(testthat)
3-
library(RBesT)
1+
library(testthat)
2+
library(RBesT)
43

5-
test_check("RBesT")
6-
}
4+
test_check("RBesT")

tools/make-ds.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env Rscript
22

3-
rm(list = ls())
3+
## rm(list=ls())
44

55
## generate example data sets
66
make_ds <- function() {
@@ -62,7 +62,7 @@ make_internal_ds <- function() {
6262
calibration_meta["MD5"] <- vals["MD5"]
6363

6464
pkg_create_date <- Sys.time()
65-
pkg_sha <- "b9dab00"
65+
pkg_sha <- "e1ed608"
6666

6767
if (gsub("\\$", "", pkg_sha) == "Format:%h") {
6868
pkg_sha <- system("git rev-parse --short HEAD", intern = TRUE)

0 commit comments

Comments
 (0)