From 24c6b68bcba5529135ec37c4d723784b2e2f8472 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Thu, 6 Mar 2014 15:51:22 -0800 Subject: [PATCH] fixed a few typos and other small changes --- zerosum.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerosum.R b/zerosum.R index 1dfba92..5c2a0f5 100644 --- a/zerosum.R +++ b/zerosum.R @@ -153,4 +153,4 @@ gen.cost <- function (x) { e <- do.call("rbind", by(d, seq(1,dim(d)[1]), gen.cost)) round(apply(e, 2, sum)) -ls + -- 2.30.2