Max Held
Max Held
Incidentally, this otherwise same `Dockerfile` *works*, based off of [`nixpkgs/nix-flakes`](https://hub.docker.com/r/nixpkgs/nix-flakes/tags). This `docker build`s fine: ```dockerfile FROM nixpkgs/nix-flakes:nixos-24.11-aarch64-linux WORKDIR /src RUN nix flake init RUN nix flake lock RUN nix run...
@s-a-c I ran into the same problem (for a different example). I suspect that this problem arises when there is *already* a git repo initialized in the place where the...
love this package; it's such important work, thanks to @leeper. Ping me if I can chip something in @monogan; I'm reasonably competent in pkg management and ci/cd stuff, though still...
I currently don't have the bandwidth to take this on and am not currently using dataverse in any way, but will volunteer when both of those change.
@teunbrand in case that's helpful I got this to work: ```r #' Checks if a package is installed and *informs* the user if not #' #' This is wrapper around...
Thank you so much for the quick suggestions 🙏 I ended up just removing all `pad` directives, though I continue to worry that this muddled order of plugin evaluation that...
> It's basically saying input and output beancount aren't strictly the same language, effectively creating another variant of beancount which makes things confusing and complex. Perhaps relevant context / [Beancount...
I think this a typo, try: ``` #' exportS3Method ``` (capitalised `M`) discussed earlier/fixed in https://github.com/r-lib/roxygen2/issues/1591