Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8.1.0 mutate_at crashes when assigning NA_character_ #4374

Closed
stephLH opened this issue May 20, 2019 · 1 comment
Closed

v8.1.0 mutate_at crashes when assigning NA_character_ #4374

stephLH opened this issue May 20, 2019 · 1 comment
Milestone

Comments

@stephLH
Copy link

stephLH commented May 20, 2019

R session craches when executing the code below.
It used to work with dplyr 8.0.1

dplyr::tibble() %>% 
    dplyr::mutate_at("test", ~ NA_character_)

Session info

R version 3.5.3 (2019-03-11)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=French_France.1252  LC_CTYPE=French_France.1252    LC_MONETARY=French_France.1252
[4] LC_NUMERIC=C                   LC_TIME=French_France.1252    

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

other attached packages:
[1] magrittr_1.5

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.1        fansi_0.4.0       withr_2.1.2       utf8_1.1.4        zeallot_0.1.0     crayon_1.3.4     
 [7] dplyr_0.8.0.1     assertthat_0.2.1  R6_2.4.0          backports_1.1.4   pillar_1.4.0      cli_1.1.0        
[13] rlang_0.3.4       rstudioapi_0.10   vctrs_0.1.0       tools_3.5.3       glue_1.3.1        purrr_0.3.2      
[19] compiler_3.5.3    pkgconfig_2.0.2   sessioninfo_1.1.1 tidyselect_0.2.5  tibble_2.1.1    
@lock
Copy link

lock bot commented Nov 16, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Nov 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants