From efbff0d9385331993e6d05e0fb21984b6cd1393d Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:37:34 +0200 Subject: [PATCH] specify lzstring dev version (#8) This potentially unblocks r-hub checks for packages that use roxy.shinylive, like teal.modules.general https://github.com/insightsengineering/teal.modules.general/actions/runs/11162904017/job/31028602918#step:8:83 --------- Co-authored-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- DESCRIPTION | 4 +++- roxy.shinylive.Rproj | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dad36c8..424f4ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,13 +16,15 @@ Depends: Imports: glue, jsonlite (>= 1.8.6), - lzstring, + lzstring (>= 0.1.3), roxygen2 (>= 7.2.0), stringr (>= 0.4) Suggests: pkgdown (>= 2.0.0), testthat (>= 3.1.5), withr (>= 2.4.3) +Remotes: + lzstring=parmsam/lzstring-r Config/Needs/verdepcheck: tidyverse/glue, jeroen/jsonlite, lzstring=parmsam/lzstring-r, r-lib/roxygen2, tidyverse/stringr, r-lib/pkgdown, r-lib/testthat, r-lib/withr diff --git a/roxy.shinylive.Rproj b/roxy.shinylive.Rproj index aaa62a5..69fafd4 100644 --- a/roxy.shinylive.Rproj +++ b/roxy.shinylive.Rproj @@ -5,8 +5,13 @@ SaveWorkspace: No AlwaysSaveHistory: Default EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 Encoding: UTF-8 +RnwWeave: Sweave +LaTeX: pdfLaTeX + AutoAppendNewline: Yes StripTrailingWhitespace: Yes LineEndingConversion: Posix