EcologicalTraitData / traitdataform

A package to manage and compile functional trait data into predefined templates
https://ecologicaltraitdata.github.io/traitdataform/
Other
33 stars 9 forks source link

Readme symbols not translating on .io #37

Closed trashbirdecology closed 4 years ago

trashbirdecology commented 4 years ago

An FYI, for some reason the apostrophes (') at the first header of your README (Package 'traitdataform') are not translating correctly to your .io landing page.

The apostrophes are showing up for me (Chrome Browser, English language) as " ‘"

fdschneider commented 4 years ago

strange. it also messes up all commas. Those pages are auto-generated by the 'pkgdown' package. I hope it will be fixed automatically with the next push. Thanks.

trashbirdecology commented 4 years ago

Maybe check/submit a PR over at pkgdown?

__

Jessica L. Burnett (she/her)

Mendenhall Postdoctoral Fellow & Research Ecologist

US Geological Survey Science Analytics and Synthesis https://www.usgs.gov/core-science-systems/science-analytics-and-synthesis

Github http://github.com/trashbirdecology

ORCID: 0000-0002-0896-5099 https://orcid.org/0000-0002-0896-5099 __

Join the Community for Data Integration https://www.usgs.gov/centers/cdi! All welcome. It's cool.

On Sat, Oct 17, 2020 at 12:42 AM Florian Schneider notifications@github.com wrote:

strange. it also messes up all commas. Those pages are auto-generated by the 'pkgdown' package. I hope it will be fixed automatically with the next push. Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EcologicalTraitData/traitdataform/issues/37#issuecomment-710761867, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACL2TNKXSWFRJYHD5U7CF7DSLE4F5ANCNFSM4QMHP75A .

fdschneider commented 4 years ago

Has been fixed by moving pkdown deploy to the much more elegant Github Actions (the Travis-CI deploy routine was out-dated, see ROpenSci Labs on this topic)

trashbirdecology commented 4 years ago

oh, nice find