Closed laresbernardo closed 1 year ago
Done.
Let me know if there are any other problems with this, otherwise I will close this issue.
Error in format.default(date, "%B %d, %Y") : invalid 'trim' argument
error. This happens if you don't force as.Date(date, origin = "1970-01-01")
when input is a string instead of a date.line3_text
?@laresbernardo could you show me the code you wrote which gave you the error?
I simply passed a character value (date = "1991-03-27"
) instead of as.Date("1991-03-27")
@laresbernardo I see.
This is the fix that I have. This essentially runs as.Date(date)
in the function to deal with varying formats.
Initially I wrote the code to only handle YMD formats.
Let me know how it works out on your end.
Yes, "1991-03-27"
is YMD format, but if it's simply set as a character value then it crashed. It seems to be fixed! Thanks
Woops, closed but the coordinates default is not set yet (if you agree on setting it up of course)
@laresbernardo my bad! I wonder how its possible to do this. I'll look into it. If you find anything let me know!
@laresbernardo check out this fix.
The geocoder is set by default to ArcGIS so the default geocoordinates are slightly different from what you'll find if you look it up on Google.
plot_starmap(location= "Caracas, Venezuala")
Let me know what you think!
Good one, thanks! Really improved the UX here :)
Really nice package. I have an enhancement suggestion: why don't you set the default values for line1_text, line2_text, and line3_text parameters like so: