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
I am using QFeatures::reduceDataFrame() in PSMatch, which now depends on the former just for that (low-level) function. What about moving this file from QFeatures to MsCoreUtils?
Looks good to me. Question: that does only work for DataFrame, right? Any plans to have that implemented for data.frame too? And also, most NumericList etc have the parameter compressed = TRUE, how does your function work with that? I had the impression that compressed lists are slower.
I am using
QFeatures::reduceDataFrame()
inPSMatch
, which now depends on the former just for that (low-level) function. What about moving this file fromQFeatures
toMsCoreUtils
?@sgibb @jorainer
The text was updated successfully, but these errors were encountered: