OnePlus 9R, unlocked, Nameless ROM 12.1, version Nameless-AOSP_kabeb-12.1-20220413-1509-Official
OOS 11 firmware based, Nameless Recovery, with Magisk Root.
The grand goal is to upgrade to Nameless 13.0, possibly without data loss ✌.
| #!/bin/sh | |
| # Speed up boot slightly | |
| sysrc background_dhclient=YES | |
| sysrc -f /boot/loader.conf autoboot_delay=3 | |
| # Quieten boot messages | |
| sysrc rc_startmsgs=NO | |
| sysrc -f /boot/loader.conf boot_mute=YES | |
| sysrc -f /boot/loader.conf beastie_disable=YES |
Heads up:
2021-09-25 Jackie
| # Note: using the devel versions of both packages! | |
| library(DESeq) # version 1.9.11 | |
| library(edgeR) # version 2.99.8 | |
| library(VennDiagram) | |
| # Read in data ------------------------------------------------------------ | |
| ## Use pasilla data | |
| datafile = system.file( "extdata/pasilla_gene_counts.tsv", package="pasilla" ) | |
| datafile |