Dropping reference to alternative.R

This commit is contained in:
Ilya Mironov 2015-09-09 11:55:03 -07:00
Родитель 4986be92a4
Коммит fd62d97093
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -23,8 +23,6 @@ source.rappor <- function(rel_path) {
source(abs_path)
}
source.rappor('analysis/R/alternative.R')
EstimateBloomCounts <- function(params, obs_counts) {
# Estimates the number of times each bit in each cohort was set in original
# Bloom filters.

Просмотреть файл

@ -16,8 +16,6 @@ source.rappor("analysis/R/read_input.R")
source.rappor("analysis/R/decode.R")
source.rappor("analysis/R/util.R")
source.rappor("analysis/R/alternative.R")
options(stringsAsFactors = FALSE)
# Do command line parsing first to catch errors. Loading libraries in R is