tangboyun
tangboyun
Same error here. GCC version: 7.2.0 glibc: 2.26 arch: x86_64 c2hs: latest > Configuring inline-r-0.9.0.1... Building inline-r-0.9.0.1... Preprocessing library inline-r-0.9.0.1... c2hs: C header contains errors: /usr/include/bits/mathcalls-helper-functions.h:21: (column 40) [ERROR] >>>...
> I did last updates, tested loading functions and tried to resolve some conflicts in `preprocessing.R` so far looks fine on my side, let me know if any additional changes...
> > > I did last updates, tested loading functions and tried to resolve some conflicts in `preprocessing.R` so far looks fine on my side, let me know if any...
Hi [alikhuseynov](https://github.com/alikhuseynov), I find that without `options(Seurat.object.assay.version = "v5")`, I will fail at the `Crop` function. With `options(Seurat.object.assay.version = "v5")`, I will fail at `GetAssay`: ``` > library(Seurat) > options(Seurat.object.assay.version...