[med-svn] [mapdamage] 01/01: remove 01_fix_quantile_na_rm.patch

Nadiya Sitdykova rovenskasa-guest at moszumanska.debian.org
Wed Mar 29 05:03:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

rovenskasa-guest pushed a commit to branch master
in repository mapdamage.

commit 9f3d73dd0e25393be2143836dfd44a5226f5660a
Author: Nadiya Sitdykova <rovenskasa at gmail.com>
Date:   Wed Mar 29 01:03:03 2017 -0400

    remove 01_fix_quantile_na_rm.patch
---
 debian/patches/01_fix_quantile_na_rm.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/debian/patches/01_fix_quantile_na_rm.patch b/debian/patches/01_fix_quantile_na_rm.patch
deleted file mode 100644
index 30d2ba6..0000000
--- a/debian/patches/01_fix_quantile_na_rm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Author: Nadiya Sitdykova
-Description: change calcSampleStats such as any NA and Nan's are 
- removed before quantiles are computed
-Last-Update: 2017-03-28
-
-Index: mapdamage/mapdamage/Rscripts/stats/function.R
-===================================================================
---- mapdamage.orig/mapdamage/Rscripts/stats/function.R	2017-03-29 00:02:46.538470957 -0400
-+++ mapdamage/mapdamage/Rscripts/stats/function.R	2017-03-29 00:11:09.141025051 -0400
-@@ -595,8 +595,8 @@
-                       pos=da[,"Pos"],
-                       mea=apply(X,1,mean),
-                       med=apply(X,1,median),
--                      loCI=apply(X,1,quantile,c(0.025)),
--                      hiCI=apply(X,1,quantile,c(0.975))
-+                      loCI=apply(X,1,quantile,c(0.025),na.rm=TRUE),
-+                      hiCI=apply(X,1,quantile,c(0.975),na.rm=TRUE)
-                       ))
- }
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mapdamage.git



More information about the debian-med-commit mailing list