Skip to content

[SPARK-XXXXX][INFRA] Upgrade roxygen2 to 7.3.3 to recover CI#54855

Closed
sarutak wants to merge 1 commit intoapache:masterfrom
sarutak:upgrade-roxygen2
Closed

[SPARK-XXXXX][INFRA] Upgrade roxygen2 to 7.3.3 to recover CI#54855
sarutak wants to merge 1 commit intoapache:masterfrom
sarutak:upgrade-roxygen2

Conversation

@sarutak
Copy link
Copy Markdown
Member

@sarutak sarutak commented Mar 17, 2026

What changes were proposed in this pull request?

This PR aims to upgrade roxygen2 to recover from recent CI failure.
Recently, devtools was updated and it depends on roxygen >= 7.3.3.
https://cran.r-project.org/web/packages/devtools/index.html

Why are the changes needed?

To recover CI.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

GA.

Was this patch authored or co-authored using generative AI tooling?

No.

# See more in SPARK-39959, roxygen2 < 7.2.1
RUN Rscript -e "install.packages(c('devtools', 'knitr', 'markdown', 'rmarkdown', 'testthat'), repos='https://cloud.r-project.org/')" && \
Rscript -e "devtools::install_version('roxygen2', version='7.2.0', repos='https://cloud.r-project.org')" && \
Rscript -e "devtools::install_version('roxygen2', version='7.3.3', repos='https://cloud.r-project.org')" && \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, if we upgrade Roxygen2, we need to validate the generated Rdoc content.

@dongjoon-hyun
Copy link
Copy Markdown
Member

This PR seems to be insufficient somewhere. Could you check the error, @sarutak ?

Screenshot 2026-03-17 at 00 31 32

@sarutak sarutak closed this Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants