You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+21-17Lines changed: 21 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,27 @@ microbenchmark(
128
128
129
129
Okay, let's try to adapt [RcppMLPACK's example code](https://github.com/thirdwing/RcppMLPACK/wiki/Example#k-means-example) for [k-means](http://www.mlpack.org/docs/mlpack-2.0.3/doxygen.php?doc=kmtutorial.html#kmeans_kmtut) to a RcppMLPACK-less context :)
130
130
131
-
```{Rcpp kmeans_source, eval = FALSE}
131
+
```{r, eval = FALSE}
132
+
Rcpp::sourceCpp(code = "// This is just to see some stuff...
Error in dyn.load("/Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so") :
156
-
unable to load shared object '/Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so':
157
-
dlopen(/Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so, 6): Symbol not found: __ZN6mlpack3Log4InfoE
in /Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so
Okay, let's try to adapt [RcppMLPACK's example code](https://github.com/thirdwing/RcppMLPACK/wiki/Example#k-means-example) for [k-means](http://www.mlpack.org/docs/mlpack-2.0.3/doxygen.php?doc=kmtutorial.html#kmeans_kmtut) to a RcppMLPACK-less context :)
Error in dyn.load("/Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so") :
174
-
unable to load shared object '/Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so':
175
-
dlopen(/Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so, 6): Symbol not found: __ZN6mlpack3Log4InfoE
in /Users/mpopov/Desktop/Learning Rcpp/README_cache/markdown_github/kmeans_source_sourceCpp/sourceCpp-x86_64-apple-darwin13.4.0-0.12.7/sourcecpp_450b02624e/sourceCpp_2.so
0 commit comments