We have a package with an accent in the package description (the line Description
). We have solved issues with our names before adding the following line to the DESCRIPTION file:
Encoding: UTF-8
But for some odd reason this does not work now that we include an accent in the Description:
portion of that file. However it may be an issue is with R Studio.
- We see the accent correctly in the Description column of the RStudio "Packages" pane.
- When we click on the package name to go the the help viewer, this is where the problem occurs: we see
<c3><b3>
instead ofó
.
Is there something else, other than specifying the encoding that we can try? Could this be an issue in the RStudio IDE?