diff --git a/articles/DataPrepare.html b/articles/DataPrepare.html index 1c7fd15c..70e2bba4 100644 --- a/articles/DataPrepare.html +++ b/articles/DataPrepare.html @@ -117,7 +117,7 @@

Data Preparation Tools

-

Built 2023-09-07 using NMdata 0.1.1.

+

Built 2023-09-08 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-07 17:28:55.774249" +#> [1] "2023-09-08 00:22:12.554301" #> #> $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-07 17:28:55 UTC" +#> [1] "2023-09-08 00:22:12 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-07 17:28:56 UTC"

+#> [1] "2023-09-08 00:22:12 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-07 17:28:56 UTC" +#> [1] "2023-09-08 00:22:13 UTC" #> #> $dataCreate$Description #> [1] "A PK dataset used for examples." diff --git a/articles/NMdata-FAQ.html b/articles/NMdata-FAQ.html index c77d3625..b26afa0e 100644 --- a/articles/NMdata-FAQ.html +++ b/articles/NMdata-FAQ.html @@ -117,7 +117,7 @@

NMdata FAQ

-

Built 2023-09-07 using NMdata 0.1.1.

+

Built 2023-09-08 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 b91f256a..420b8842 100644 --- a/articles/NMdata-cheat.html +++ b/articles/NMdata-cheat.html @@ -144,7 +144,7 @@

NMdata Cheatsheet

logo
-

Built 2023-09-07 using NMdata 0.1.1.

+

Built 2023-09-08 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-07 17:29:08 -#> file.logtime file has.col.row -#> 1: 2023-09-07 17:29:08.05523 nonmem/../derived/pkdata.csv TRUE +#> 1: input pkdata.csv 1502 23 150 csv 2023-09-08 00:22:24 +#> file.logtime file has.col.row +#> 1: 2023-09-08 00:22:24.249438 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-07 17:29:08.05523" +#> [1] "2023-09-08 00:22:24.249438" #> #> $writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" diff --git a/articles/NMscanData.html b/articles/NMscanData.html index dc1b4533..d4c8cbfb 100644 --- a/articles/NMscanData.html +++ b/articles/NMscanData.html @@ -118,7 +118,7 @@

NMscanData: Find And Combine All Output And -

Built 2023-09-07 using NMdata 0.1.1.

+

Built 2023-09-08 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 394e94e9..0f06c87b 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-07T17:28Z +last_built: 2023-09-08T00:21Z 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 d2e8644d..c0ad9f01 100644 --- a/reference/NMdataConf.html +++ b/reference/NMdataConf.html @@ -245,7 +245,7 @@

Examples

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

Examples

#> $file.mod #> function (file) #> fnExtension(file, ext = ".mod") -#> <bytecode: 0x55d736c03bb8> -#> <environment: 0x55d736c27b78> +#> <bytecode: 0x55fb46b44e30> +#> <environment: 0x55fb46b78678> #> #> $file.data #> [1] "extract" @@ -287,8 +287,8 @@

Examples

#> $modelname #> function (file) #> fnExtension(basename(file), "") -#> <bytecode: 0x55d736c04210> -#> <environment: 0x55d736c27b78> +#> <bytecode: 0x55fb46b45488> +#> <environment: 0x55fb46b78678> #> #> $quiet #> [1] FALSE diff --git a/reference/NMstamp.html b/reference/NMstamp.html index d9b3fbbe..90f42cb2 100644 --- a/reference/NMstamp.html +++ b/reference/NMstamp.html @@ -145,7 +145,7 @@

Examples

#> [1] "example.R" #> #> $dataCreate$CreationTime -#> [1] "2023-09-07 17:28:39 UTC" +#> [1] "2023-09-08 00:22:00 UTC" #> #> $dataCreate$description #> [1] "Example data"