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

Can't shut down Rstudio after loading lubridate #570

Closed
zonalitica opened this issue Jul 31, 2017 · 5 comments
Closed

Can't shut down Rstudio after loading lubridate #570

zonalitica opened this issue Jul 31, 2017 · 5 comments

Comments

@zonalitica
Copy link

I can't shut down Rstudio when I load lubridate

> library(lubridate)

Attaching package: ‘lubridate’

The following object is masked from ‘package:base’:

    date

> quit()
Error in as.POSIXlt(x, tz = tz(x)) : 
  argument "x" is missing, with no default
> sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Sierra 10.12.6

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

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

other attached packages:
[1] lubridate_1.6.0

loaded via a namespace (and not attached):
[1] compiler_3.4.0 magrittr_1.5   tools_3.4.0    stringi_1.1.5  knitr_1.16     stringr_1.2.0 
> 
@vspinu
Copy link
Member

vspinu commented Jul 31, 2017

Can you please provide the traceback?

@zonalitica
Copy link
Author

zonalitica commented Aug 1, 2017 via email

@vspinu
Copy link
Member

vspinu commented Oct 1, 2017

So is this related to lubridate or not? Anyone has any idea why this is happening?

We do rewire date so it might be lubridate.

@vspinu
Copy link
Member

vspinu commented Oct 1, 2017

Nevermind. It's indeed lubridate. We don't handle missing argument to date. Sorry for all the trouble. Fixing asap.

@zonalitica
Copy link
Author

zonalitica commented Oct 1, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants