diff --git a/articles/DataPrepare.html b/articles/DataPrepare.html index 967ec451..e203d40d 100644 --- a/articles/DataPrepare.html +++ b/articles/DataPrepare.html @@ -776,7 +776,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2024-10-31 02:15:11.119208" +#> [1] "2024-10-31 02:28:20.341692" #> #> $dataCreate$writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" @@ -794,7 +794,7 @@

Writing data to files#> [1] "DataPrepare.Rmd" #> #> $dataCreate$CreationTime -#> [1] "2024-10-31 02:15:11 UTC" +#> [1] "2024-10-31 02:28:20 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-10-31 02:15:11 UTC" +#> [1] "2024-10-31 02:28:20 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-10-31 02:15:11 UTC" +#> [1] "2024-10-31 02:28:20 UTC" #> #> $dataCreate$Description #> [1] "A PK dataset used for examples." diff --git a/articles/NMdata-cheat.html b/articles/NMdata-cheat.html index 1f6abdfb..a15459d5 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-10-31 02:15:14 +#> 1: input pkdata.csv 1502 23 150 csv 2024-10-31 02:28:23 #> file.logtime file has.col.row #> <char> <char> <lgcl> -#> 1: 2024-10-31 02:15:14.464586 nonmem/../derived/pkdata.csv TRUE +#> 1: 2024-10-31 02:28:23.635914 nonmem/../derived/pkdata.csv TRUE #> has.col.id #> <lgcl> #> 1: TRUE @@ -479,7 +479,7 @@

Traceability#> [1] "NMdata-cheat.Rmd" #> #> $CreationTime -#> [1] "2024-10-31 02:15:14.464586" +#> [1] "2024-10-31 02:28:23.635914" #> #> $writtenTo #> [1] "derived/pkdata.rds derived/pkdata.csv" diff --git a/pkgdown.yml b/pkgdown.yml index 61eb08ac..ebf65874 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-10-31T02:14Z +last_built: 2024-10-31T02:27Z urls: reference: https://nmautoverse.github.io/NMdata/reference article: https://nmautoverse.github.io/NMdata/articles diff --git a/reference/NMdataConf.html b/reference/NMdataConf.html index e89c3e96..9e690768 100644 --- a/reference/NMdataConf.html +++ b/reference/NMdataConf.html @@ -273,7 +273,7 @@

Examples

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

Examples

#> { #> fnExtension(file, ext = ".ext") #> } -#> <bytecode: 0x556cb27b8070> -#> <environment: 0x556cb27d5430> +#> <bytecode: 0x55590512e110> +#> <environment: 0x55590514b4d0> #> #> $file.cov #> function (file) #> { #> fnExtension(file, ext = ".cov") #> } -#> <bytecode: 0x556cb27b8738> -#> <environment: 0x556cb27d5430> +#> <bytecode: 0x55590512e7d8> +#> <environment: 0x55590514b4d0> #> #> $file.phi #> function (file) #> { #> fnExtension(file, ext = ".phi") #> } -#> <bytecode: 0x556cb27b8e00> -#> <environment: 0x556cb27d5430> +#> <bytecode: 0x55590512eea0> +#> <environment: 0x55590514b4d0> #> #> $file.shk #> function (file) #> { #> fnExtension(file, ext = ".shk") #> } -#> <bytecode: 0x556cb27b94c8> -#> <environment: 0x556cb27d5430> +#> <bytecode: 0x55590512f568> +#> <environment: 0x55590514b4d0> #> #> $file.mod #> function (file) @@ -350,8 +350,8 @@

Examples

#> } #> ctl #> } -#> <bytecode: 0x556cb27b9b90> -#> <environment: 0x556cb27d5430> +#> <bytecode: 0x555905129ee0> +#> <environment: 0x55590514b4d0> #> #> $file.data #> [1] "extract" @@ -362,8 +362,8 @@

Examples

#> $modelname #> function (file) #> fnExtension(basename(file), "") -#> <bytecode: 0x556cb27b6bd0> -#> <environment: 0x556cb27d5430> +#> <bytecode: 0x55590512ad50> +#> <environment: 0x55590514b4d0> #> #> $nc #> [1] 64 diff --git a/reference/NMstamp.html b/reference/NMstamp.html index c141d7d5..8adf66eb 100644 --- a/reference/NMstamp.html +++ b/reference/NMstamp.html @@ -145,7 +145,7 @@

Examples

#> [1] "example.R" #> #> $dataCreate$CreationTime -#> [1] "2024-10-31 02:15:01 UTC" +#> [1] "2024-10-31 02:28:10 UTC" #> #> $dataCreate$description #> [1] "Example data" diff --git a/reference/cleanSpaces.html b/reference/cleanSpaces.html index dc9d4c8e..1f187016 100644 --- a/reference/cleanSpaces.html +++ b/reference/cleanSpaces.html @@ -110,6 +110,10 @@

Arguments

is TRUE.

+
+

Value

+

A vector of class character

+