Code from tmatta/lsasim#40
library(lsasim)
n_items <- 30| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz | |
| CPU Family: 0x6 |
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz | |
| CPU Family: 0x6 |
| ERROR: ld.so: object '/home/waldir/.steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| ERROR: ld.so: object '/home/waldir/.steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
| ERROR: ld.so: object '/home/waldir/.steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
| ERROR: ld.so: object '/home/waldir/.steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| 36361.114:0008:0009:trace:module:load_builtin_callback loaded ntdll.dll 0x1106f0 0x7bc10000 | |
| 36361.114:0008:0009:trace:module:load_builtin_dll Trying built-in L"kernel32.dll" | |
| 36361.114:0008:0009:trace:module:load_dll looking for L"ntdll.dll" in L"" | |
| 36361.114:0008:0009:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 0x7bc10000, count=2 | |
| 36361.114:0008:0009:trace:module:loa |
| --- | |
| title: "Title" | |
| author: Waldir Leoncio | |
| institute: "Oslo Centre for Biostatistics and Epidemiology" | |
| date: "2020-09-11" | |
| output: | |
| xaringan::moon_reader: | |
| nature: | |
| highlightLanguage: r | |
| highlightLines: true |
| testInstallation: | |
| @echo -e "If you can see this, Make has been installed successfully" |
library(lsasim)
n_items <- 30| Building cellmigRation vignettes | |
| --- re-building ‘cellmigRation.Rmd’ using rmarkdown | |
| Bioconductor | |
| version | |
| 3.12 | |
| (BiocManager | |
| 1.30.10), R | |
| 4.0.4 | |
| (2021-02-15) | |
| Installing |
| # Simulations to address https://github.com/ocbe-uio/permChacko/issues/13 | |
| # Setup ================================================================= | |
| remotes::install_github("ocbe-uio/permChacko@issue-13") | |
| runs <- 1000L | |
| results <- matrix( | |
| NA, nrow = runs, ncol = 6L, | |
| dimnames = list( | |
| "run" = seq_len(runs), | |
| "p_values" = c( |
# Setup ========================================================================
rm(list = ls())
devtools::install_github("ocbe-uio/MADMMplasso", force = TRUE)
#> Downloading GitHub repo ocbe-uio/MADMMplasso@HEAD
#>
#> ── R CMD build ─────────────────────────────────────────────────────────────────
#> * checking for file ‘/tmp/Rtmpr2fzD2/remotes149907717ef58/ocbe-uio-MADMMplasso-9896eeb/DESCRIPTION’ ... OK
#> * preparing ‘MADMMplasso’:
#> * checking DESCRIPTION meta-information ... OK