Ista Zahn
Ista Zahn
This is a feature request for adding "Next" section links to the bottom. Right now to get to the next section you have to click the "Back to Top" button...
Now that the IQSS theme no longer has a hard dependency on Libertinus fonts it can be moved to the `vignettes` directory. Maybe a good idea to wait to move...
Installing and running a simple example gives ``` > library(devtools) > dev_mode(TRUE) Dev mode: ON d> d> library(gpuR) d> A A %*% A LLVM ERROR: Cannot select: 0x47b28c0: f64 =...
Consider these two models (from the tobit vignette) ``` m1 0, type='left') ~ age + quant, data=tobin, dist='gaussian') z.out
Zelig currently labels `sim` results with "sim x :", which is not very informative. ``` > m m$zelig(speed ~ dist, data = cars) > m$setx() > m$sim() > m sim...
Calling a `safe` version of `glm` fails when using the `offset` argument. ```r library(purrr) library(tibble) set.seed(7) ## doesn't matter just for reproducibility exd
Related to https://github.com/aaren/notedown/issues/40, notedown now works with arbitrary language blocks, which is really great! I have noticed that the conversion in that case is more fragile however. For example, this...
OK, I know this is weird, but... I'd like to run Jamovi in multi-user HPC environment without flatpak. We have Singularity, and I'm able to run jamovi from the docker...
``` #+srcname: mac-keys #+begin_src emacs-lisp tangle: no ``` incorrectly tangles because it should be ``` #+srcname: mac-keys #+begin_src emacs-lisp :tangle no ```
## Description of your problem spyder-terminal runs an unsecured shell accessible to all users on the system, posing a huge security problem in multi-user environments. **What steps will reproduce the...