AlexCH Liu
AlexCH Liu
Hi @jgabry Thank you for the reply! Yes, it works. I can install packages from github, cran, and bioconductor. It seems to be cmdstanr specific. ``` > remotes::install_github("tidyverse/ggplot2") Downloading GitHub...
No trace of the hidden file ``` > x length(x) [1] 25 > grep(".cmdstan", x) integer(0) > grep("cmdstan", x) integer(0) ```
Hi @jgabry Can you think of any other lower-hanging fruit I should check? Many thanks!
Hi @jgabry , Sorry to resurface an old issue. (Hoping to get some help here). I'm wondering if you guys have run into this issue again over the past year.....
OKAY. I figured it out in the end. I removed old ```cmdstanr``` folders in ```R/win-library/all_previous_versions``` and that seemed to have fixed the issue.