From 8452daa2015aa645dcc1eca3ec2bba5726603e4e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 22 Sep 2018 09:54:59 +0200 Subject: Add test and update docs --- docs/reference/PELMO_runs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/reference/PELMO_runs.html') diff --git a/docs/reference/PELMO_runs.html b/docs/reference/PELMO_runs.html index 12a4244..2a75191 100644 --- a/docs/reference/PELMO_runs.html +++ b/docs/reference/PELMO_runs.html @@ -67,7 +67,7 @@ and run using wine." /> pfm - 0.5.1 + 0.5.2 @@ -229,7 +229,7 @@ the period.plm file generated by the FOCUS PELMO GUI.

#> #>
# We get exactly the same PECgw values (on Linux, calling PELMO using Wine). print(time_1)
#> User System verstrichen -#> 0.383 0.129 30.547
if(!inherits(try(cpuinfo <- readLines("/proc/cpuinfo")), "try-error")) { +#> 0.395 0.093 30.590
if(!inherits(try(cpuinfo <- readLines("/proc/cpuinfo")), "try-error")) { cat(gsub("model name\t: ", "CPU model: ", cpuinfo[grep("model name", cpuinfo)[1]])) }
#> CPU model: AMD Ryzen 7 1700 Eight-Core Processor
# Demonstrate some results with metabolites. -- cgit v1.2.1