dmurdoch
dmurdoch
Thanks. The warning about `index` is correct, and can be fixed by deleting the declaration and the line that sets it. I'll do that, but it's harmless, so don't worry...
I have been looking at building rgl from source on my Mac M3, and have discovered the following. These are more notes to myself, rather than final clear advice at...
@ColinPSweeney : If you do a local build with R 4.4.0, are things working now? If not, could you look at the `config.log` file after a build attempt, and let...
I think you'll only get `config.log` if you download (or use git to check out) the source and then build it. For example, in RStudio you can ask to create...
I'm not sure if `vest()` will be enough. I'm working through some tests with `leaflet`, which might be a bit easier than `rgl`, but I hit this snag. When I...
I have a fix for the issue above, but I think I don't understand the intention of the original code, so it might cause other problems. The original code that...
Would `href_topic("as_factor.labelled", package = "haven", is_fun = TRUE)` work? Or do you need this to happen automatically when `downlit` sees `as.factor`?
I see the same results in RMarkdown with HTML output, so it appears not.
To make progress, the following steps should be followed: 1. create a minimal reproducible example. The current one is quite complicated. How much can it be simplified and still show...
The problem is that the zone is "Benthic" for all 4 rows starting at the beginning of Rohrsee, so `collapse_rows()` turns the "Benthic" entry into a 4 row cell. Then...