-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
17 lines (17 loc) · 872 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: rscimark
Title: SciMark 2.0 Benchmark for Scientific and Numerical Computing
Description: The SciMark 2.0 benchmark was originally developed in Java as a benchmark for numerical and scientific computational performance. It measures the performance of several computational kernels which are frequently occuring in scientific applications. This package is a simple wrapper around the ANSI C implementation of the benchmark.
Authors@R: c(person("Bernd", "Bischl", email = "bernd_bischl@gmx.net",
role = c("aut", "cre")), person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = c("aut")))
URL: https://github.com/berndbischl/rscimark
BugReports: https://github.com/berndbischl/rscimark/issues
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Imports:
checkmate
Suggests:
testthat
LazyData: yes
ByteCompile: yes
Version: 1.0
RoxygenNote: 5.0.1