Skip to content

Commit cbf0462

Browse files
committed
Removed C++11 requirement.
1 parent 67fd598 commit cbf0462

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: mashr
22
Type: Package
33
Encoding: UTF-8
44
Title: Multivariate Adaptive Shrinkage
5-
Version: 0.2.78
6-
Date: 2023-10-17
5+
Version: 0.2.79
6+
Date: 2023-10-18
77
Authors@R: c(person("Matthew","Stephens",role="aut"),
88
person("Sarah","Urbut",role="aut"),
99
person("Gao","Wang",role="aut"),
@@ -26,7 +26,6 @@ URL: https://github.com/stephenslab/mashr
2626
BugReports: https://github.com/stephenslab/mashr/issues
2727
License: BSD_3_clause + file LICENSE
2828
Copyright: file COPYRIGHTS
29-
SystemRequirements: C++11
3029
Depends: R (>= 3.3.0),
3130
ashr (>= 2.2-22)
3231
Imports:

src/Makevars.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CXX_STD = CXX11
21
GSL_LIBS = @GSL_LIBS@
32
GSL_CFLAGS = @GSL_CFLAGS@
43
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) $(GSL_CFLAGS) -DARMA_64BIT_WORD=1

0 commit comments

Comments
 (0)