gpt4 book ai didi

r - R-package 作者姓名中的 Unicode 字符

转载 作者:行者123 更新时间:2023-12-04 18:01:59 33 4
gpt4 key购买 nike

许多欧洲作家的名字中都有 Unicode 字符,例如 Å , Æ , øÄ .在创建 R 包时,他们如何使用这些 Unicode 字符而不是英文字母表的一些转换版本( Å -> A, Æ -> A, Ä -> A )来获得他们的实际名称。简而言之,如何在创建 R 包时在作者/创建者/维护者名称中使用 Unicode 字符。

最佳答案

这里有一些注意事项:
http://r-pkgs.had.co.nz/check.html

我引用:

If you use any non-ASCII characters in the DESCRIPTION, you must also specify an encoding. There are only three encodings that work on all platforms: latin1, latin2 and UTF-8. I strongly recommend UTF-8: Encoding: UTF-8

关于r - R-package 作者姓名中的 Unicode 字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44775116/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com