Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev R script for purrr 1.0.0 #595

Closed
eitsupi opened this issue Jan 29, 2023 · 0 comments · Fixed by #651
Closed

Update dev R script for purrr 1.0.0 #595

eitsupi opened this issue Jan 29, 2023 · 0 comments · Fixed by #651
Assignees
Labels
enhancement New feature or request

Comments

@eitsupi
Copy link
Member

eitsupi commented Jan 29, 2023

Some warnings there.

1: Problem while computing `cran = .latest_rspm_cran_url_linux(r_freeze_date,
ubuntu_series, r_version)`.
`cross()` was deprecated in purrr 1.0.0.
Please use `tidyr::expand_grid()` instead.
See <https://github.com/tidyverse/purrr/issues/768>.
ℹ The warning occurred in row 1. 
2: Problem while computing `cran = .latest_rspm_cran_url_linux(r_freeze_date,
ubuntu_series, r_version)`.
ℹ `lift()` was deprecated in purrr 1.0.0.
ℹ The warning occurred in row 1. 
@eitsupi eitsupi added the enhancement New feature or request label Jan 29, 2023
@eitsupi eitsupi self-assigned this Jan 29, 2023
eitsupi added a commit that referenced this issue May 17, 2023
…651)

Close #144

Currently the linux/arm64 platform version of RStudio IDE is not bundled
Quarto CLI, but bundling may begin after RStudio IDE 2023.05.0.
(rstudio/rstudio#12411, rstudio/rstudio#13127)

When the Quarto CLI bundle to the RStudio IDE is started, I think we can
start building arm64 version of `rocker/rstudio`.

This PR also includes a small refactoring to correspond to the recently
released purrr 1.0.0. (Close #595)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant