Skip to content

Instantly share code, notes, and snippets.

View wleoncio's full-sized avatar

Waldir Leoncio wleoncio

  • University of Oslo
  • Oslo
View GitHub Profile
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
This file has been truncated, but you can view the full file.
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"
@wleoncio
wleoncio / issue40-sinan.md
Created February 8, 2021 08:45
Example for issue #40

Assumptions that make code work

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
@wleoncio
wleoncio / log-ubuntu-2024-01-23.md
Last active January 23, 2024 11:28
BayesMallows Valgrind tests

Input

R CMD check --use-valgrind --no-build-vignettes --no-manuals BayesMallows_2.0.1.tar.gz

Note: use --no-manual instead of --use-manuals (invalid option) next time!

Output

@wleoncio
wleoncio / issue-13.R
Last active March 11, 2024 12:56
permChacko issue #13
# 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(
@wleoncio
wleoncio / issue-35.md
Created March 11, 2024 11:18
MADMMplasso issue 35
# 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