Jared Lander
Jared Lander
Someone else reported this problem but I cannot recreate with my setup. Can you reply with your package versions for both `ggplot2` and `coefplot`?
Upon further review, the problem is solved by reinstalling `coefplot`. But not the CRAN version. So use `devtools::install_github('jaredlander/coefplot')`.
Try installing `coefplot` from GitHub, hopefully that should fix it.
Hmmm, odd. Can you provide the code that you used that caused the error?
I'm getting a similar issue. Sourcing '/root/.vscode-R/init.R' does not result in any of the `.vsc.*` objects being built. Even if I start a new R session and run `source('/root/.vscode-R/init.R')`, the...
So it seems like the .Rprofile gets run before all the VS Code init files are created, so I fixed this by making sure those init files exist before running...
Admittedly, this is me asking for a whole new interface without offering any help, but the README said you wanted suggestions, so I threw it out there. I do get...
R is an amazing language for optimization, I'll dare say it is the successor to MATLAB when it comes to handling matrices. One thing that `or-tools` has that so far...