Xudong Sun
Xudong Sun
I use Rnw files to create exams for my students, I put separate quiz into child Rnw file and include them in the main Rnw in the way @ The...
if I use space to excute a line like "import bla", then there will be long stacktraces like below, although in fact the import actually works. this is not an...
gnome-termnial --version I get # GNOME Terminal 3.28.2 using VTE 0.52.2 +GNUTLS -PCRE2 If I execute gnome-terminal -- "echo 'hi'" or gnome-terminal -- 'echo "hi"' Then I got the error...
I use both vimcmdline and nvim-R, in nvim-R i could swich between different tabs in vim-nerdtree and send lines to the same R console, but in vimcmdline, when i switch...
currently, in the results folder of the experiment registry, the results are named after i.rds where i is n integer. Suppose of the current scenario: the user needs to change...
If one runs hyper-parameter optimization with mlrMBO on a cluster and due to the resources limit(memory limit or time limit for example) the scheduling system has to kill the process....
@danielhorn Hi, Daniel If I run multi-criteria optimization in the following configuration: `control = setMBOControlMultiCrit(control, method = "dib", dib.indicator = "sms", ref.point.method = "const", ref.point.val = c(11, 11)) ` The...
running `library(datamicroarray)` in vim plugin Nvim-R for the first time, I get the following error: ``` Error in read.table(idx, sep = "\t", quote = "", stringsAsFactors = FALSE) : no...
Hi, I installed this plugin by adding the line `Plugin 'SkyLeach/pudb.vim'` to my .vimrc, where the plugin manager is vundle when I run PluginInstall in vundle, the pudb seems to...
I am using vim 8, and anaconda with pudb installed, my settings are ``` let g:pudb_python='~/anaconda3/bin/python' let g:pudb_python_launcher='~/anaconda3/bin/python' let g:pudb_python_host_prog='~/anaconda3/bin/python' let g:pudb_python4_host_prog='~/anaconda3/bin/python' ``` when I run vimdiff file1, file2, i...