Ralf Stubner

Results 19 issues of Ralf Stubner

In doFuture's vignette it says: > There is currently no known future implementation and therefore no known [doFuture] alternative to the [doRedis] packages. I think a future implementation based on...

question

I have a (Debian stable) system with three OpenCL platforms installed: ``` $ clinfo | head -21 Number of platforms 3 Platform Name Intel Gen OCL Driver Platform Vendor Intel...

I have incorporated the PCG family into an [R package](https://www.daqana.org/dqrng/). On submission to CRAN I have been informed about a compilation error on Solaris: > > In file included from...

I recently ran `revdepcheck::revdep_check()` on `tikzDevice` and got the following output: ``` ── CHECK ──────────────────────────────────────────────────────── 9 packages ── ✔ CPAT 0.1.0 ── E: 0 | W: 0 | N: 1...

feature

There is not much development with right now [ArrayFire ML](https://github.com/arrayfire/arrayfire-ml), but it might still be interesting to add it as a static library to the package, which can than be...

enhancement

Currently part of the `Rcpp::as` and `Rcpp::wrap` support is compiled into `RcppArrayFie.so`. Adding that library to the linker does work on Linux, but it is not portable. Instead, `Rcpp::as` and...

c.f. https://github.com/cdeterman/gpuR/issues/109 and https://github.com/s-u/OpenCL/issues/4 ``` r RcppArrayFire::arrayfire_info() #> ArrayFire v3.5.1 (OpenCL, 64-bit Linux, build 0a675e8) #> [0] BEIGNET: Intel(R) HD Graphics Skylake ULT GT2, 4096 MB #> -1- POCL: pthread-Intel(R)...

This issue is motivated by https://stackoverflow.com/questions/49457018/using-rviennacl-for-matrix-multiplication/. According to https://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-extending.pdf one needs to add some forward declarations before loading `Rcpp.h` if one wants to extend Rcpp by custom `as()` and `wrap()`...

When I try to download a video such as https://www.br.de/mediathek/video/abenteuer-wildnis-natur-doku-urwald-von-morgen-nationalpark-eifel-av:61f16675cc0d4d0009a6446e I only get the HTML page downloaded, not the referenced MP4 file: ![image](https://user-images.githubusercontent.com/27821131/157868127-a80d4126-e3c4-42b9-b1ce-ea8c09444c3c.png) It appears as if the plugin has...

bug
question