csgillespie / benchmarkme

Crowd sourced benchmarking
https://csgillespie.github.io/benchmarkme/
40 stars 13 forks source link

System details fails when package not loaded #21

Closed dipterix closed 5 years ago

dipterix commented 5 years ago

I try to run benchmarkme without loading the package and it faild

benchmarkme::get_sys_details()
> benchmarkme::get_sys_details()
Error in get("benchmark_std", envir = globalenv()) : 
  object 'benchmark_std' not found

Also why not use 1Mb=1024KB, or is there any place where I can set the option?

csgillespie commented 5 years ago

Thanks for the report. Fixed the bug, but probably won't update CRAN for a few weeks.

In the meantime,

library(benchmarkme)
get_sys_details()

works in the current CRAN version.