File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -251,9 +251,9 @@ ARG GITHUB_PAT
251
251
# install phantomjs
252
252
RUN R -q -e "webshot::install_phantomjs(); \
253
253
## 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()"
257
257
258
258
259
259
# Install the stuff, where I participate:
Original file line number Diff line number Diff line change 12
12
# # - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
13
13
# # or: https://dailies.rstudio.com/rstudio/
14
14
# # 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 "
16
16
17
17
# USER ${RSESSION_USER}
18
18
Original file line number Diff line number Diff line change 1
1
# R for datascience
2
2
3
- ## Unreleased (2023-06-22)
3
+ ## 4.3.1 (2023-06-22)
4
4
5
5
#### New Features
6
6
13
13
* updated readme to avoid confusion
14
14
#### Others
15
15
16
+ * added github-pat to ci
16
17
* updated to R ` 4.3.1 ` , RStudio ` 2023.08.0-daily-34 ` and Quarto ` 1.4.151 `
17
18
* updated RStudio to version ` 2023.05.0-daily-325 ` and quarto to version ` 1.4.25 `
18
19
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 )
20
21
21
22
## 4.3.0 (2023-04-24)
22
23
You can’t perform that action at this time.
0 commit comments