You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NNaikp could you share your output on timestamp and R language setting? Thanks!
Github doesn't support .rtf so I have attached the file here (tlf-primary.docx) as .docx. Here is also a screenshot from the .rtf file:
My default language in Word is UK english.
When I did the review I set Sys.setenv(LANG = "en") as it was showing me error messages in danish. But after some googling I can see that the locale is still Danish, also if I set the language to English:
Maybe pharmaRTF::write_rtf needs to check the locale before sinking the file? I can see from the documentation of Sys.setlocale() that it is OS dependent. The one above is Windows (my local). This one is from a linux server:
Copying issue text from here
Github doesn't support .rtf so I have attached the file here (tlf-primary.docx) as .docx. Here is also a screenshot from the .rtf file:
My default language in Word is UK english.
When I did the review I set
Sys.setenv(LANG = "en")
as it was showing me error messages in danish. But after some googling I can see that the locale is still Danish, also if I set the language to English:After running
Sys.setlocale(locale = "English")
I seeWhich yields:
Maybe
pharmaRTF::write_rtf
needs to check the locale before sinking the file? I can see from the documentation ofSys.setlocale()
that it is OS dependent. The one above is Windows (my local). This one is from a linux server:The text was updated successfully, but these errors were encountered: