Skip to content

Commit

Permalink
specify lzstring dev version (#8)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
m7pr and pawelru authored Oct 3, 2024
1 parent 9d3d821 commit efbff0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions roxy.shinylive.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efbff0d

Please sign in to comment.