-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
1,414 additions
and
1,913 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 |
---|---|---|
|
@@ -14,4 +14,3 @@ | |
^paper$ | ||
^CONDUCT\.md$ | ||
^junk$ | ||
^README\.md$ |
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
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
Binary file modified
BIN
+86.2 KB
(2500%)
revdep/checks.noindex/autothresholdr/new/autothresholdr.Rcheck/autothresholdr-Ex.pdf
Binary file not shown.
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 |
---|---|---|
|
@@ -25,4 +25,4 @@ All Done! | |
> | ||
> proc.time() | ||
user system elapsed | ||
1.008 0.271 1.358 | ||
1.153 0.325 1.737 |
27 changes: 27 additions & 0 deletions
27
revdep/checks.noindex/autothresholdr/new/autothresholdr.Rcheck/tests/testthat.Rout
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
R version 3.6.0 (2019-04-26) -- "Planting of a Tree" | ||
Copyright (C) 2019 The R Foundation for Statistical Computing | ||
Platform: x86_64-apple-darwin15.6.0 (64-bit) | ||
|
||
R is free software and comes with ABSOLUTELY NO WARRANTY. | ||
You are welcome to redistribute it under certain conditions. | ||
Type 'license()' or 'licence()' for distribution details. | ||
|
||
R is a collaborative project with many contributors. | ||
Type 'contributors()' for more information and | ||
'citation()' on how to cite R or R packages in publications. | ||
|
||
Type 'demo()' for some demos, 'help()' for on-line help, or | ||
'help.start()' for an HTML browser interface to help. | ||
Type 'q()' to quit R. | ||
|
||
> library(testthat) | ||
> library(autothresholdr) | ||
> | ||
> test_check("autothresholdr") | ||
══ testthat results ════════════════════════════════════════════════════════════════════════════ | ||
OK: 69 SKIPPED: 0 WARNINGS: 0 FAILED: 0 | ||
> | ||
> proc.time() | ||
user system elapsed | ||
4.180 0.278 5.418 |
Oops, something went wrong.