Description
cc shivaram
We have many commented code warnings under the lastest lintr. Should we turnn off commented_code_linter rule of lintr?
# rdd <- lapply(parallelize(sc, 1:10), function(x) list(a=x, b=as.character(x))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ R/SQLContext.R:176:3: style: Commented code should be removed. # df <- toDF(rdd) ^~~~~~~~~~~~~~~ R/SQLContext.R:232:3: style: Commented code should be removed. # sc <- sparkR.init() ^~~~~~~~~~~~~~~~~~~ R/SQLContext.R:233:3: style: Commented code should be removed. # sqlContext <- sparkRSQL.init(sc) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ R/SQLContext.R:234:3: style: Commented code should be removed. # rdd <- texFile(sc, "path/to/json") ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ R/SQLContext.R:235:3: style: Commented code should be removed. # df <- jsonRDD(sqlContext, rdd) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~