Skip to content

Commit 99f91e4

Browse files
authored
Cran 0.1.6 (#91)
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Fixes #nnn
1 parent fae6a73 commit 99f91e4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tern.rbmi
22
Title: Create Interface for 'RBMI' and 'tern'
3-
Version: 0.1.5.9000
4-
Date: 2025-03-07
3+
Version: 0.1.6
4+
Date: 2025-07-18
55
Authors@R: c(
66
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0001-7566-2787")),

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# `tern.rbmi` 0.1.5.9000
1+
# `tern.rbmi` 0.1.6
2+
3+
* Build vignette only if using `gcc`.
4+
5+
# `tern.rbmi` 0.1.5
26

37
* Adding `V8` to suggests.
48

tern.rbmi.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: c272b2f3-a9b1-4fe6-853e-fd4f1c99be02
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

vignettes/tern-rbmi.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ knitr::opts_chunk$set(
2626
requireNamespace,
2727
logical(1),
2828
quietly = TRUE
29-
))
29+
), grepl("gcc", system("R CMD config CC", intern = T))) # had issue when using clang (skip)
3030
)
3131
```
3232

0 commit comments

Comments
 (0)