From 4f2962422c0b2735dc610633ae5ef6668c1c4f26 Mon Sep 17 00:00:00 2001 From: m7pr Date: Thu, 3 Oct 2024 15:38:15 +0200 Subject: [PATCH 1/2] specify lzstring dev version --- .github/workflows/scheduled.yaml | 6 ++++++ DESCRIPTION | 2 +- roxy.shinylive.Rproj | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 3259911..e404515 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -56,6 +56,9 @@ jobs: ) name: revdepcheck â†Šī¸ uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main + with: + lookup-refs: | + parmsam/lzstring-r rhub: if: > github.event_name == 'schedule' || ( @@ -64,3 +67,6 @@ jobs: ) name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main + with: + lookup-refs: | + parmsam/lzstring-r diff --git a/DESCRIPTION b/DESCRIPTION index dad36c8..e238463 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,7 +16,7 @@ Depends: Imports: glue, jsonlite (>= 1.8.6), - lzstring, + lzstring (>= 0.1.3), roxygen2 (>= 7.2.0), stringr (>= 0.4) Suggests: 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 From c53101b6b3f3fd1aed23856acf01b1fc61de890b Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:28:48 +0200 Subject: [PATCH 2/2] use Remotes field until it got on CRAN --- .github/workflows/scheduled.yaml | 6 ------ DESCRIPTION | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index e404515..3259911 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -56,9 +56,6 @@ jobs: ) name: revdepcheck â†Šī¸ uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main - with: - lookup-refs: | - parmsam/lzstring-r rhub: if: > github.event_name == 'schedule' || ( @@ -67,6 +64,3 @@ jobs: ) name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main - with: - lookup-refs: | - parmsam/lzstring-r diff --git a/DESCRIPTION b/DESCRIPTION index e238463..424f4ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,6 +23,8 @@ 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