File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 11## Test environments
22
3- * local macOS install, R 4.3.1
4- * ubuntu 20.04 (with GitHub Actions), R 4.3.1
3+ * local macOS install, R 4.4.2
4+ * ubuntu 20.04 (with GitHub Actions), R 4.4.2
55* win-builder (devel and release)
66
77## R CMD check results
88
990 errors | 0 warnings | 0 note
10+
11+ ## Reverse dependencies
12+
13+ With this update, only ` sparsevb ` failed to install due to the C++14 requirement.
14+ This is due to the ` RcppEnsmallen ` package now requiring C++14. I have
15+ contacted the maintainer of ` sparsevb ` to update their package to work with
16+ C++14 and provided a patch to do so. However, I have not received a response
17+ yet.
18+
19+ > https://gitlab.com/gclara/varpack/-/issues/2
20+ > https://gitlab.com/gclara/varpack/-/merge_requests/1
21+
22+ Per discussions with Kurt, it is fine to temporarily break ` sparsevb ` in order
23+ to allow ` mlpack ` to be updated to the latest version.
24+
25+ ### revdepcheck results
26+
27+ ✔ HDJM 0.1.0 ── E: 0 | W: 0 | N: 0
28+ ✔ mlpack 4.5.0 ── E: 0 | W: 1 | N: 1
29+ ✔ PJFM 0.1.0 ── E: 0 | W: 0 | N: 0
30+ ✔ Racmacs 1.2.9 ── E: 0 | W: 0 | N: 1
31+ I sparsevb 0.1.0 ── E: 0 +1 | W: 0 | N: 0-1
32+ ✔ VBJM 0.1.0 ── E: 0 | W: 0 | N: 0
You can’t perform that action at this time.
0 commit comments