Florian Schneider
Florian Schneider
@seesix : You mean your line 233 now reads: ``` camera.start_preview(resolution=(800, 480)) ``` right? This did not seem to work for my case. My fix was to leave it blank:...
I also have this error when running on Windows 10 `rhub::check(platform = "debian-clang-devel")` or `rhub::check_for_cran()`. Output: https://builder.r-hub.io/status/traitdataform_0.5.7.tar.gz-8a821ff1db8548bd88f3d0b047e38ebc Error arises when starting Docker container ``` 717#> ================================================== 718#> downloaded 39 KB...
Sorry for not responding earlier. Indeed the feature has been removed from the current version. The tasks that are marked as completed `- [x]` will automatically be invisible and there...
thanks for the feedback. I am not sure if I can help you with that. First of all, Jekyll is using [Sass](https://en.wikipedia.org/wiki/Sass_%28stylesheet_language%29): As you might have noticed, all the scss...
Yes, this is because jekyll does not set those paths dynamically depending on where it is executed. I think you can solve that by running jekyll on your local mashine...
I'd like to upvote this issue. The current installation instructions refer to [Oracle Java 8](https://www.java.com/en/download/), which is only free for personal use and developmental use, but requires a commercial license...
Thanks for the feedback. More specific and louder warnings as well as possibilities to interact directly with the function would be great. As you probably figured, the problem is caused...
Package [refinr](https://github.com/ChrisMuir/refinr) might do the job.
The function `standardize.taxonomy()` takes an argument `method` which can be used to feed in any function that takes a table with a column 'scientificname' and returns a taxonomy lookup table...
in principle, providing own mapping functions is now possible by specifying 'method' and 'method_options' in function 'standardize_taxa()'.