Skip to content

Commit 74f20a9

Browse files
committed
[chore] Add comments for the CRAN submission
1 parent 6545703 commit 74f20a9

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

cran-comments.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# ClustAssess v1.0.0
2+
3+
## Test environments
4+
- local Ubuntu 22.04, R 4.4.0
5+
- win-builder (oldrelease, release, devel)
6+
- mac-builder (release, development)
7+
8+
## R CMD check results
9+
There were no ERRRORs or WARNINGs.
10+
11+
### On local Ubuntu, there were 4 NOTESs:
12+
> checking CRAN incoming feasibility ... [5s/65s] NOTE
13+
14+
Maintainer: ‘Andi Munteanu <am3019@cam.ac.uk>
15+
16+
New maintainer:
17+
Andi Munteanu <am3019@cam.ac.uk>
18+
Old maintainer(s):
19+
Arash Shahsavari <as3006@cam.ac.uk>
20+
21+
Suggests or Enhances not in mainstream repositories:
22+
monocle3
23+
24+
Package has a VignetteBuilder field but no prebuilt vignette index.
25+
26+
> checking package dependencies ... NOTE
27+
28+
Imports includes 32 non-default packages.
29+
30+
Importing from so many packages makes the package vulnerable to any of
31+
them becoming unavailable. Move as many as possible to Suggests and
32+
use conditionally.
33+
34+
> checking installed package size ... NOTE
35+
36+
installed size is 7.4Mb
37+
38+
sub-directories of 1Mb or more:
39+
R 1.1Mb
40+
libs 3.9Mb
41+
42+
> checking for future file timestamps ... NOTE
43+
unable to verify current time
44+
45+
*comment* : this NOTE is not related to the functionality of the package.
46+
47+
For the other environments, the NOTEs were the same as the ones above.

0 commit comments

Comments
 (0)