Steps to reproduce:
- Have a package description file with an Authors@R field like this:
Authors@R: person("Foo", "ńęĘłŁźż", role = "aut"). Not a real name, just some letters from the polish alphabet.
- Run
d <- description$new()
- Note that the name in
d is still correct.
- Run
d$write()
- Observe the wrong name in the description file:
Authors@R: person("Foo", "neElLzz", role = "aut")
This is problematic when using usethis::use_package() or usethis::use_version(), for example.
OS: Windows 10
R: 4.0.5
RStudio: 1.4.1103
desc version: 1.3.0
Steps to reproduce:
Authors@R: person("Foo", "ńęĘłŁźż", role = "aut"). Not a real name, just some letters from the polish alphabet.d <- description$new()dis still correct.d$write()Authors@R: person("Foo", "neElLzz", role = "aut")This is problematic when using
usethis::use_package()orusethis::use_version(), for example.OS: Windows 10
R: 4.0.5
RStudio: 1.4.1103
desc version: 1.3.0