Update package to send on CRAN
[agghoo.git] / agghoo.Rcheck / 00check.log
1 * using log directory ‘/home/auder/repos/agghoo/agghoo.Rcheck’
2 * using R version 4.2.1 (2022-06-23)
3 * using platform: x86_64-pc-linux-gnu (64-bit)
4 * using session charset: UTF-8
5 * checking for file ‘agghoo/DESCRIPTION’ ... OK
6 * this is package ‘agghoo’ version ‘0.1-0’
7 * checking package namespace information ... OK
8 * checking package dependencies ... OK
9 * checking if this is a source package ... OK
10 * checking if there is a namespace ... OK
11 * checking for executable files ... OK
12 * checking for hidden files and directories ... OK
13 * checking for portable file names ... OK
14 * checking for sufficient/correct file permissions ... OK
15 * checking whether package ‘agghoo’ can be installed ... OK
16 * checking installed package size ... OK
17 * checking package directory ... OK
18 * checking DESCRIPTION meta-information ... OK
19 * checking top-level files ... OK
20 * checking for left-over files ... OK
21 * checking index information ... OK
22 * checking package subdirectories ... OK
23 * checking R files for non-ASCII characters ... OK
24 * checking R files for syntax errors ... OK
25 * checking whether the package can be loaded ... OK
26 * checking whether the package can be loaded with stated dependencies ... OK
27 * checking whether the package can be unloaded cleanly ... OK
28 * checking whether the namespace can be loaded with stated dependencies ... OK
29 * checking whether the namespace can be unloaded cleanly ... OK
30 * checking loading without being on the library search path ... OK
31 * checking dependencies in R code ... OK
32 * checking S3 generic/method consistency ... OK
33 * checking replacement functions ... OK
34 * checking foreign function calls ... OK
35 * checking R code for possible problems ... NOTE
36 compareMulti: no visible binding for global variable ‘parallel’
37 Undefined global functions or variables:
38 parallel
39 * checking for missing documentation entries ... WARNING
40 Undocumented code objects:
41 ‘AgghooCV’ ‘Model’ ‘agghoo’ ‘compareMulti’ ‘compareRange’ ‘compareTo’
42 All user-level objects in a package should have documentation entries.
43 See chapter ‘Writing R documentation files’ in the ‘Writing R
44 Extensions’ manual.
45 * checking examples ... NONE
46 * checking PDF version of manual ... WARNING
47 LaTeX errors when creating PDF version.
48 This typically indicates Rd problems.
49 * checking PDF version of manual without index ... ERROR
50 Re-running with no redirection of stdout/stderr.
51 * DONE
52 Status: 1 ERROR, 2 WARNINGs, 1 NOTE