Skip to content

Commit b935a4d

Browse files
authored
Merge pull request #132 from symengine/fix/gcc-asan-and-rf-error
feat: fix CRAN issue with gcc-asan build
2 parents 4cdf3bb + 7d6eceb commit b935a4d

6 files changed

Lines changed: 135 additions & 86 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ CMakeFiles
1111
^_pkgdown\.yml$
1212
^docs$
1313
^pkgdown$
14+
^dev$
1415
^\.github$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: symengine
22
Title: Interface to the 'SymEngine' Library
3-
Version: 0.2.11
3+
Version: 0.2.13
44
Authors@R: c(person("Jialin", "Ma", email="[email protected]", role = c("cre", "aut")),
55
person("Isuru", "Fernando", email="[email protected]", role = c("aut")),
66
person("Xin", "Chen", email="[email protected]", role = c("aut")))

0 commit comments

Comments
 (0)