Dipterix Wang
Dipterix Wang
Right. Most likely when people read a mgh file, they are reading `mri/` folder, which contains a lot of T1, aparc aseg, .... Even assuming the file containing a 3D/4D...
Thanks for reporting this issue @XiaoyuZeng I was trying to fix this issue yesterday. RAVE was developed on Mac and its Windows side was not well tested. Sorry for this...
@XiaoyuZeng great to hear that news!
Hi @barracuda156 , Thanks for showing interest in `lazyarray`. This package has lots of unfixed bugs and will be off CRAN soon. I'm really sorry for this. Please consider it's...
Hi @chrisdane , the development for this package has been paused in favor of https://github.com/dipterix/filearray , a very similar package that offers better performance and more functions. This package (`lazyarray`)...
Append string `Sys.getenv("PATH")` with `:/usr/local/Cellar/hdf5/1.10.6/bin` Copy the string to .Renviron file (use `usethis::edit_r_environ()`), set `PATH` to be ``` PATH=[other search paths]:/usr/local/Cellar/hdf5/1.10.6/bin/ ```
@akhst7 Today I was trying to install on my server and found the same problem. Please add gcc to your PATH environment. In my case, it looks like this. ```...
Hi @hhoeflin , is it possible to call `dyn.load("...../libhdf5_hl.so.100")` in `.onLoad` function manually? Usually on Linux servers (like Redhat), HDF5 are installed as Linux module. The dynamic libraries might not...
I was wondering if I can get the result of the following scripts? Open R, run ```r sessionInfo() R.version ``` Then open your terminal, type ``` h5cc --version ``` If...
Is there any example of virtual dataset using hdf5r?