Browse code

fix various R CMD check warnings

Ben Bolstad authored on 04/09/2017 16:33:49
Showing 3 changed files

... ...
@@ -1,10 +1,10 @@
1 1
 Package: preprocessCore
2
-Version: 1.39.2
2
+Version: 1.39.3
3 3
 Title: A collection of pre-processing functions
4 4
 Author: Ben Bolstad <bmb@bmbolstad.com>
5 5
 Maintainer: Ben Bolstad <bmb@bmbolstad.com>
6 6
 Imports: stats
7
-Description: A library of core preprocessing routines 
7
+Description: A library of core preprocessing routines. 
8 8
 License: LGPL (>= 2)
9 9
 URL: https://github.com/bmbolstad/preprocessCore
10 10
 Collate:  normalize.quantiles.R quantile_extensions.R rma.background.correct.R rcModel.R colSummarize.R subColSummarize.R plmr.R plmd.R
11 11
new file mode 100755
... ...
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+rm -f config.status config.log
4
+rm -f src/Makevars
5
+rm -f src/*.o
... ...
@@ -1155,9 +1155,9 @@ void rlm_compute_se_anova(double *Y, int y_rows,int y_cols, double *beta, double
1155 1155
       i = RLM_SE_Method_3_anova(Kappa, XTX, W, y_rows,y_cols, se_estimates,varcov);
1156 1156
       if (i){
1157 1157
 	for (i=0; i <n; i++){
1158
-	  printf("%2.1f ", PsiFn(resids[i]/scale,k1,1));
1158
+	  //	  printf("%2.1f ", PsiFn(resids[i]/scale,k1,1));
1159 1159
 	} 
1160
-	printf("\n");
1160
+	//printf("\n");
1161 1161
       }
1162 1162
     } 
1163 1163
   }