-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements to get_bibentry #268
Comments
-> I tend to agree. It might be also useful to support similar conventions across packages in general |
I sent a question to Eurostat user support and received the following instructions on how to properly cite Eurostat datasets:
Something to take into consideration here. |
Upon further inquiry from Eurostat user support I received clarification on the "guidelines that must be followed":
and then the following information that is also included in at least some eurostat package function documentation:
So it seems that Eurostat user support could not give us definitive advice. I think returning roughly to the same practice as it was before is the safest option. I removed mention of European Commission from Eurostat citation as it was only found in data.europa.eu website and I'm not sure if Publications Office of the European Union is the final authority to define that European Commission should be attributed. |
Closed with the CRAN release of package version 4.0.0 |
Current implementation of
get_bibentry
creates some non-sensical results. For example the example in the function:prints the following
We can spot the following things:
European Commission, Eurostat, 'Airport traffic data by reporting airport and airlines' (avia_tf_apal), most recent data 2021-09-01, https://ec.europa.eu/eurostat/ databrowser/view/avia_tf_apal/default/table?lang=en
European Commission, Eurostat, 'Total length of motorways' (ttr00002), accessed 2021-10-15, https://ec.europa.eu/eurostat/databrowser/view/ttr00002/default/ table?lang=en
European Commission, Eurostat, 'Real GDP growth rate -- volume' (tec00115), updated 2021-09-28, https://ec.europa.eu/eurostat/databrowser/view/tec00115/default/ table?lang=en
utils::bibentry
andprint(utils::citation)
method which would probably be what most users need. RefManageR seemed to be most useful if I wanted to insert citations in .md/.Rmd files in RStudio and manage my bibliographies there but now it seems a bit overkill for the simple purpose of printing a data citation.I link this to the original issue where this was discussed: #128
Also maybe related: #199
sessionInfo:
The text was updated successfully, but these errors were encountered: