Skip to content

Commit

Permalink
re-build readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Jan 7, 2020
1 parent f6c4c3a commit a70733a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ lastdose(df, fill = NA_real_, back_calc=FALSE) %>% head()

## More info

See [https://github.com/metrumresearchgroup/lastdose/blob/master/inst/doc/about.md](inst/doc/about.md)
See [inst/doc/about.md](https://github.com/metrumresearchgroup/lastdose/blob/master/inst/doc/about.md)
for more details.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ system.time(x2 <- lastdose(big))
```

. user system elapsed
. 0.045 0.001 0.047
. 0.048 0.001 0.050

## Compare against the single profile

Expand All @@ -172,7 +172,7 @@ system.time(x1 <- lastdose(df))
```

. user system elapsed
. 0 0 0
. 0.001 0.001 0.000

``` r
x3 <- filter(x2, big[["ID"]]==1) %>% as.data.frame()
Expand Down Expand Up @@ -227,5 +227,5 @@ lastdose(df, fill = NA_real_, back_calc=FALSE) %>% head()
## More info

See
[https://github.com/metrumresearchgroup/lastdose/blob/master/inst/doc/about.md](inst/doc/about.md)
[inst/doc/about.md](https://github.com/metrumresearchgroup/lastdose/blob/master/inst/doc/about.md)
for more details.
6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a70733a

Please sign in to comment.