Browse code

Commit made by the Bioconductor Git-SVN bridge. Consists of 1 commit.

Commit information:

Commit id: 7ba54494c889478fd85072a3eb478fb1dc54f6a4

fix some warnings on R CMD check

Committed by: Ben Bolstad
Author Name: Ben Bolstad
Commit date: 2014-09-05 18:44:12 -0700
Author date: 2014-09-05 18:44:12 -0700


git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/preprocessCore@93881 bc3139a8-67e5-0310-9ffc-ced21a209358

Ben Bolstad authored on 06/09/2014 01:44:57
Showing 3 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: preprocessCore
2
-Version: 1.27.3
2
+Version: 1.27.4
3 3
 Title: A collection of pre-processing functions
4 4
 Author: Benjamin Milo Bolstad <bmb@bmbolstad.com>
5 5
 Maintainer: Benjamin Milo Bolstad <bmb@bmbolstad.com>
6 6
deleted file mode 100644
... ...
@@ -1,3 +0,0 @@
1
-
2
-PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
3
-
... ...
@@ -1624,6 +1624,7 @@ static void *subColSummarize_medianpolish_group(void *data){
1624 1624
   }
1625 1625
   Free(buffer);
1626 1626
   Free(buffer2);
1627
+  return NULL;
1627 1628
 }
1628 1629
 #endif
1629 1630