diff --git a/articles/DataPrepare.html b/articles/DataPrepare.html index d2162447..63fb6aaa 100644 --- a/articles/DataPrepare.html +++ b/articles/DataPrepare.html @@ -766,7 +766,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2023-10-18 03:15:36.710961" +#> [1] "2023-10-18 14:13:48.472317" #> #> $dataCreate$writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" @@ -784,7 +784,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2023-10-18 03:15:36 UTC" +#> [1] "2023-10-18 14:13:48 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-10-18 03:15:37 UTC" +#> [1] "2023-10-18 14:13:48 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-10-18 03:15:37 UTC" +#> [1] "2023-10-18 14:13:48 UTC" #> #> $dataCreate$Description #> [1] "A PK dataset used for examples." diff --git a/articles/NMdata-cheat.html b/articles/NMdata-cheat.html index bdbc6348..23ba8e63 100644 --- a/articles/NMdata-cheat.html +++ b/articles/NMdata-cheat.html @@ -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-10-18 03:15:46 -#> file.logtime file has.col.row -#> 1: 2023-10-18 03:15:46.94941 nonmem/../derived/pkdata.csv TRUE +#> 1: input pkdata.csv 1502 23 150 csv 2023-10-18 14:13:57 +#> file.logtime file has.col.row +#> 1: 2023-10-18 14:13:57.931642 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-10-18 03:15:46.94941" +#> [1] "2023-10-18 14:13:57.931642" #> #> $writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" diff --git a/pkgdown.yml b/pkgdown.yml index 02338c0f..aaf7d779 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-10-18T03:15Z +last_built: 2023-10-18T14:13Z 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 894d57cb..a0bc66fd 100644 --- a/reference/NMdataConf.html +++ b/reference/NMdataConf.html @@ -245,7 +245,7 @@

Examples

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

Examples

#> $file.mod #> function (file) #> fnExtension(file, ext = ".mod") -#> <bytecode: 0x55a3696362c8> -#> <environment: 0x55a369627448> +#> <bytecode: 0x556e208109e0> +#> <environment: 0x556e20801b60> #> #> $file.data #> [1] "extract" @@ -287,8 +287,8 @@

Examples

#> $modelname #> function (file) #> fnExtension(basename(file), "") -#> <bytecode: 0x55a369639aa0> -#> <environment: 0x55a369627448> +#> <bytecode: 0x556e20810388> +#> <environment: 0x556e20801b60> #> #> $quiet #> [1] FALSE diff --git a/reference/NMstamp.html b/reference/NMstamp.html index ddf47b3a..6b278839 100644 --- a/reference/NMstamp.html +++ b/reference/NMstamp.html @@ -145,7 +145,7 @@

Examples

#> [1] "example.R" #> #> $dataCreate$CreationTime -#> [1] "2023-10-18 03:15:23 UTC" +#> [1] "2023-10-18 14:13:37 UTC" #> #> $dataCreate$description #> [1] "Example data"