Skip to content

Commit 240c6a4

Browse files
MichaelChiricodongjoon-hyun
authored andcommitted
[SPARK-27262][R] Add explicit UTF-8 Encoding to DESCRIPTION
## What changes were proposed in this pull request? I got this warning when following the recommended approach to generating documentation: ``` Warning message: roxygen2 requires Encoding: UTF-8 ``` As can be seen in [other](https://github.com/tidyverse/tidyverse/blob/master/DESCRIPTION) [`tidyverse`](https://github.com/tidyverse/dplyr/blob/master/DESCRIPTION) [`DESCRIPTION`s](https://github.com/tidyverse/readr/blob/master/DESCRIPTION), this is standard practice This PR adds `Encoding: UTF-8` to `R/pkg/DESCRIPTION` ## How was this patch tested? Pass the Jenkins without warning. Closes apache#23823 from MichaelChirico/patch-1. Authored-by: Michael Chirico <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 027ed2d commit 240c6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/pkg/DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ Collate:
6060
'window.R'
6161
RoxygenNote: 5.0.1
6262
VignetteBuilder: knitr
63+
Encoding: UTF-8
6364
NeedsCompilation: no

0 commit comments

Comments
 (0)