Add support for day of week in parse_datetime#763
Conversation
|
Thanks, this package uses roxygen2 for documentation, so rather than editing the If you don't have everything setup to run |
|
Thanks Jim, I've generated the docs as you've instructed, however quite a lot of other files have changes as well. Could you look at my most recent commit (b74509be7) and make sure nothing has been put in that shouldn't please? |
|
Thanks! I think the added changes are due to using the devel version of roxygen2 rather than the CRAN version. If you could If you could also add a test for when using And please add a note to NEWS.md describing this change and mentioning your GitHub username and this PR #. Thanks again for working on this! |
|
I'll do all those things, but may I suggest having a CONTRIBUTING file listing all those things out so future contributors know what is expected of them? |
|
Yes, I agree and apologize for not having one already. We are working on a standardized one we can use in all tidyverse packages. |
|
Hi Jim, I've made the various changes you've asked for - are you able to take a look at this again please? |
|
@jimhester Hi mate, it's been nearly half a year since this PR had been looked at. I believe I've addressed all the issues raised, and it's now committed against HEAD as of time of this comment. Could you please take a look again and merge if you're happy? |
|
Closing this as I've heard no response for over half a year now. |
|
Thanks for your patience and for submitting the pull request! |
To keep with other similar libraries, I've chosen
%aas the designator. This might cause some issues when doing non-abbreviated day of week in future as%Ais already reserved for other uses.This PR updates the documentation, however none of the generated docs have been updated - is this something expected of contributors? If so, could you please tell me how to generate the documentation.