Skip to content

Commit

Permalink
force c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagler committed Jan 12, 2024
1 parent 8b97181 commit 1292e68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: kde1d
Type: Package
Title: Univariate Kernel Density Estimation
Version: 1.0.5
Version: 1.0.6
Authors@R: c(
person("Thomas", "Nagler",, "mail@tnagler.com", role = c("aut", "cre")),
person("Thibault", "Vatter",, "thibault.vatter@gmail.com", role = c("aut"))
Expand Down Expand Up @@ -31,4 +31,3 @@ Suggests:
URL: https://github.com/tnagler/kde1d
BugReports: https://github.com/tnagler/kde1d/issues
Roxygen: list(markdown = TRUE)
SystemRequirements: C++11
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,3 +1,9 @@
# kde1d 1.0.6

DEPENDS

* stop enforcing C++11.

# kde1d 1.0.5

BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion src/Makevars
@@ -1,2 +1,2 @@
CXX_STD = CXX11
CXX_STD = CXX17
PKG_CPPFLAGS = -I../inst/include
2 changes: 1 addition & 1 deletion src/Makevars.win
@@ -1,3 +1,3 @@
CXX_STD = CXX11
CXX_STD = CXX17
PKG_CPPFLAGS = -I"../inst/include"

0 comments on commit 1292e68

Please sign in to comment.