You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/11/09 02:51:00 UTC

[jira] [Commented] (SPARK-41056) Fix new R_LIBS_SITE behavior introduced in R 4.2

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

Apache Spark commented on SPARK-41056:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/38570

> Fix new R_LIBS_SITE behavior introduced in R 4.2
> ------------------------------------------------
>
>                 Key: SPARK-41056
>                 URL: https://issues.apache.org/jira/browse/SPARK-41056
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 3.4.0
>            Reporter: Hyukjin Kwon
>            Priority: Major
>
> R 4.2
> {code}
> # R
> > Sys.getenv("R_LIBS_SITE")
> [1] "/usr/local/lib/R/site-library/:/usr/lib/R/site-library:/usr/lib/R/library'"
> {code}
> {code}
> # R --vanilla
> > Sys.getenv("R_LIBS_SITE")
> [1] "/usr/lib/R/site-library"
> {code}
> R 4.1
> {code}
> # R
> > Sys.getenv("R_LIBS_SITE")
> [1] "/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library"
> {code}
> {code}
> # R --vanilla
> > Sys.getenv("R_LIBS_SITE")
> [1] "/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library"
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org