The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
CRAN
check issue brought by testthat
update, which requires bit64
when checking
int64
arrays. Added bit64
to
Suggests
field to mitigate this check errorC++
errors are not correctly thrown
due to a recent Rcpp
update. This bug may cause erroneous
code to execute ignoring try-catch statement and imbalanced protecting
stacks (fwhich
, mapreduce
)subsetAssign
to assign when value length is 1
(thanks @talegari
issue #9
)fwhich
function with functional
val
input and options to include corresponding values as
part of return (thanks @talegari
issue
#10
)mapreduce
bug when partition length is way larger
than the buffer size, causing buffer to stop updatingC++
issues, such as unused buffer
allocation in subset-assign, and min_
offset in
sub_vec_range
. These issues are not considered bugs since
they don’t affect the results, but the performance is slightly increased
after fix.dipsaus
with more updated
ravetools
in the vignette performance profilingc++11
from system requirement and
Makevars
TinyThreads
instead of OpenMP
to get
parallel working on OSX
as_filearray
method, and support optional
float
fmap
issues, using better guesses for default
.input_size
FARR_subset_sequential
is usedfastmap
to avoid environment look-upfa_eval_ops
allows dimension names2^20
in single
partitionendian
issue on big-endian
platformsfmap
, fmap2
. The bug has been fixed and passed
valgrind
memory check.subset
function environment not resolved
correctly when using formulafilearray_load_or_create
as an alternative to
filearray_checkload
by automatically replace existing
obsolete array files if the headers, dimensions, or data types don’t
match. Also on_missing
argument is provided to allow array
initialization if new array is created.meta
fileWindows
when partition
sizes are 0filearray_checkload
to
validate headerdimnames
are setC++
codefilearray_bind
can use cache if the header signatures
agreefilearray_bind
can choose to force overwritedigest
to Imports
flush
in saving data to let system decide when
to flush to hard driveR CMD check
is
detectedOpenMP
flag in the MakeVars
segfaults
complex
and float
data
typesdimnames
to be setsubset
to subset using
dimnames
README.md
collapse
to calculate marginal summation with
little memory overheadfmap
, fmap2
to apply functions to
one or multiple file arrays with little memory overhead (also very
fast)rchk
NEWS.md
file to track changes to the
package.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.