Nat Price

Results 3 comments of Nat Price

I am able to install from a private Azure DevOps repo using `remotes` version 2.2.0. Note that if you are using a PAT token you can't use `credentials = git2r::cred_token()`...

Is there a workaround to build/install extensions (e.g., azure) on Windows? Does the fix require opening an issue under the relevant extension?

I was encountering the same error in `yaml::yaml.load(..., eva.expr = TRUE)`. I found the `!expr` tag as described in `yaml::yaml.load()` to work. For example: ``` output: fidelius::html_password_protected: password: !expr as.character(1+1)...