ecce 包仓库:https://gitlab.com/chuxinyuan/ecce
CRAN反馈检查结果:https://win-builder.r-project.org/incoming_pretest/ecce_2.0.4_20230902_115953/Windows/00check.log
我把检查结果中关键的两条摘出来:
checking R files for non-ASCII characters ... WARNING
Found the following file with non-ASCII characters:
pinyin.R
Portable packages must use only ASCII characters in their R code,
except perhaps in comments.
Use \uxxxx escapes for other characters.checking R code for possible problems ... NOTE
pinyin: no visible binding for global variable 'aux'
pinyin: no visible binding for global variable 'tones'
pinyin: no visible binding for global variable 'num'
Undefined global functions or variables:
aux num tones
我现在不知道怎么修复这两个问题,请教下各位,谢谢!