Skip to content

DESCRIPTION file states UTF-8 encoding, but uses ANSI codeset #53

@rfaelens

Description

@rfaelens

renv fails to install ggthemr, because the DESCRIPTION file does not match the stated UTF-8 encoding.

The offender is "Daróczi", where the ó character is written in ANSI, but is an invalid 0xF3 character in UTF-8.
Instead, you should be using "Daróczi".

Please convert the DESCRIPTION file to UTF-8, e.g. by using Notepad++ Encoding->Convert to UTF-8.

Reprex:

renv::install("Mikata-Project/ggthemr")

Error message: DESCRIPTION file at 'C:/Users/XXXX/R-4.1/x86_64-w64-mingw32/ggthemr/DESCRIPTION' is empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions