From 7fe7264d57f4a37ae4c2ab8b9762299bd223a14c Mon Sep 17 00:00:00 2001 From: tylermorganwall Date: Sat, 30 Mar 2024 12:31:01 -0400 Subject: [PATCH] -Fix line_radius in CHECK -Add UTF-8 encoding to DESCRIPTION --- DESCRIPTION | 1 + man/render_snapshot.Rd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 37df6262..ed081454 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,6 +50,7 @@ Suggests: raybevel LinkingTo: Rcpp, progress, RcppArmadillo RoxygenNote: 7.3.1 +Encoding: UTF-8 URL: https://www.rayshader.com, https://github.com/tylermorganwall/rayshader BugReports: https://github.com/tylermorganwall/rayshader/issues diff --git a/man/render_snapshot.Rd b/man/render_snapshot.Rd index 893bb12f..c2660499 100644 --- a/man/render_snapshot.Rd +++ b/man/render_snapshot.Rd @@ -34,7 +34,7 @@ render_snapshot( point_radius = 1, line_offset = 1e-07, thick_lines = TRUE, - line_radius = 0.5, + line_radius = 1, cache_scene = FALSE, reset_scene_cache = FALSE, new_page = TRUE,