Skip to content

Creation of TiledbArray fails on Linux ARM64 #25

@martin-g

Description

@martin-g

Hello,

The CMD build of TileDBArray fails on Linux ARM64 with the following error:

 ~/bbs-3.17-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data TileDBArray
* checking for file ‘TileDBArray/DESCRIPTION’ ... OK
* preparing ‘TileDBArray’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* running ‘cleanup’
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘userguide.Rmd’ using rmarkdown
Quitting from lines 35-38 (userguide.Rmd) 
Error: processing vignette 'userguide.Rmd' failed with diagnostics:
Expecting an external pointer: [type=NULL].
--- failed re-building ‘userguide.Rmd’

SUMMARY: processing the following file failed:
  ‘userguide.Rmd’

Error: Vignette re-building failed.
Execution halted

I have also tested with as(X, "TileDBArray") and it fails the same way:

* creating vignettes ... ERROR
--- re-building ‘userguide.Rmd’ using rmarkdown
Quitting from lines 43-44 (userguide.Rmd) 
Error: processing vignette 'userguide.Rmd' failed with diagnostics:
Expecting an external pointer: [type=NULL].
--- failed re-building ‘userguide.Rmd’

Do you have any ideas what could be the problem ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions