Skip to content

Commit 34183b5

Browse files
committed
recheck
1 parent e1d42de commit 34183b5

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: sigr
22
Type: Package
33
Title: Succinct and Correct Statistical Summaries for Reports
44
Version: 1.1.1
5-
Date: 2020-09-20
5+
Date: 2020-09-22
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# sigr 1.1.1 2020-09-20
2+
# sigr 1.1.1 2020-09-22
33

4-
* Fix parens in AUC area matching.
4+
* Fix parens in AUC area matching formula!
55
* Asymmetric ROC case.
66
* Add in more ROC parameters inference functions.
77

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* using option ‘--as-cran’
1212
* checking for file ‘sigr/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘sigr’ version ‘1.1.0
14+
* this is package ‘sigr’ version ‘1.1.1
1515
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1616
Maintainer: ‘John Mount <[email protected]>’
1717
...
@@ -24,14 +24,14 @@
2424
### Windows
2525

2626
devtools::check_win_devel()
27-
* using R Under development (unstable) (2020-09-09 r79174)
27+
* using R Under development (unstable) (2020-09-17 r79226)
2828
* using platform: x86_64-w64-mingw32 (64-bit)
2929
* using session charset: ISO8859-1
3030
* checking for file 'sigr/DESCRIPTION' ... OK
3131
* checking extension type ... Package
32-
* this is package 'sigr' version '1.1.0'
32+
* this is package 'sigr' version '1.1.1'
3333
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
34-
Maintainer: 'John Mount <[email protected]>'
34+
Maintainer: 'John Mount <[email protected]>'
3535
...
3636
Status: OK
3737

extras/check_reverse_dependencies.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package = "sigr"
88
date()
99
```
1010

11-
## [1] "Mon Sep 14 15:46:43 2020"
11+
## [1] "Tue Sep 22 07:17:01 2020"
1212

1313
``` r
1414
parallelCluster <- NULL
@@ -27,7 +27,7 @@ setwd(td)
2727
print(td)
2828
```
2929

30-
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpXsMKn3"
30+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpcyX9ox"
3131

3232
``` r
3333
options(repos = c(CRAN="https://cloud.r-project.org"))
@@ -52,8 +52,8 @@ if(!is.null(parallelCluster)) {
5252
}
5353
```
5454

55-
## ## Reverse depends check of sigr 1.1.0
56-
## WVPlots_1.2.8 started at 2020-09-14 15:46:45 success at 2020-09-14 15:47:35 (1/0/0)
55+
## ## Reverse depends check of sigr 1.1.1
56+
## WVPlots_1.2.9 started at 2020-09-22 07:17:03 success at 2020-09-22 07:17:51 (1/0/0)
5757

5858
## [1] id title status
5959
## <0 rows> (or 0-length row.names)
@@ -62,9 +62,9 @@ if(!is.null(parallelCluster)) {
6262
summariseQueue(package=package, directory=td)
6363
```
6464

65-
## Test of sigr 1.1.0 had 1 successes, 0 failures, and 0 skipped packages.
66-
## Ran from 2020-09-14 15:46:45 to 2020-09-14 15:47:35 for 50 secs
67-
## Average of 50 secs relative to 49.67 secs using 1 runners
65+
## Test of sigr 1.1.1 had 1 successes, 0 failures, and 0 skipped packages.
66+
## Ran from 2020-09-22 07:17:03 to 2020-09-22 07:17:51 for 48 secs
67+
## Average of 48 secs relative to 48.113 secs using 1 runners
6868
##
6969
## Failed packages:
7070
##

0 commit comments

Comments
 (0)