Tim Taylor
Tim Taylor
As [trurl](https://curl.se/trurl) is a thing I wonder if it would make more sense to have it as a similarly separate package and bring it in to curl with "suggests" for...
That makes sense and I'm aware it's very early days anyway. I may use it as an opportunity to experiment with packaging and COPR for a small handful of slow...
@krlmlr - Any chance this could make it in to the 1.0.0 release? If it's a case of undoing https://github.com/tidyverse/duckplyr/commit/8da062f7915bf5134785b6684f0c396c56dd09d6, testing and then revdep checks (as opposed to needing a...
Adding more context from `help(numeric_version)` with additional emphasis mine: > Numeric versions are sequences of one or more non-negative integers, usually (e.g., in package ‘DESCRIPTION’ files) represented as character strings...
Related - now there is the `litedown.fig.alt` option, it would be useful to add some documentation on it to `fuse()`. @yihui - I'd be happy to submit a documentation patch...
> I can reconsider it if you tell me more about your use case. Mine is a (very) basic static-site generator that walked a directory structure looking for markdown files...
Oh interesting. I should probably explore `fuse_site` a bit more before continuing down my rabbit hole.
It seems like this might get added shortly but failing that would it be possible to (roughly) document the discovery across the different OS as an intermediate step?
That would be good but not a problem adding to suggests. It just caught me out briefly. I think `requireNamespace()` is also triggering the dependency requirement as well maybe? https://github.com/r-lib/vctrs/blob/c35a9163833ec12a74022b1b66c3fbc523c51a71/R/register-s3.R#L143
I know - I was highlighting in terms of your workaround suggestion for `::`. I think R CMD check is also looking for calls to requireNamespace to see rlang needs...