File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments