Skip to content

Commit 66e447e

Browse files
committed
editing notes for releasers
1 parent c4e2dae commit 66e447e

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

cran-comments.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
## Submission
2-
This yet another C++11 fix, fixing clang warning:
3-
Result: WARN
4-
Found the following significant warnings:
5-
znorm.cpp:44:59: warning: 'bind2nd<std::__1::minus<double>, double>' is deprecated [-Wdeprecated-declarations]
2+
This is addressing project deletion following your email.
3+
===
4+
Please see the problems shown on
5+
<https://cran.r-project.org/web/checks/check_results_jmotif.html>.
6+
Please correct before 2025-11-15 to safely retain your package on CRAN.
7+
Note that this will be the *final* reminder.
8+
===
69

7-
The old code:
8-
std::transform(ts.begin(), ts.end(), diff.begin(), std::bind2nd(std::minus<double>(), mean));
10+
I've fixed RcppArmadillo-related issues by removing hard requirement for C++ 11.
11+
12+
Some bugs popped up and I fixed those as well.
13+
14+
Tests pass and checks as well.
15+
16+
Have a great day! Thank you!
917

10-
The new code:
11-
for(unsigned i=0; i<ts.size(); i++)
12-
diff[i] = ts[i]-mean;
1318

1419
## Changes
1520

16-
All over source code in order to fix any thrown warnings.
21+
Build routines and some sources.
1722

1823
## Test environments
19-
* Ubuntu LTS 19.10 (localhost), R 3.6.1
20-
* Ubuntu LTS 16.04 (on travis-ci), R 3.5
24+
* Ubuntu LTS 22.04.05 (localhost), R 4.5.1
2125
* win-builder (devel and release)
2226

2327
## R CMD check results

0 commit comments

Comments
 (0)