-
**Is your feature request related to a problem? Please describe.**
A possible improvement to the Rcpp functions.
**Describe the solution you'd like**
```
#include "AlphaPartDrop.h"
#include …
-
I am trying to compute the _Hadamard_ product of all column combinations of the two matrices (**epi1,epi2**) to form a new matrix that far exceeds the maximum number of columns supported by `R` and ta…
-
Hi!
I have a package called `RBesT` which I keep in a git repo called `BesT`... this is why the directory I am using to develop is called `BesT` rather than `RBesT`. As a result the code here:
h…
-
Is it necessary for you to use Rcpp instead of plain C (which is rather faster than slower)?
I'm asking because this will make any back porting to `Matrix` impossible, AFAICS.
-
error info. list below:
sf :
Version 1.0-14 installed in /home/yuanjiayj/R/mips64el-unknown-linux-gnuabi64-library/4.4
Version 1.0-18 available at https://mirrors.tuna.tsinghua.edu.cn/CRAN
Up…
-
Please see the error below:
> devtools::install_github("https://github.com/Nanostring-Biostats/InSituType", verbose = TRUE)
Downloading GitHub repo Nanostring-Biostats/InSituType@HEAD
Skipping 3 …
-
Please consider adding registration to compile code cells marked with `Rcpp`. Right now, the only way to run them would be to render the entire document.
````md
---
title: "Rcpp test"
for…
-
As noted on Twiter: rly nice port!
I took it one step further: https://github.com/hrbrmstr/terminator
Reaching out to see how far you were going to go with it and even suggest that I transfer th…
-
Thinking about this, going Rcpp is probably the best way to speed up.
My C++ is not great but ChatGPT seems to be good at translating code from R to C++
E.g. the code for Transposing B to A into…
-
Currently, an Rcpp code chunk expects a single standalone `.cpp` file.
## Compilation of {.h, .cpp} pairs
If you have a habit of separating function declaration in a header file with
`.h` exten…