Github user shivaram commented on a diff in the pull request:
https://github.com/apache/spark/pull/19959#discussion_r158558712
--- Diff: dev/lint-r.R ---
@@ -27,10 +27,11 @@ if (! library(SparkR, lib.loc = LOCAL_LIB_LOC,
logical.return = TRUE)) {
# Installs lintr from Github in a local directory.
# NOTE: The CRAN's version is too old to adapt to our rules.
if ("lintr" %in% row.names(installed.packages()) == FALSE) {
--- End diff --
The thing I'm trying to make sure is that the lint-r version we are using
is not changing because of this change. If we need a new Rcpp to install this
lint-r then I'm worried something has changed ?
Also it seems fragile to expect Rcpp to be there at that repo with this
version ? The github-based install lint-r seems more stable to me.
One more final question is what is `xmlparsedata` used for ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]