You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shivaram Venkataraman (JIRA)" <ji...@apache.org> on 2016/08/22 20:05:21 UTC

[jira] [Created] (SPARK-17191) Install e1071 R package on Jenkins machines

Shivaram Venkataraman created SPARK-17191:
---------------------------------------------

             Summary: Install e1071 R package on Jenkins machines
                 Key: SPARK-17191
                 URL: https://issues.apache.org/jira/browse/SPARK-17191
             Project: Spark
          Issue Type: Improvement
          Components: SparkR
            Reporter: Shivaram Venkataraman
            Assignee: shane knapp
            Priority: Minor


For running the CRAN checks on Jenkins machines, we need all suggested packages to be installed. This includes the R package called e1071 which is available at
https://cran.r-project.org/web/packages/e1071/index.html

I think running something like

Rscript -e 'install.packages("e1071", repos="http://cran.stat.ucla.edu/")'

on all the machines should do the trick.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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