Skip to content
Snippets Groups Projects
Commit 6608f761 authored by Mick Jordan's avatar Mick Jordan
Browse files

categorize and update initial package blacklist

parent bbf5bb15
Branches
No related tags found
No related merge requests found
...@@ -61,7 +61,11 @@ create.blacklist.iter <- function(blacklist) { ...@@ -61,7 +61,11 @@ create.blacklist.iter <- function(blacklist) {
} }
# known to be uninstallable # known to be uninstallable
initial.blacklist <- c("Rcpp") cplusplus <- c("Rcpp")
parserbug <- c("lattice")
lapplydotbug <- c("ABCoptim")
trufflevisitor.nyi <- c("colorspace")
initial.blacklist <- c(cplusplus, parserbug, lapplydotbug, trufflevisitor.nyi)
create.blacklist <- function() { create.blacklist <- function() {
create.blacklist.iter(initial.blacklist) create.blacklist.iter(initial.blacklist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment