From 191aeda2655ecc79065a350b83082140254daa90 Mon Sep 17 00:00:00 2001 From: philipdelff Date: Mon, 2 Oct 2023 20:36:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20philipde?= =?UTF-8?q?lff/NMdata@e0e53da7f72d24680d9517b2734c9013faa3abc0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/DataPrepare.html | 10 +++++----- articles/NMdata-FAQ.html | 2 +- articles/NMdata-cheat.html | 8 ++++---- articles/NMscanData.html | 2 +- pkgdown.yml | 2 +- reference/NMdataConf.html | 10 +++++----- reference/NMstamp.html | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/articles/DataPrepare.html b/articles/DataPrepare.html index f0de541a..b99bac80 100644 --- a/articles/DataPrepare.html +++ b/articles/DataPrepare.html @@ -117,7 +117,7 @@

Data Preparation Tools

-

Built 2023-09-08 using NMdata 0.1.1.

+

Built 2023-10-02 using NMdata 0.1.1.

This vignette is still under development. Please make sure to see latest version available here.

@@ -766,7 +766,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2023-09-08 00:26:22.758785" +#> [1] "2023-10-02 20:35:38.703429" #> #> $dataCreate$writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" @@ -784,7 +784,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2023-09-08 00:26:22 UTC" +#> [1] "2023-10-02 20:35:38 UTC" #> #> $dataCreate$writtenTo #> [1] "derived/pkdata.rds" "derived/pkdata.csv" @@ -848,7 +848,7 @@

Stamp objects for traceability#> [1] "vignettes/DataCreate.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2023-09-08 00:26:23 UTC"

+#> [1] "2023-10-02 20:35:39 UTC"

The script argument is recognized by NMstamp, but you can add anything to this. We want to keep descriptive note too. Another often useful piece of information is what @@ -864,7 +864,7 @@

Stamp objects for traceability#> [1] "vignettes/DataCreate.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2023-09-08 00:26:23 UTC" +#> [1] "2023-10-02 20:35:39 UTC" #> #> $dataCreate$Description #> [1] "A PK dataset used for examples." diff --git a/articles/NMdata-FAQ.html b/articles/NMdata-FAQ.html index b26afa0e..cf90921b 100644 --- a/articles/NMdata-FAQ.html +++ b/articles/NMdata-FAQ.html @@ -117,7 +117,7 @@

NMdata FAQ

-

Built 2023-09-08 using NMdata 0.1.1.

+

Built 2023-10-02 using NMdata 0.1.1.

This vignette is still under development. Please make sure to see latest version available here.

diff --git a/articles/NMdata-cheat.html b/articles/NMdata-cheat.html index 19d29ad2..769e6300 100644 --- a/articles/NMdata-cheat.html +++ b/articles/NMdata-cheat.html @@ -144,7 +144,7 @@

NMdata Cheatsheet

logo
-

Built 2023-09-08 using NMdata 0.1.1.

+

Built 2023-10-02 using NMdata 0.1.1.

Please make sure to see latest version available here.

This cheat sheet is intented to provide an overview and remind of command names. Please refer to other vignettes for more details on @@ -322,9 +322,9 @@

Debugging input data (and contr ## Meta data on input data file: res.debug$tables #> source name nrow ncol nid filetype file.mtime -#> 1: input pkdata.csv 1502 23 150 csv 2023-09-08 00:26:31 +#> 1: input pkdata.csv 1502 23 150 csv 2023-10-02 20:35:50 #> file.logtime file has.col.row -#> 1: 2023-09-08 00:26:31.764907 nonmem/../derived/pkdata.csv TRUE +#> 1: 2023-10-02 20:35:50.705186 nonmem/../derived/pkdata.csv TRUE #> has.col.id #> 1: TRUE

In this model we forgot to update the control stream INPUT section @@ -472,7 +472,7 @@

Traceability#> [1] "NMdata-cheat.Rmd" #> #> $CreationTime -#> [1] "2023-09-08 00:26:31.764907" +#> [1] "2023-10-02 20:35:50.705186" #> #> $writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" diff --git a/articles/NMscanData.html b/articles/NMscanData.html index d4c8cbfb..8d39d4e9 100644 --- a/articles/NMscanData.html +++ b/articles/NMscanData.html @@ -118,7 +118,7 @@

NMscanData: Find And Combine All Output And -

Built 2023-09-08 using NMdata 0.1.1.

+

Built 2023-10-02 using NMdata 0.1.1.

Please make sure to see latest vignette version available here.

Objectives diff --git a/pkgdown.yml b/pkgdown.yml index fb40318f..f1ec30f3 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: NMdata-FAQ: NMdata-FAQ.html NMdata-cheat: NMdata-cheat.html NMscanData: NMscanData.html -last_built: 2023-09-08T00:26Z +last_built: 2023-10-02T20:35Z urls: reference: https://philipdelff.github.io/NMdata/reference article: https://philipdelff.github.io/NMdata/articles diff --git a/reference/NMdataConf.html b/reference/NMdataConf.html index 49868644..75ba1f05 100644 --- a/reference/NMdataConf.html +++ b/reference/NMdataConf.html @@ -245,7 +245,7 @@

Examples

#> return(as.data.frame(list())) #> UseMethod("as.data.frame") #> } -#> <bytecode: 0x55aaa0b2a228> +#> <bytecode: 0x55fdbe348d08> #> <environment: namespace:base> #> #> $check.time @@ -275,8 +275,8 @@

Examples

#> $file.mod #> function (file) #> fnExtension(file, ext = ".mod") -#> <bytecode: 0x55aaa0af7310> -#> <environment: 0x55aaa0b2ab58> +#> <bytecode: 0x55fdbe7b47e8> +#> <environment: 0x55fdbe3483d8> #> #> $file.data #> [1] "extract" @@ -287,8 +287,8 @@

Examples

#> $modelname #> function (file) #> fnExtension(basename(file), "") -#> <bytecode: 0x55aaa0af7968> -#> <environment: 0x55aaa0b2ab58> +#> <bytecode: 0x55fdbe7b4190> +#> <environment: 0x55fdbe3483d8> #> #> $quiet #> [1] FALSE diff --git a/reference/NMstamp.html b/reference/NMstamp.html index 9fb3222c..385f8ab7 100644 --- a/reference/NMstamp.html +++ b/reference/NMstamp.html @@ -145,7 +145,7 @@

Examples

#> [1] "example.R" #> #> $dataCreate$CreationTime -#> [1] "2023-09-08 00:26:11 UTC" +#> [1] "2023-10-02 20:35:23 UTC" #> #> $dataCreate$description #> [1] "Example data"