Skip to content

Commit 818f251

Browse files
committed
Remove C++11 from Makevars
1 parent ddbe171 commit 818f251

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ URL: https://github.com/bnosac/doc2vec
2323
License: MIT + file LICENSE
2424
Encoding: UTF-8
2525
LazyData: true
26-
RoxygenNote: 7.1.2
26+
RoxygenNote: 7.3.2
2727
Depends: R (>= 2.10)
2828
Imports: Rcpp (>= 0.11.5), stats, utils
2929
LinkingTo: Rcpp

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## CHANGES IN doc2vec VERSION 0.2.2
22

33
- Fix DOI in DESCRIPTION
4+
- Remove C++11 from Makevars
45

56
## CHANGES IN doc2vec VERSION 0.2.1
67

src/Makevars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CXX_STD = CXX11
21
PKG_LIBS = -pthread
32
PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS -I./doc2vec
43

0 commit comments

Comments
 (0)