-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
I was working with a r script, which I have already written several weeks ago and everything was working just fine. Today I wanted to read in a .dta file and suddendly every time I am trying to us the read_dta
function to do so the session crashes. A collegue of mine is experiencing the same problem as well as another person from stackoverflow (see my question on stackoverflow - https://stackoverflow.com/questions/67288533/am-i-the-only-one-experiencing-problems-with-rs-haven-package?answertab=votes#tab-top ).
I am using haven version 2.4.1, R 4.0.5. on Windows 10 x64 (build 19042).
# code which was working fine until now
install.packages("haven")
library(haven)
my_data <- read_dta("my_path_structure\\file_name.dta")
# provoked R console feedback
*** caught segfault ***
address 0x0, cause 'invalid permissions'
Metadata
Metadata
Assignees
Labels
No labels