File tree 2 files changed +0
-20
lines changed
2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ knitr::opts_chunk$set(
18
18
19
19
An optimized median function that uses C++ code to quickly calculate the median of a numeric vector after removing NA values.
20
20
21
- ## Installation
22
-
23
- You can install the development version of ` fastmedian ` with:
24
-
25
- ``` {r eval=FALSE}
26
- remotes::install_github("mstrimas/ebirdstwf")
27
- ```
28
-
29
- ## Example
30
-
31
21
``` {r}
32
22
library(fastmedian)
33
23
med(1:4)
Original file line number Diff line number Diff line change 6
6
An optimized median function that uses C++ code to quickly calculate the
7
7
median of a numeric vector after removing NA values.
8
8
9
- ## Installation
10
-
11
- You can install the development version of ` fastmedian ` with:
12
-
13
- ``` r
14
- remotes :: install_github(" mstrimas/ebirdstwf" )
15
- ```
16
-
17
- ## Example
18
-
19
9
``` r
20
10
library(fastmedian )
21
11
med(1 : 4 )
You can’t perform that action at this time.
0 commit comments