Nathan Skene
Nathan Skene
I'm trying to recover files off a hard disc that was setup as RAID (described here: https://superuser.com/questions/1652186/recovering-a-newly-created-raid1-that-has-no-superblock-lost-after-reboot). I'm using testdisk to access it: - I select `Index` partition - `Analyze`...
Hi, I've just been working on setting up batchtools on a Slurm cluster. I was finding that all my jobs were listed as 'Expired' after running getStatus() and it took...
Hi, I'm trying to move from Evernote to Obsidian. I came across this in the Obsidian forum. I exported all my notes from Evernote to an Enex file. Then I...
When I run ``` pacman::p_load("BiocStyle",try.bioconductor=TRUE,update.bioconductor=TRUE) ``` I'm just getting errors about not being able to find the package. ``` > pacman::p_load("BiocStyle",try.bioconductor=TRUE,update.bioconductor=TRUE) Installing package into ‘/home/nskene/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) trying...
Just had an error occur and this should stop it happening again. I had called: a.pbmc
Hi, The loop over reps in optimizeALS seemed like a natural place to parallelise so I've cut out some of the code into a seperate function, and converted the loop...
Hi, starting to tinker with the package (looks really useful, thanks for developing it!). Trying to load in my own dataset (tutorial code otherwise more or less the same). When...
Hi, Just tried to use this on mac osx 11.0.1. When I click it, the icon appears in the menu bars.. but if I click it then it disappears. ...
Got the following error message during installation. Found this issue reported for another package which seemed similar: https://github.com/sirfz/tesserocr/issues/130 The solution stated in that package was to run: sudo apt-get install...
Got Rgtsvm installed and tested it out on a multi class classification task. Training dataset has 12713 samples with 26 variables for each. Rgtsvm is running 1/3rd slower than e1071....