Browse code

getlocale in failing test

paul-shannon authored on 04/10/2017 21:10:45
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: MotifDb
2 2
 Type: Package
3 3
 Title: An Annotated Collection of Protein-DNA Binding Sequence Motifs
4
-Version: 1.19.13
4
+Version: 1.19.14
5 5
 Date: 2017-10-04
6 6
 Author: Paul Shannon, Matt Richards
7 7
 Maintainer: Paul Shannon <pshannon@systemsbiology.org>
... ...
@@ -777,6 +777,7 @@ test.geneToMotif <- function()
777 777
 test.motifToGene <- function()
778 778
 {
779 779
    printf("--- test.motifToGene")
780
+   printf("Sys.getlocale: %s", Sys.getlocale())
780 781
 
781 782
    motifs <- c("MA0592.2", "UP00022", "ELF1.SwissRegulon")
782 783