Skip to content

Warning message: NAs introduced by coercion to integer range #2708

@studerus

Description

@studerus

The simple command:

filter(iris, Sepal.Length > 5)

leads to the following warning message:

Warning message:
In (function (x, table, nomatch = NA_integer_, incomparables = NULL)  :
  NAs introduced by coercion to integer range

I could replicate the warning only under 32 bit windows 10, but not 64 bit windows 10. This is my session info:

R version 3.4.0 (2017-04-21)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=German_Switzerland.1252  LC_CTYPE=German_Switzerland.1252   
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C                       
[5] LC_TIME=German_Switzerland.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] bindrcpp_0.1

loaded via a namespace (and not attached):
 [1] compiler_3.4.0    magrittr_1.5      assertthat_0.2.0  R6_2.2.0          tools_3.4.0      
 [6] glue_1.0.0        dplyr_0.5.0.9004  tibble_1.3.0.9001 yaml_2.1.14       Rcpp_0.12.10     
[11] rlang_0.0.0.9018  bindr_0.1       

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions