r - Lubridate correctly installing in iPython Notebook -
i installed lubridate via install.packages("lubridate", dependencies = true)
when run in interactive mode, gives me think right output
library(lubridate) attaching package: ‘lubridate’ following object masked ‘package:base’: date ipython appears recognizing other libraries, output when run same library command in notebook.
error in library(lubridate): there no package called ‘lubridate’ traceback: 1. library(lubridate) 2. stop(txt, domain = na) could missing link specific library? (i have restarted multiple times ipython , r multiple times.)
Comments
Post a Comment