I am trying to integrate libpostal with R using the package Poster. I have successfully installed libpostal and Poster in my machine. However i could not use any methods like poster::city("hansastrasse 84, 24118 kiel") or poster::house("hansastrasse 84, 24118 kiel") . and the error is
Error in getelements(x, 5) :
attempt to set index 10/10 in SET_STRING_ELT
I am trying to integrate libpostal with R using the package Poster. I have successfully installed libpostal and Poster in my machine. However i could not use any methods like poster::city("hansastrasse 84, 24118 kiel") or poster::house("hansastrasse 84, 24118 kiel") . and the error is Error in getelements(x, 5) : attempt to set index 10/10 in SET_STRING_ELT
Could you please help me out ?