-
こんにちは。
お世話になっております。
初心者です。
p103のところで
`library("sleuth")`と入力すると
```
library("sleuth") でエラー:
‘sleuth’ という名前のパッケージはありません
```
となってしまい、その先に進めていない状況です。
R3.5以上のR4.1.2なので、
`if (!req…
-
Hello!
I was trying to install the package using `BiocManager::install("rhdf5")`, but have been encountering this issue. I am trying to install the package through R 4.2.1 on HPC. Even though I spe…
-
This is with the current git `master`.
Consider the following example file (borrowed from the open PR):
```r
library(rhdf5)
f = h5createFile("ex_hdf5file.h5")
B = array(seq(0.1,2.0,by=0.1),di…
-
Although rhdf5 can be installed on its own, in the Ve.build() process it appears not to recognize it is installed.
-
Hi,
admittedly s390x is an architecture that will probably not run rhdf5 in practical cases. Anyway, the Debian package is built and tested as any other Debian package on this architecture and the t…
-
Hi @grimbough !
Is there a roadmap for HDF5 1.14 support in rhdf5? Would it make sense to first upgrade to HDF5 1.12 and then to HDF5 1.14?
Kind regards,
Robrecht
-
Data subsetting when reading directly from S3 does not currently work when implemented like this:
```
library(aws.s3)
object.loc
-
Hi there,please help! I tried to install rhdf5 in my R-3.6, so I installed with rhdf5 archive file in root permission as following:
```
> install.packages( "https://www.bioconductor.org/packages/3…
-
Hi,
After installing SCARlink without issue, I am facing an issue with the first command of the exemplary data.
I run the command in the scarlink conda env:
scarlink_processing --scrna /path/…
-
Hello @grimbough,
is there any option to compile rhdf5 against HDF5 1.12.0 instead of HDF5 1.10.x(7) (in R 4.x)?
Our stack makes heavy use of HDF5 1.12.0 and it would be a blessing to simply add "/…