|
| 1 | + |
| 2 | + |
1 | 3 | <div id="badges"><!-- pkgdown markup --> |
2 | 4 | <a href="https://CRAN.R-project.org/web/checks/check_results_future.apply.html"><img border="0" src="https://www.r-pkg.org/badges/version/future.apply" alt="CRAN check status"/></a> <a href="https://github.com/futureverse/future.apply/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/futureverse/future.apply/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://app.codecov.io/gh/futureverse/future.apply"><img border="0" src="https://codecov.io/gh/futureverse/future.apply/branch/develop/graph/badge.svg" alt="Coverage Status"/></a> |
3 | 5 | </div> |
@@ -42,19 +44,20 @@ Where does the **[future.apply]** package fit in the software stack? You can th |
42 | 44 | <br> |
43 | 45 | </td> |
44 | 46 | <td> |
45 | | -Future-versions of common goto <code>*apply()</code> functions available in base R (of the <strong>base</strong> package):<br> |
| 47 | +Future-versions of common goto <code>*apply()</code> functions available in base R (of the <strong>base</strong> and <strong>stats</strong> packages):<br> |
46 | 48 | <code>future_apply()</code>, |
47 | 49 | <code>future_by()</code>, |
48 | 50 | <code>future_eapply()</code>, |
| 51 | +<code>future_Filter()</code>, |
49 | 52 | <code>future_lapply()</code>, |
| 53 | +<code>future_kernapply()</code>, |
50 | 54 | <code>future_Map()</code>, |
51 | 55 | <code>future_mapply()</code>, |
52 | 56 | <code>future_.mapply()</code>, |
53 | 57 | <code>future_replicate()</code>, |
54 | 58 | <code>future_sapply()</code>, |
55 | | -<code>future_tapply()</code>, |
56 | | -<code>future_vapply()</code>, and |
57 | | -<code>future_kernapply()</code>. |
| 59 | +<code>future_tapply()</code>, and |
| 60 | +<code>future_vapply()</code>. |
58 | 61 | <br> |
59 | 62 | <em>The following function is not implemented:</em><br> |
60 | 63 | <code>future_rapply()</code><br> |
@@ -182,3 +185,4 @@ This will install the package from source. |
182 | 185 | ## Contributing |
183 | 186 |
|
184 | 187 | To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md). |
| 188 | + |
0 commit comments