File tree 4 files changed +24
-14
lines changed
4 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ inst/include/mainpage.h
11
11
^cran-comments\.md$
12
12
revdep
13
13
^\.github$
14
+ ^CRAN-RELEASE$
Original file line number Diff line number Diff line change
1
+ # RcppThread 1.0.0
2
+
3
+ * Release for JSS publication < doi:10.18637/jss.v097.c01 > .
4
+
5
+
1
6
# RcppThread 0.5.4
2
7
3
8
* Fixed warning for move constructor in ThreadPool (#35 , #36 , thanks @asardaes
@@ -31,8 +36,7 @@ BUG FIXES
31
36
32
37
DEPENDENCIES
33
38
34
- * Rcpp is no longer a hard dependency, but only used for unit tests. This avoids
35
- unneccessary compilation time during package installation.
39
+ * Rcpp is no longer a hard dependency, but only used for unit tests. This avoids unnecessary compilation time during package installation.
36
40
37
41
NEW FEATURES
38
42
@@ -59,7 +63,7 @@ NEW FEATURE
59
63
60
64
NEW FEATURE
61
65
62
- * A ` ThreadPool ` can now be intantiated with zero threads in the pool. It
66
+ * A ` ThreadPool ` can now be instantiated with zero threads in the pool. It
63
67
will then do all work pushed to it in the main thread.
64
68
65
69
@@ -76,7 +80,7 @@ NEW FEATURE
76
80
77
81
BUG FIX
78
82
79
- * Don't check print ouptut of multi-threaded code b/c of random results.
83
+ * Don't check print output of multi-threaded code b/c of random results.
80
84
81
85
82
86
# RcppThread 0.1.2
@@ -100,4 +104,4 @@ BUG FIX
100
104
101
105
# RcppThread 0.1.0
102
106
103
- * Intial release.
107
+ * Initial release.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ before including any headers in your source code.
68
68
69
69
## Automatic override of ` std::cout ` and ` std::thread `
70
70
71
- There are preprocessor options to replace all occurences of ` std::cout ` and
71
+ There are preprocessor options to replace all occurrences of ` std::cout ` and
72
72
` std::thread ` with calls to ` RcppThread::Rcout ` and ` RcppThread::Thread `
73
73
(provided that the RcppThread headers are included first). To enable this, use
74
74
```
Original file line number Diff line number Diff line change
1
+ The DOI in the CITATION, DESCRIPTION, and documentation is for a new JSS publication that will be registered after publication on CRAN.
2
+
1
3
## Test environments
2
- * ubuntu 14.04 (release, devel)
3
- * Windows server (devel)
4
+ * ubuntu 16.04 (devel, release, old-rel)
5
+ * macOS X (release)
6
+ * Windows Server 2019 (release)
7
+ * CRAN win builder (devel)
4
8
5
9
## R CMD check results
6
10
7
- 0 errors | 0 warnings | 0 notes
11
+ 0 errors | 0 warnings | 1 note
12
+
13
+ * Note caused by invalid DOI.
8
14
9
15
## Reverse dependencies
10
16
11
- dtwclust: 0 errors | 0 warnings | 1 note
12
- rayrender: 0 errors | 0 warnings | 0 notes
13
- RcppAlgos: 0 errors | 0 warnings | 1 note
14
- rvinecopulib: 0 errors | 0 warnings | 1 note
17
+ We checked 11 reverse dependencies (11 from CRAN), comparing R CMD check results across CRAN and dev versions of this package.
18
+
19
+ * We saw 0 new problems
20
+ * We failed to check 0 packages
15
21
16
- * Notes are not related to this package.
You can’t perform that action at this time.
0 commit comments