Skip to content

Commit 9012cf5

Browse files
committed
Update version number
1 parent 362a1f1 commit 9012cf5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: RSSL
2-
Version: 0.9.4
2+
Version: 0.9.5
33
Title: Implementations of Semi-Supervised Learning Approaches for Classification
44
Authors@R: c(person("Jesse", "Krijthe", role = c("aut", "cre"),
55
email = "jkrijthe@gmail.com"))
@@ -80,4 +80,4 @@ Collate:
8080
'svmlin.R'
8181
'testdata-data.R'
8282
Encoding: UTF-8
83-
RoxygenNote: 7.1.0
83+
RoxygenNote: 7.1.2

src/RcppExports.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
using namespace Rcpp;
88

9+
#ifdef RCPP_USE_GLOBAL_ROSTREAM
10+
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
11+
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
12+
#endif
13+
914
// harmonic_function_cpp
1015
arma::mat harmonic_function_cpp(const arma::mat& W, const arma::mat& Y);
1116
RcppExport SEXP _RSSL_harmonic_function_cpp(SEXP WSEXP, SEXP YSEXP) {

0 commit comments

Comments
 (0)