Skip to content

Commit 2c011bf

Browse files
committed
chore: removed github pat creation in non-interactive mode
1 parent 36a7100 commit 2c011bf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Dockerfiles/rdsc_headless_j.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ ARG GITHUB_PAT
251251
# install phantomjs
252252
RUN R -q -e "webshot::install_phantomjs(); \
253253
## Install shinytest dependencies (= phantomjs):
254-
shinytest::installDependencies(); \
255-
credentials::set_github_pat('${GITHUB_PAT}'); \
256-
usethis::git_sitrep()"
254+
shinytest::installDependencies()"
255+
# RUN R -q -e "credentials::set_github_pat('${GITHUB_PAT}'); \
256+
# usethis::git_sitrep()"
257257

258258

259259
# Install the stuff, where I participate:

Dockerfiles/rdsc_rstudio_j.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG \
1212
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
1313
## or: https://dailies.rstudio.com/rstudio/
1414
## or: https://dailies.rstudio.com/rstudio/desert-sunflower/server/focal-amd64/
15-
RSTUDIO_VERSION="2023.08.0-daily-55"
15+
RSTUDIO_VERSION="2023.08.0-daily-59"
1616

1717
# USER ${RSESSION_USER}
1818

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# R for datascience
22

3-
## Unreleased (2023-06-22)
3+
## 4.3.1 (2023-06-22)
44

55
#### New Features
66

@@ -13,10 +13,11 @@
1313
* updated readme to avoid confusion
1414
#### Others
1515

16+
* added github-pat to ci
1617
* updated to R `4.3.1`, RStudio `2023.08.0-daily-34` and Quarto `1.4.151`
1718
* updated RStudio to version `2023.05.0-daily-325` and quarto to version `1.4.25`
1819

19-
Full set of changes: [`4.3.0...a010211`](https://github.com/joundso/r_datascience/compare/4.3.0...a010211)
20+
Full set of changes: [`4.3.0...4.3.1`](https://github.com/joundso/r_datascience/compare/4.3.0...4.3.1)
2021

2122
## 4.3.0 (2023-04-24)
2223

0 commit comments

Comments
 (0)