encoding problem when developing package in R

Viewed 10
Package: DyadicR
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <yourself@somewhere.net>
Description: More about what it does (maybe more than one line)
    Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Encoding: UTF-8
LazyData: true
Footer

I am developing package and its encoding is UTF-8.

Because my default setting was UTF-8, I changed it to system default. after changing encoding, every information and every functions that I made were disappear, it only appeared when I check "reopen in the different encoding"

and even though I changed default encoding everytime I made my package it authomatically change it into UTF-8.

my package only include English. How can I develop function in different encoding? or, is it okay if i keep UTF-8 encodin system?

I am afraid some of users found it difficult.

0 Answers
Related