Changes in version 2022-06-02 - fix: get_ram() for windows (thanks to @ArkaB-DS @xiaodaigh #45) - internal: linting & format NEWS.md file Changes in version 2022-01-17 - Internal: Suppress warnings on sysctl calls - Fix: get_ram() for windows (thanks to @ArkaB-DS #41) - Deprecate Solaris support Changes in version 2021-02-25 - Internal: Better detection of sysctl Changes in version 2021-02-08 - Internal: Move to GitHub Actions - Internal: Detect sysctl on Macs - Bug: To run parallel checks, the package needs to be attached (thanks to @davidhen #33) Changes in version 1.0.4 (2020-05-09) - Improve RAM detection in Windows (thanks to @xiaodaigh #25) - Example on using IEC units (#22) Changes in version 1.0.2 (2019-08-19) - Minor Bug fix for get_sys_details (thanks to @dipterix) Changes in version 1.0.1 - Typo in vignette (thanks to @tmartensecon) Changes in version 1.0.0 (2019-01-28) - Update version focused on R 3.5 & above. Start anew. Sorry everyone Changes in version 0.6.1 - Improved BLAS detection (suggested by @ck37 #15) Changes in version 0.6.0 (2017-08-30) - Adding parallel benchmarks (thanks to @jknowles) - Since JIT has been introduced, just byte compile the package for ease of comparison. Changes in version 0.5.1 - Add id_prefix to the upload function - Can now run benchmark_std() if the package is not attached (thanks to @YvesCR) - Nicer version of print.bytes() (thanks to @richierocks) - Adding parallel benchmarks (thanks to @jknowles) Changes in version 0.5.0 - Bug fix in get_byte_compiler when cmpfun was used. Changes in version 0.4.0 (2017-01-05) - Update to shinyapps.io example - Moved benchmark description to shinyapps.io - Additional checks on get_ram() Changes in version 0.3.0 (2016-06-25) - New vignette describing benchmarks. - Used Sys.getpid() to try and determine the BLAS/LAPACK library (suggested by Ashley Ford). Changes in version 0.2.3 (2016-02-26) - Return NA for get_cpu()/get_ram() when it isn't possible to determine CPU/RAM. Changes in version 0.2.2 (2016-02-24) - First CRAN version Changes in version 0.2.0 - More flexibility in plot and datatable functions - you can now specify the test you want to compare. - The number of cores returned by get_cpu(). - Adding io benchmarks. - New shiny interface. Changes in version 0.1.9 - Default log scale on y-axis (suggested by @eddelbuettel). Fixes #5. - Moved data sets to {benchmarkmeData} package. - New ranking function to compare results with past. Changes in version 0.1.8 - Added introduction to {benchmarkme} vignette. - Adjust placement of "You" in the S3 plot. - Add .Machine to get_sys_details. Changes in version 0.1.7 - Add locale to get_sys_details. Changes in version 0.1.6 - Further RAM and Mac issues. Changes in version 0.1.4 - Bug fix: Remove white space from apple RAM output (thanks to @vzemlys). Fixes #2. Changes in version 0.1.3 - Add a fall-back when getting RAM - grab everything. - Minor: Added a horizontal line automatically generated plots. - Deprecated benchmark_all (use benchmark_std). Changes in version 0.1.2 - First public release.