We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe171 commit 818f251Copy full SHA for 818f251
DESCRIPTION
@@ -23,7 +23,7 @@ URL: https://github.com/bnosac/doc2vec
23
License: MIT + file LICENSE
24
Encoding: UTF-8
25
LazyData: true
26
-RoxygenNote: 7.1.2
+RoxygenNote: 7.3.2
27
Depends: R (>= 2.10)
28
Imports: Rcpp (>= 0.11.5), stats, utils
29
LinkingTo: Rcpp
NEWS.md
@@ -1,6 +1,7 @@
1
## CHANGES IN doc2vec VERSION 0.2.2
2
3
- Fix DOI in DESCRIPTION
4
+- Remove C++11 from Makevars
5
6
## CHANGES IN doc2vec VERSION 0.2.1
7
src/Makevars
@@ -1,4 +1,3 @@
-CXX_STD = CXX11
PKG_LIBS = -pthread
PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS -I./doc2vec
0 commit comments