- using R version 4.1.3 (2022-03-10)
- using platform: x86_64-w64-mingw32 (64-bit)
- using session charset: ISO8859-1
- checking for file 'tiledb/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'tiledb' version '0.14.0'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'tiledb' can be installed ... OK
- checking installed package size ... NOTE
installed size is 25.2Mb
sub-directories of 1Mb or more:
libs 23.1Mb
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
- loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [17s] OK
- checking Rd files ... [3s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compiled code ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ...
** running examples for arch 'i386' ... [4s] OK
** running examples for arch 'x64' ... [5s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ...
** running tests for arch 'i386' ... [1s] ERROR
Running 'tinytest.R' [1s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
>
> if (requireNamespace("tinytest", quietly=TRUE)) {
+
+ ## Set a seed to make the test deterministic
+ set.seed(42)
+
+ ## R makes us to this
+ Sys.setenv("R_TESTS"="")
+
+ ## there are several more granular ways to test files in a tinytest directory,
+ ## see its package vignette; tests can also run once the package is installed
+ ## using the same command `test_package(pkgName)`, or by director or file
+ tinytest::test_package("tiledb")
+ }
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 2 tests [0;32mOK [0m
test_arrayschema.R............ 2 tests [0;32mOK [0m
test_arrayschema.R............ 3 tests [0;32mOK [0m
test_arrayschema.R............ 4 tests [0;32mOK [0m
test_arrayschema.R............ 5 tests [0;32mOK [0m
test_arrayschema.R............ 5 tests [0;32mOK [0m
test_arrayschema.R............ 6 tests [0;32mOK [0m
test_arrayschema.R............ 7 tests [0;32mOK [0m
test_arrayschema.R............ 8 tests [0;32mOK [0m
test_arrayschema.R............ 9 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 11 tests [0;32mOK [0m
test_arrayschema.R............ 11 tests [0;32mOK [0m
test_arrayschema.R............ 12 tests [0;32mOK [0m
test_arrayschema.R............ 13 tests [0;32mOK [0m
test_arrayschema.R............ 14 tests [0;32mOK [0m
test_arrayschema.R............ 15 tests [0;32mOK [0m
test_arrayschema.R............ 15 tests [0;32mOK [0m
test_arrayschema.R............ 16 tests [0;32mOK [0m
test_arrayschema.R............ 17 tests [0;32mOK [0m
test_arrayschema.R............ 18 tests [0;32mOK [0m
test_arrayschema.R............ 19 tests [0;32mOK [0m
test_arrayschema.R............ 20 tests [0;32mOK [0m
test_arrayschema.R............ 21 tests [0;32mOK [0m
test_arrayschema.R............ 21 tests [0;32mOK [0m
test_arrayschema.R............ 22 tests [0;32mOK [0m
test_arrayschema.R............ 23 tests [0;32mOK [0m
test_arrayschema.R............ 24 tests [0;32mOK [0m
test_arrayschema.R............ 25 tests [0;32mOK [0m
test_arrayschema.R............ 26 tests [0;32mOK [0m
test_arrayschema.R............ 26 tests [0;32mOK [0m
test_arrayschema.R............ 27 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 29 tests [0;32mOK [0m
test_arrayschema.R............ 29 tests [0;32mOK [0m
test_arrayschema.R............ 30 tests [0;32mOK [0m [0;34m0.1s [0m
test_arrayschemaevolution.R... 0 tests
test_arrayschemaevolution.R... 0 tests
test_arrayschemaevolution.R... 0 tests [0;36m16ms [0m [Exited at #7: Skip on Windows]
test_arrowio.R................ 0 tests
test_arrowio.R................ 0 tests
test_arrowio.R................ 0 tests
test_arrowio.R................ 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 1 tests [0;32mOK [0m
test_attr.R................... 1 tests [0;32mOK [0m
test_attr.R................... 2 tests [0;32mOK [0m
test_attr.R................... 3 tests [0;32mOK [0m
test_attr.R................... 4 tests [0;32mOK [0m
test_attr.R................... 5 tests [0;32mOK [0m
test_attr.R................... 5 tests [0;32mOK [0m
test_attr.R................... 6 tests [0;32mOK [0m
test_attr.R................... 6 tests [0;32mOK [0m
test_attr.R................... 7 tests [0;32mOK [0m
test_attr.R................... 7 tests [0;32mOK [0m
test_attr.R................... 7 tests [0;32mOK [0m
test_attr.R................... 8 tests [0;32mOK [0m
test_attr.R................... 9 tests [0;32mOK [0m
test_attr.R................... 10 tests [0;32mOK [0m
test_attr.R................... 11 tests [0;32mOK [0m
test_attr.R................... 11 tests [0;32mOK [0m
test_attr.R................... 12 tests [0;32mOK [0m
test_attr.R................... 13 tests [0;32mOK [0m
test_attr.R................... 13 tests [0;32mOK [0m
test_attr.R................... 14 tests [0;32mOK [0m
test_attr.R................... 14 tests [0;32mOK [0m
test_attr.R................... 15 tests [0;32mOK [0m
test_attr.R................... 15 tests [0;32mOK [0m
test_attr.R................... 16 tests [0;32mOK [0m
test_attr.R................... 16 tests [0;32mOK [0m
test_attr.R................... 16 tests [0;32mOK [0m [0;36m16ms [0m [Exited at #60: skip remainder of this file on old Windows releases]
test_config.R................. 0 tests
test_config.R................. 0 tests
test_config.R................. 0 tests
test_config.R................. 0 tests
test_config.R................. 1 tests [0;32mOK [0m
test_config.R................. 1 tests [0;32mOK [0m
test_config.R................. 2 tests [0;32mOK [0m
test_config.R................. 3 tests [0;32mOK [0m
test_config.R................. 4 tests [0;32mOK [0m
test_config.R................. 5 tests [0;32mOK [0m
test_config.R................. 6 tests [0;32mOK [0m
test_config.R................. 6 tests [0;32mOK [0m
test_config.R................. 6 tests [0;32mOK [0m
test_config.R................. 7 tests [0;32mOK [0m
test_config.R................. 7 tests [0;32mOK [0m
test_config.R................. 8 tests [0;32mOK [0m
test_config.R................. 8 tests [0;32mOK [0m
test_config.R................. 9 tests [0;32mOK [0m
test_config.R................. 9 tests [0;32mOK [0m
test_config.R................. 10 tests [0;32mOK [0m
test_config.R................. 10 tests [0;32mOK [0m
test_config.R................. 11 tests [0;32mOK [0m
test_config.R................. 12 tests [0;32mOK [0m
test_config.R................. 12 tests [0;32mOK [0m
test_config.R................. 12 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 14 tests [0;32mOK [0m
test_config.R................. 14 tests [0;32mOK [0m
test_config.R................. 15 tests [0;32mOK [0m [0;36m31ms [0m
test_ctx.R.................... 0 tests
test_ctx.R.................... 0 tests
test_ctx.R.................... 0 tests
test_ctx.R.................... 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_dataframe.R.............. 0 tests
test_dataframe.R.............. 0 tests
test_dataframe.R.............. 0 tests
test_dataframe.R.............. 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_datetime.R............... 0 tests
test_datetime.R............... 0 tests
test_datetime.R............... 0 tests
test_datetime.R............... 0 tests [0;36m16ms [0m [Exited at #7: skip this file on old Windows releases]
test_dim.R.................... 0 tests
test_dim.R.................... 0 tests
test_dim.R.................... 0 tests
test_dim.R.................... 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_dimsubset.R.............. 0 tests
test_dimsubset.R.............. 0 tests
test_dimsubset.R.............. 0 tests
test_dimsubset.R.............. 0 tests [0;36m0ms [0m [Exited at #10: skip this file on old Windows releases]
test_domain.R................. 0 tests
test_domain.R................. 0 tests
test_domain.R................. 0 tests
test_domain.R................. 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 1 tests [0;32mOK [0m
test_filestore.R.............. 2 tests [0;32mOK [0m
test_filestore.R.............. 3 tests [0;32mOK [0m
test_filestore.R.............. 4 tests [0;32mOK [0m
test_filestore.R.............. 5 tests [0;32mOK [0m
test_filestore.R.............. 5 tests [0;32mOK [0m
test_filestore.R.............. 5 tests [0;32mOK [0m
test_filestore.R.............. 6 tests [0;32mOK [0m Error in libtiledb_filestore_uri_import(ctx@ptr, filestore_uri, file_uri) :
Error importing file into filestore
Calls: <Anonymous> ... tiledb_filestore_uri_import -> libtiledb_filestore_uri_import
Execution halted
** running tests for arch 'x64' ... [2s] ERROR
Running 'tinytest.R' [2s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
>
> if (requireNamespace("tinytest", quietly=TRUE)) {
+
+ ## Set a seed to make the test deterministic
+ set.seed(42)
+
+ ## R makes us to this
+ Sys.setenv("R_TESTS"="")
+
+ ## there are several more granular ways to test files in a tinytest directory,
+ ## see its package vignette; tests can also run once the package is installed
+ ## using the same command `test_package(pkgName)`, or by director or file
+ tinytest::test_package("tiledb")
+ }
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 0 tests
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 1 tests [0;32mOK [0m
test_arrayschema.R............ 2 tests [0;32mOK [0m
test_arrayschema.R............ 2 tests [0;32mOK [0m
test_arrayschema.R............ 3 tests [0;32mOK [0m
test_arrayschema.R............ 4 tests [0;32mOK [0m
test_arrayschema.R............ 5 tests [0;32mOK [0m
test_arrayschema.R............ 5 tests [0;32mOK [0m
test_arrayschema.R............ 6 tests [0;32mOK [0m
test_arrayschema.R............ 7 tests [0;32mOK [0m
test_arrayschema.R............ 8 tests [0;32mOK [0m
test_arrayschema.R............ 9 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 10 tests [0;32mOK [0m
test_arrayschema.R............ 11 tests [0;32mOK [0m
test_arrayschema.R............ 11 tests [0;32mOK [0m
test_arrayschema.R............ 12 tests [0;32mOK [0m
test_arrayschema.R............ 13 tests [0;32mOK [0m
test_arrayschema.R............ 14 tests [0;32mOK [0m
test_arrayschema.R............ 15 tests [0;32mOK [0m
test_arrayschema.R............ 15 tests [0;32mOK [0m
test_arrayschema.R............ 16 tests [0;32mOK [0m
test_arrayschema.R............ 17 tests [0;32mOK [0m
test_arrayschema.R............ 18 tests [0;32mOK [0m
test_arrayschema.R............ 19 tests [0;32mOK [0m
test_arrayschema.R............ 20 tests [0;32mOK [0m
test_arrayschema.R............ 21 tests [0;32mOK [0m
test_arrayschema.R............ 21 tests [0;32mOK [0m
test_arrayschema.R............ 22 tests [0;32mOK [0m
test_arrayschema.R............ 23 tests [0;32mOK [0m
test_arrayschema.R............ 24 tests [0;32mOK [0m
test_arrayschema.R............ 25 tests [0;32mOK [0m
test_arrayschema.R............ 26 tests [0;32mOK [0m
test_arrayschema.R............ 26 tests [0;32mOK [0m
test_arrayschema.R............ 27 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 28 tests [0;32mOK [0m
test_arrayschema.R............ 29 tests [0;32mOK [0m
test_arrayschema.R............ 29 tests [0;32mOK [0m
test_arrayschema.R............ 30 tests [0;32mOK [0m [0;34m0.1s [0m
test_arrayschemaevolution.R... 0 tests
test_arrayschemaevolution.R... 0 tests
test_arrayschemaevolution.R... 0 tests [0;36m16ms [0m [Exited at #7: Skip on Windows]
test_arrowio.R................ 0 tests
test_arrowio.R................ 0 tests
test_arrowio.R................ 0 tests
test_arrowio.R................ 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 0 tests
test_attr.R................... 1 tests [0;32mOK [0m
test_attr.R................... 1 tests [0;32mOK [0m
test_attr.R................... 2 tests [0;32mOK [0m
test_attr.R................... 3 tests [0;32mOK [0m
test_attr.R................... 4 tests [0;32mOK [0m
test_attr.R................... 5 tests [0;32mOK [0m
test_attr.R................... 5 tests [0;32mOK [0m
test_attr.R................... 6 tests [0;32mOK [0m
test_attr.R................... 6 tests [0;32mOK [0m
test_attr.R................... 7 tests [0;32mOK [0m
test_attr.R................... 7 tests [0;32mOK [0m
test_attr.R................... 7 tests [0;32mOK [0m
test_attr.R................... 8 tests [0;32mOK [0m
test_attr.R................... 9 tests [0;32mOK [0m
test_attr.R................... 10 tests [0;32mOK [0m
test_attr.R................... 11 tests [0;32mOK [0m
test_attr.R................... 11 tests [0;32mOK [0m
test_attr.R................... 12 tests [0;32mOK [0m
test_attr.R................... 13 tests [0;32mOK [0m
test_attr.R................... 13 tests [0;32mOK [0m
test_attr.R................... 14 tests [0;32mOK [0m
test_attr.R................... 14 tests [0;32mOK [0m
test_attr.R................... 15 tests [0;32mOK [0m
test_attr.R................... 15 tests [0;32mOK [0m
test_attr.R................... 16 tests [0;32mOK [0m
test_attr.R................... 16 tests [0;32mOK [0m
test_attr.R................... 16 tests [0;32mOK [0m [0;36m31ms [0m [Exited at #60: skip remainder of this file on old Windows releases]
test_config.R................. 0 tests
test_config.R................. 0 tests
test_config.R................. 0 tests
test_config.R................. 0 tests
test_config.R................. 1 tests [0;32mOK [0m
test_config.R................. 1 tests [0;32mOK [0m
test_config.R................. 2 tests [0;32mOK [0m
test_config.R................. 3 tests [0;32mOK [0m
test_config.R................. 4 tests [0;32mOK [0m
test_config.R................. 5 tests [0;32mOK [0m
test_config.R................. 6 tests [0;32mOK [0m
test_config.R................. 6 tests [0;32mOK [0m
test_config.R................. 6 tests [0;32mOK [0m
test_config.R................. 7 tests [0;32mOK [0m
test_config.R................. 7 tests [0;32mOK [0m
test_config.R................. 8 tests [0;32mOK [0m
test_config.R................. 8 tests [0;32mOK [0m
test_config.R................. 9 tests [0;32mOK [0m
test_config.R................. 9 tests [0;32mOK [0m
test_config.R................. 10 tests [0;32mOK [0m
test_config.R................. 10 tests [0;32mOK [0m
test_config.R................. 11 tests [0;32mOK [0m
test_config.R................. 12 tests [0;32mOK [0m
test_config.R................. 12 tests [0;32mOK [0m
test_config.R................. 12 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 13 tests [0;32mOK [0m
test_config.R................. 14 tests [0;32mOK [0m
test_config.R................. 14 tests [0;32mOK [0m
test_config.R................. 15 tests [0;32mOK [0m [0;36m31ms [0m
test_ctx.R.................... 0 tests
test_ctx.R.................... 0 tests
test_ctx.R.................... 0 tests
test_ctx.R.................... 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_dataframe.R.............. 0 tests
test_dataframe.R.............. 0 tests
test_dataframe.R.............. 0 tests
test_dataframe.R.............. 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_datetime.R............... 0 tests
test_datetime.R............... 0 tests
test_datetime.R............... 0 tests
test_datetime.R............... 0 tests [0;36m16ms [0m [Exited at #7: skip this file on old Windows releases]
test_dim.R.................... 0 tests
test_dim.R.................... 0 tests
test_dim.R.................... 0 tests
test_dim.R.................... 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_dimsubset.R.............. 0 tests
test_dimsubset.R.............. 0 tests
test_dimsubset.R.............. 0 tests
test_dimsubset.R.............. 0 tests [0;36m16ms [0m [Exited at #10: skip this file on old Windows releases]
test_domain.R................. 0 tests
test_domain.R................. 0 tests
test_domain.R................. 0 tests
test_domain.R................. 0 tests [0;36m0ms [0m [Exited at #7: skip this file on old Windows releases]
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 0 tests
test_filestore.R.............. 1 tests [0;32mOK [0m
test_filestore.R.............. 2 tests [0;32mOK [0m
test_filestore.R.............. 3 tests [0;32mOK [0m
test_filestore.R.............. 4 tests [0;32mOK [0m
test_filestore.R.............. 5 tests [0;32mOK [0m
test_filestore.R.............. 5 tests [0;32mOK [0m
test_filestore.R.............. 5 tests [0;32mOK [0m
test_filestore.R.............. 6 tests [0;32mOK [0m Error in libtiledb_filestore_uri_import(ctx@ptr, filestore_uri, file_uri) :
Error importing file into filestore
Calls: <Anonymous> ... tiledb_filestore_uri_import -> libtiledb_filestore_uri_import
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in 'inst/doc' ... OK
- checking re-building of vignette outputs ... [3s] OK
- checking PDF version of manual ... OK
- DONE
Status: 2 ERRORs, 1 NOTE