use_arrow
gc
capability for all persistantly stored gc'able arrays. This should fix cases where R's GC capability prematurely removed arrays stored in SciDB.use_arrow
option.db
param to arrayop::db_connect
function. This works when the clients already have a valid database connection and the username/token params are not required.save_token = FALSE
param to arrayop::db_connect function, so that by default no user password/token is stored in db connection object unless save_token = TRUE
(useful in test settings).ArrayOpBase$full_join
join
parameters from on_left, on_right, on_both
to by.x, by.y, by
, consistent with R base::merge
functionArrayOpBase$persist
implementation to avoid confusion of API usageArrayOpBase$list_versions
(was versions
)ArrayOpBase$version
(was get_version_snapshot
)First public release of the arrayop
package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.