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

[SPARK-34132][DOCS][R] Update Roxygen version references to 7.1.1 #31200

Closed
wants to merge 1 commit into from

Conversation

zero323
Copy link
Member

@zero323 zero323 commented Jan 15, 2021

What changes were proposed in this pull request?

This PR updates roxygen2 version reference in docs and DESCRIPTION file.

Why are the changes needed?

According to information provided by @shaneknapp (see this comment to SPARK-30747) all workers use roxygen 7.1.1.

In GitHub workflow we install the latest version

Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2'), repos='https://cloud.r-project.org/')"

which is also 7.1.1 at the moment.

Does this PR introduce any user-facing change?

Docs and description mention currently used package verison.

How was this patch tested?

  • dev/lint-r.
  • Manual check of command used in docs.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

Please make a JIRA for this, @zero323 .

@zero323 zero323 changed the title [DOCS][R] Update Roxygen version references to 7.1.1 [SPARK-34132][DOCS][R] Update Roxygen version references to 7.1.1 Jan 15, 2021
@zero323
Copy link
Member Author

zero323 commented Jan 15, 2021

Please make a JIRA for this, @zero323 .

Done @dongjoon-hyun

@SparkQA
Copy link

SparkQA commented Jan 15, 2021

Test build #134123 has finished for PR 31200 at commit 05fc58f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jan 15, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/38706/

@SparkQA
Copy link

SparkQA commented Jan 15, 2021

Kubernetes integration test status success
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/38706/

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @zero323 .
Merged to master/3.1.

dongjoon-hyun pushed a commit that referenced this pull request Jan 16, 2021
### What changes were proposed in this pull request?

This PR updates `roxygen2` version reference in docs and `DESCRIPTION` file.

### Why are the changes needed?

According to information provided by shaneknapp (see [this comment](https://issues.apache.org/jira/browse/SPARK-30747?focusedCommentId=17265142&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17265142) to SPARK-30747) all workers use roxygen 7.1.1.

In GitHub workflow we install the latest version

https://github.com/apache/spark/blob/c75c29dcaa9458a9ce0dd7a4d5fafbffb4b7f6a6/.github/workflows/build_and_test.yml#L346

which [is also 7.1.1 at the moment](https://web.archive.org/web/20210115172522/https://cran.r-project.org/web/packages/roxygen2/).

### Does this PR introduce _any_ user-facing change?

Docs and description mention currently used package verison.

### How was this patch tested?

- `dev/lint-r`.
- Manual check of command used in docs.

Closes #31200 from zero323/ROXYGEN-VERSION-UPDATE-DOCS.

Authored-by: zero323 <mszymkiewicz@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 66cc129)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@zero323
Copy link
Member Author

zero323 commented Jan 16, 2021

Thanks @dongjoon-hyun @HyukjinKwon @srowen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants