File tree Expand file tree Collapse file tree 4 files changed +804
-3
lines changed Expand file tree Collapse file tree 4 files changed +804
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Platform
2
+
3
+ | field | value |
4
+ | :--------| :------------------------------------------------|
5
+ | version | R version 4.3.0 (2023-04-21) |
6
+ | os | macOS Ventura 13.0.1 |
7
+ | system | aarch64, darwin20 |
8
+ | ui | RStudio |
9
+ | language | (EN) |
10
+ | collate | en_US.UTF-8 |
11
+ | ctype | en_US.UTF-8 |
12
+ | tz | Europe/Paris |
13
+ | date | 2023-06-27 |
14
+ | rstudio | 2023.05.0-daily+336 Mountain Hydrangea (desktop) |
15
+ | pandoc | 3.1.2 @ /opt/homebrew/bin/ (via rmarkdown) |
16
+
17
+ # Dependencies
18
+
19
+ | package | old | new | Δ |
20
+ | :-------| :-----| :----------| :--|
21
+ | cpp11 | 0.4.3 | 0.4.3.9000 | * |
22
+
1
23
# Revdeps
24
+
25
+ ## Failed to check (10)
26
+
27
+ | package | version | error | warning | note |
28
+ | :-------------| :-------| :-----| :-------| :----|
29
+ | CytoML | 2.12.0 | 1 | | |
30
+ | epiworldR | 0.0-2 | 1 | | |
31
+ | flowWorkspace | 4.12.0 | 1 | | |
32
+ | hilbert | 0.2.1 | 1 | | |
33
+ | igraph | 1.5.0 | 1 | | |
34
+ | ncdfFlow | 2.46.0 | 1 | | |
35
+ | RcppAlgos | 2.7.2 | 1 | | |
36
+ | spatialsample | 0.4.0 | 1 | | |
37
+ | svglite | 2.1.1 | 1 | | |
38
+ | vdiffr | 1.0.5 | 1 | | |
39
+
40
+ ## New problems (1)
41
+
42
+ | package | version | error | warning | note |
43
+ | :---------| :-------| :-----| :-------| :------|
44
+ | [ triangulr] ( problems.md#triangulr ) | 1.2.1 | -1 | | __ +1__ |
45
+
Original file line number Diff line number Diff line change 1
1
## revdepcheck results
2
2
3
- We checked 51 reverse dependencies (49 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3
+ We checked 63 reverse dependencies (56 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
4
4
5
- * We saw 0 new problems
5
+ * We saw 1 new problems
6
+ * We failed to check 7 packages
6
7
7
8
Issues with CRAN packages are summarised below.
9
+
10
+ ### New problems
11
+ (This reports the first line of each new failure)
12
+
13
+ * triangulr
14
+ checking C++ specification ... NOTE
15
+
16
+ ### Failed to check
17
+
18
+ * epiworldR (NA)
19
+ * hilbert (NA)
20
+ * igraph (NA)
21
+ * RcppAlgos (NA)
22
+ * spatialsample (NA)
23
+ * svglite (NA)
24
+ * vdiffr (NA)
You can’t perform that action at this time.
0 commit comments