futureverse / future.apply

:rocket: R package: future.apply - Apply Function to Elements in Parallel using Futures
https://future.apply.futureverse.org
211 stars 16 forks source link

Linkify mention of future_lapply() #73

Closed Bisaloo closed 3 years ago

Bisaloo commented 3 years ago

It might be nice if some of the sections from future_lapply() were inherited in future_apply(). E.g., the "Reproducible random number generation (RNG)". Because at the moment, the docs of future_apply() say "For details, see below section." when there is nothing below.

codecov-io commented 3 years ago

Codecov Report

Merging #73 (c6f49fc) into develop (fd6283d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #73   +/-   ##
========================================
  Coverage    96.27%   96.27%           
========================================
  Files           16       16           
  Lines          833      833           
========================================
  Hits           802      802           
  Misses          31       31           
Impacted Files Coverage Δ
R/future_apply.R 96.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fd6283d...c6f49fc. Read the comment docs.

HenrikBengtsson commented 3 years ago

Thanks