-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix benchmarking issue with multiple reps
- Loading branch information
1 parent
2d77fd8
commit f79b111
Showing
5 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,3 @@ | |
*.status | ||
*~ | ||
*.swp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Package: merkhet | ||
Type: Package | ||
Title: Time Utilities for R | ||
Version: 0.3-0 | ||
Version: 0.3-1 | ||
Description: The name 'merkhet' is an ancient word for a kind of timekeeping | ||
device, which means the "instrument of knowing." The package contains | ||
several timing utilities useful for 'benchmarking' and performance | ||
monitoring. | ||
License: BSD 2-clause License + file LICENSE | ||
Depends: | ||
R (>= 3.0.0) | ||
R (>= 3.6.0) | ||
Imports: | ||
R6 (>= 2.4.1) | ||
ByteCompile: yes | ||
Authors@R: person("Drew", "Schmidt", role=c("aut", "cre"), email="[email protected]") | ||
Maintainer: Drew Schmidt <[email protected]> | ||
URL: https://github.com/shinra-dev/merkhet | ||
BugReports: https://github.com/shinra-dev/merkhet/issues | ||
RoxygenNote: 7.1.0 | ||
RoxygenNote: 7.1.1 | ||
HPCRAN: benchmark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters