Tim Howes
Tim Howes
I think the error comes from these lines in the `cleanup.win` script: https://github.com/stan-dev/rstanarm/blob/43b0796a2259165458dd9f5e0cbaf35853f7c3fd/cleanup.win#L5-L6 It tries to copy two folders to the testthat directory, but there are existing symlinks in those...
Actually, when I try installing on Windows 11 (having freshly installed RStudio, R, and Rtools42), it is able to build rstanarm, despite warnings about the copy commands failing. (Note: I...
The git repo doesn't have the *.Rd files committed, so you'll need to run roxygen2 to build the documentation files. ``` git clone -b feature/survival https://github.com/stan-dev/rstanarm.git R -e 'roxygen2::roxygenize("rstanarm"); devtools::install("rstanarm",...
You can run `git config credential.helper store` before or after adding the remote. This sets a local repository option that tells git to look in `~/.git-credentials` for the stored password....