You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an overview of how narray is used in R packages present on CRAN, to get some idea where to focus future development. If anyone reading this uses narray themselves, please add as a comment.
This is an overview of how
narray
is used in R packages present on CRAN, to get some idea where to focus future development. If anyone reading this usesnarray
themselves, please add as a comment.split
arraysplit
arraysplit
arraysplit
array withpurrr::map
, could probably usenarray::map
rep
for vector to matrixsubset
, probably doable by[
split
, mostly withpurrr::map
split
, mostly withpurrr::map2
; providessmart_split
, shouldn't this be justdrop=TRUE
?smart_split
as abovesplit
split
Code outside packages:
stack
Other packages providing similar functionality:
apply
andgrouped
version, can't be used much because e.g. still call tobrowser()
in the codeapply
for commonly used functions inRcpp
, similar toMarixStats
filearray
Rcpp
The text was updated successfully, but these errors were encountered: