Skip to content

Commit c1d944f

Browse files
committed
compile readme
1 parent 4a26c29 commit c1d944f

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

README.Rmd

-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ knitr::opts_chunk$set(
1818

1919
An optimized median function that uses C++ code to quickly calculate the median of a numeric vector after removing NA values.
2020

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-
3121
```{r}
3222
library(fastmedian)
3323
med(1:4)

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
An optimized median function that uses C++ code to quickly calculate the
77
median of a numeric vector after removing NA values.
88

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-
199
``` r
2010
library(fastmedian)
2111
med(1:4)

0 commit comments

Comments
 (0)