From a70733a9ce6f256ad11f63ba033a8bda1bd49b2a Mon Sep 17 00:00:00 2001 From: Kyle Baron Date: Tue, 7 Jan 2020 08:39:05 -0600 Subject: [PATCH] re-build readme --- README.Rmd | 2 +- README.md | 6 +++--- docs/index.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8d7b498..c4b7f01 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. diff --git a/README.md b/README.md index 2998cc4..23cbe0c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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() @@ -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. diff --git a/docs/index.html b/docs/index.html index 1a79942..49be7e2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -181,14 +181,14 @@

Timing result

system.time(x2 <- lastdose(big))
+. 0.048 0.001 0.050

Compare against the single profile

+. 0.001 0.001 0.000
x3 <- filter(x2, big[["ID"]]==1) %>% as.data.frame()
 
 all.equal(x1,x3)
@@ -228,7 +228,7 @@