Sebastian Kreutzer

Results 43 comments of Sebastian Kreutzer

Would it possible to integrate the PR and similar changes for Publons and Google Scholar before integrating the icon package? This would give you more time to test and prepare...

Ok, I wasn't sure whether you want to integrate it or not. So I will update my PR with Publons and Google Scholar.

> sessionInfo() R Under development (unstable) (2019-07-31 r76909) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Mojave 10.14.6 >Matrix products: default >BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.7/Resources/lib/libRlapack.dylib >locale: [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8 >attached base packages: [1]...

``` devtools::test() Loading rorcid Registered S3 method overwritten by 'httr': method from as.character.form_file crul Testing rorcid ✔ | OK F W S | Context ✖ | 3 2 18 |...

Ok, pasting the output here did ring the bell: I was expecting (without telling) that `devtools::test()` in combination with 'vcr' miraculously takes care of the `ORCID_TOKEN`. Now it works as...

Yes, I set it only temporarily as written above (I always have). But since such `ORCID_TOKEN` is not available by default on the CI resources, so I wrongly assumed that...

Thanks for the feedback. You have correctly assumed that I tried to run the test in an interactive session. I should have mentioned that. And it makes sense indeed to...

## Observation I guess I encountered the same problem, here is my example BibTeX file: ``` @article{Fuchs_2012, doi = {10.1111/j.1502-3885.2012.00299.x}, url = {https://doi.org/10.1111%2Fj.1502-3885.2012.00299.x}, year = 2012, month = {nov}, publisher...

Just adding my two cents. I had a similar issue in the past and what I did was using plain LaTeX. Not super elegant but since the Copernicus template renders...

@wojdyr The error of the CI check is not related to my changes.