* using log directory ‘/srv/hornik/tmp/CRAN/lacR.Rcheck’ * using R Under development (unstable) (2023-09-17 r85158) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (13) GNU Fortran (Debian 13.2.0-3) 13.2.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘lacR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘lacR’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Xinzhuo HUANG ’ New submission Possibly misspelled words in DESCRIPTION: tokenizer (3:18, 8:24) vetorization (8:119) The Title field should be in title case. Current version is: ‘A Chinese tokenizer based on Baidu LAC (Lexical Analysis of Chinese).’ In title case that is: ‘A Chinese Tokenizer Based on Baidu LAC (Lexical Analysis of Chinese).’ * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘lacR’ can be installed ... [1s/1s] WARNING Found the following significant warnings: Warning: /srv/hornik/tmp/CRAN/lacR.Rcheck/00_pkg_src/lacR/man/setup_lac.Rd:16: unknown macro '\t' Warning: /srv/hornik/tmp/CRAN/lacR.Rcheck/00_pkg_src/lacR/man/setup_lac.Rd:19: unexpected END_OF_INPUT ' Warning: /srv/hornik/tmp/CRAN/lacR.Rcheck/00_pkg_src/lacR/man/tokenizer.Rd:17: unexpected section header '\seealso' Warning: /srv/hornik/tmp/CRAN/lacR.Rcheck/00_pkg_src/lacR/man/tokenizer.Rd:46: unexpected section header '\details' Warning: /srv/hornik/tmp/CRAN/lacR.Rcheck/00_pkg_src/lacR/man/tokenizer.Rd:50: unexpected END_OF_INPUT ' See ‘/srv/hornik/tmp/CRAN/lacR.Rcheck/00install.out’ for details. * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Title field: should not end in a period. License components which are templates and need '+ file LICENSE': MIT * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... WARNING '::' or ':::' imports not declared from: ‘purrr’ ‘reticulate’ * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s/2s] OK * checking Rd files ... [0s/0s] WARNING prepare_Rd: ./man/setup_lac.Rd:16: unknown macro '\t' prepare_Rd: ./man/setup_lac.Rd:19: unexpected END_OF_INPUT ' ' prepare_Rd: ./man/tokenizer.Rd:17: unexpected section header '\seealso' prepare_Rd: ./man/tokenizer.Rd:46: unexpected section header '\details' prepare_Rd: ./man/tokenizer.Rd:50: unexpected END_OF_INPUT ' ' * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... WARNING Missing link or links in documentation object 'tokenizer.Rd': ‘https://github.com/baidu/lac’ See section 'Cross-references' in the 'Writing R Extensions' manual. * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... WARNING Codoc mismatches from documentation object 'setup_lac': setup_lac Code: function(custom = FALSE, location = NULL, python = NULL) Docs: function(custom = FLASE, location = "custom.txt") Argument names in code not in docs: python Mismatches in argument default values: Name: 'custom' Code: FALSE Docs: FLASE Name: 'location' Code: NULL Docs: "custom.txt" * checking Rd \usage sections ... WARNING Documented arguments not in \usage in documentation object 'setup_lac': ‘python’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... NONE * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for code which exercises the package ... WARNING No examples, no tests, no vignettes * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 7 WARNINGs, 2 NOTEs