From 219339c3525d9e83cb99d628b7e1c61ad87d7ace Mon Sep 17 00:00:00 2001 From: philipdelff Date: Mon, 26 Aug 2024 04:15:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20philipde?= =?UTF-8?q?lff/NMdata@2f8ba359955231260c4e2e0284504fb64dd62049=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 | 8 ++++---- articles/NMdata-cheat.html | 10 +++++----- pkgdown.yml | 2 +- reference/NMdataConf.html | 26 +++++++++++++------------- reference/NMstamp.html | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/articles/DataPrepare.html b/articles/DataPrepare.html index 7dc38551..d4d82284 100644 --- a/articles/DataPrepare.html +++ b/articles/DataPrepare.html @@ -776,7 +776,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2024-08-26 04:01:50.1295" +#> [1] "2024-08-26 04:14:42.011198" #> #> $dataCreate$writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" @@ -794,7 +794,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2024-08-26 04:01:50 UTC" +#> [1] "2024-08-26 04:14:42 UTC" #> #> $dataCreate$writtenTo #> [1] "derived/pkdata.rds" "derived/pkdata.csv" @@ -858,7 +858,7 @@

Stamp objects for traceability#> [1] "vignettes/DataCreate.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2024-08-26 04:01:50 UTC" +#> [1] "2024-08-26 04:14:42 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 @@ -874,7 +874,7 @@

Stamp objects for traceability#> [1] "vignettes/DataCreate.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2024-08-26 04:01:50 UTC" +#> [1] "2024-08-26 04:14:42 UTC" #> #> $dataCreate$Description #> [1] "A PK dataset used for examples." diff --git a/articles/NMdata-cheat.html b/articles/NMdata-cheat.html index a7c512b9..721c6251 100644 --- a/articles/NMdata-cheat.html +++ b/articles/NMdata-cheat.html @@ -323,10 +323,10 @@

Debugging input data (and contr res.debug$tables #> source name nrow ncol nid filetype file.mtime #> <char> <char> <int> <int> <int> <char> <POSc> -#> 1: input pkdata.csv 1502 23 150 csv 2024-08-26 04:01:53 -#> file.logtime file has.col.row -#> <char> <char> <lgcl> -#> 1: 2024-08-26 04:01:53.463829 nonmem/../derived/pkdata.csv TRUE +#> 1: input pkdata.csv 1502 23 150 csv 2024-08-26 04:14:45 +#> file.logtime file has.col.row +#> <char> <char> <lgcl> +#> 1: 2024-08-26 04:14:45.32621 nonmem/../derived/pkdata.csv TRUE #> has.col.id #> <lgcl> #> 1: TRUE @@ -479,7 +479,7 @@

Traceability#> [1] "NMdata-cheat.Rmd" #> #> $CreationTime -#> [1] "2024-08-26 04:01:53.463829" +#> [1] "2024-08-26 04:14:45.32621" #> #> $writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" diff --git a/pkgdown.yml b/pkgdown.yml index 39fbaf4b..9fd192bf 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -7,7 +7,7 @@ articles: NMdata-FAQ: NMdata-FAQ.html NMscanData: NMscanData.html ParameterTables: ParameterTables.html -last_built: 2024-08-26T04:01Z +last_built: 2024-08-26T04:14Z 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 d3f8df70..2114d4fa 100644 --- a/reference/NMdataConf.html +++ b/reference/NMdataConf.html @@ -273,7 +273,7 @@

Examples

#> return(as.data.frame(list())) #> UseMethod("as.data.frame") #> } -#> <bytecode: 0x557c89216848> +#> <bytecode: 0x556c354ba680> #> <environment: namespace:base> #> #> $check.time @@ -311,32 +311,32 @@

Examples

#> { #> fnExtension(file, ext = ".ext") #> } -#> <bytecode: 0x557c8907f578> -#> <environment: 0x557c89215f18> +#> <bytecode: 0x556c353cc790> +#> <environment: 0x556c354b9d50> #> #> $file.cov #> function (file) #> { #> fnExtension(file, ext = ".cov") #> } -#> <bytecode: 0x557c8907eeb0> -#> <environment: 0x557c89215f18> +#> <bytecode: 0x556c353cc0c8> +#> <environment: 0x556c354b9d50> #> #> $file.phi #> function (file) #> { #> fnExtension(file, ext = ".phi") #> } -#> <bytecode: 0x557c89082618> -#> <environment: 0x557c89215f18> +#> <bytecode: 0x556c353cba00> +#> <environment: 0x556c354b9d50> #> #> $file.shk #> function (file) #> { #> fnExtension(file, ext = ".shk") #> } -#> <bytecode: 0x557c89081f50> -#> <environment: 0x557c89215f18> +#> <bytecode: 0x556c353cf168> +#> <environment: 0x556c354b9d50> #> #> $file.mod #> function (file) @@ -350,8 +350,8 @@

Examples

#> } #> ctl #> } -#> <bytecode: 0x557c89081888> -#> <environment: 0x557c89215f18> +#> <bytecode: 0x556c353ceaa0> +#> <environment: 0x556c354b9d50> #> #> $file.data #> [1] "extract" @@ -362,8 +362,8 @@

Examples

#> $modelname #> function (file) #> fnExtension(basename(file), "") -#> <bytecode: 0x557c89080a18> -#> <environment: 0x557c89215f18> +#> <bytecode: 0x556c353cdc30> +#> <environment: 0x556c354b9d50> #> #> $nc #> [1] 64 diff --git a/reference/NMstamp.html b/reference/NMstamp.html index d9aabfed..34572eeb 100644 --- a/reference/NMstamp.html +++ b/reference/NMstamp.html @@ -145,7 +145,7 @@

Examples

#> [1] "example.R" #> #> $dataCreate$CreationTime -#> [1] "2024-08-26 04:01:40 UTC" +#> [1] "2024-08-26 04:14:32 UTC" #> #> $dataCreate$description #> [1] "Example data"