Dieter Menne
Dieter Menne
Yes, and yes (20% on a fast 6-core AMD). Not an RStudio problem, same on console R
Sounds ok. I normally have it installed in some pathless library, but since R installation suggested to use the default, I accepted it this time. Reminds me of the days...
I agree that the fix works, but it is difficult to maintain. Any progress who to blame?
My test case (works great, even if alignment has different defaults): ```` --- title: "Untitled" format: html --- ## Quarto ```{r} #| label: tbl-iris #| tbl-cap: "Iris Data" library(knitr) kable(head(iris))...
Sorry, my first edit misunderstood your question. RefManageR is 0.8.45, Windows, R 3.1.3
Your pointer is correct, it is a local problem. So we should move this to mwmclean, but since he is here .-). ``` LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252" ``` When I replace "Dec" by...
``` library("RefManageR") Sys.setlocale("LC_TIME", "English_United States.1252") ReadBib("menne.bib") ``` Thanks, works, but would require resetting the locale and try() wrapping after ReadBib, otherwise other things will go wrong. My suggestion would be...
Why "try": because ReadBib may fail, and I always wrap everything in a 'try' when global parameters are changed. If you do not want to put it into ReadBib code,...
Definitively have a working CUDA, doing development with Toolkit regularly. Nevertheless, same message.
Solved: I had used "Autho" Python, and there seems to be a problem with my Python310 even if all requested models are available. Reinstalled with embedded Python, everything works fine.