Skip to content

Commit 88c80a0

Browse files
v0.3.8 release candidate 1
1 parent 36ab2cd commit 88c80a0

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
^hex_sticker$
1414
^CRAN-RELEASE$
1515
^CRAN-SUBMISSION$
16+
.github

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# News
22

3+
## metacoder 0.3.8
4+
5+
* Maintenance release to fix CRAN check issues.
6+
37
## metacoder 0.3.7
48

59
* Maintenance release to fix CRAN check issues.

cran-comments.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Test environments and check results
22

3-
4-
### local: Pop!_OS 22.04 LTS, R 4.3.2
3+
### Local computer: Pop!_OS 22.04 LTS, R version 4.4.2
54

65
0 errors | 0 warnings | 1 notes
76

@@ -13,6 +12,30 @@ I am not sure why this note exists. I am using `R6::` in about 10 places in the
1312
All of the classes in the package are R6 classes, so it is definitely used.
1413

1514

16-
### WinBuilder:
1715

18-
0 errors | 0 warnings | 0 notes
16+
### Winbuilder
17+
18+
0 errors | 0 warnings | 1 notes
19+
20+
```
21+
* checking CRAN incoming feasibility ... [16s] NOTE
22+
Maintainer: 'Zachary Foster <zacharyfoster1989@gmail.com>'
23+
24+
New submission
25+
26+
Package was archived on CRAN
27+
28+
CRAN repository db overrides:
29+
X-CRAN-Comment: Archived on 2024-10-01 as issues were not corrected
30+
in time.
31+
32+
Suggests or Enhances not in mainstream repositories:
33+
traits
34+
```
35+
36+
`metacoder` was removed from CRAN because it dependency `taxize` was removed from CRAN.
37+
`taxize` is back on CRAN now, so `metacoder` is being resubmitted.
38+
The package `traits` was also removed from CRAN because it depends on `taxize` as well.
39+
It is only a suggested package for `metacoder` used for one function and I expect `traits` will be returned to CRAN as well soon.
40+
I am not sure if it is required for all packages in "Suggests" to be on CRAN or not.
41+

0 commit comments

Comments
 (0)