[ 
https://issues.apache.org/jira/browse/SPARK-56015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066462#comment-18066462
 ] 

Holden Karau commented on SPARK-56015:
--------------------------------------

I poked at 

# 1.Set env variable.
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-arm64
export PATH=$JAVA_HOME/bin:$PATH
export SPARK_DOCS_IS_BUILT_ON_HOST=1
# We expect to compile the R document on the host.
export SKIP_RDOC=1

I think we can just remove it

> Bump R dependencies in website build
> ------------------------------------
>
>                 Key: SPARK-56015
>                 URL: https://issues.apache.org/jira/browse/SPARK-56015
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 4.2.0
>            Reporter: Holden Karau
>            Priority: Minor
>              Labels: pull-request-available
>
> Currently building the container fresh on a new machine fails:
>  
>  
> {code:java}
> 1357.8 The downloaded source packages are in 1357.8 
> '/tmp/Rtmpd5ZA4n/downloaded_packages' 1358.5 Error in 
> devtools::install_version("roxygen2", version = "7.2.0", repos = 
> "https://cloud.r-project.org";) :  1358.5   The package "remotes" is required. 
> 1358.5 Calls: <Anonymous> -> check_installed 1358.5 In addition: Warning 
> message: 1358.5 `install_version()` was deprecated in devtools 2.5.0. 1358.5 
> i Please use pak::pak("pkg@version") instead.  1358.5 Execution halted ------
>  
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to