Andrew Heiss

Results 35 issues of Andrew Heiss

Try using empirical Bayes estimation for measure of shaming, since the event data has uneven coverage across countries. - http://varianceexplained.org/r/empirical_bayes_baseball/ - https://github.com/dgrtwo/ebbinom

This isn't a bug report or anything—just a note about how to use {rmdfiltr}'s word count with Quarto. Quarto doesn't support inline R code in YAML (https://github.com/quarto-dev/quarto-cli/issues/1391#issuecomment-1185348644), so adding `!expr...

The `get_latex_code()` function works well for generating a LaTeX version of a DAG, but it includes TeX code that must go in the preamble (`\usepackage{tikz}` and `\usetikzlibrary{external}`). knitr includes [a...

When using mathools v1.25 (2021/03/18) with xelatex (TeX Live 2021) and unicode-math, underbrackets and overbrackets fail to render correctly if thickness/height arguments are provided: ```tex \documentclass{article} \usepackage{mathtools} \usepackage{unicode-math} \begin{document} Default...

With the release of [webR 0.1.0](https://github.com/r-wasm/webr), running R code in-browser is now possible (and super fast and really neat!). It seems like webR is a natural fit for in-browser learnr...

Following the vignette, creating an object from the `Table` class doesn't work: ```r # creating an object obj

For some reason, many books that worked fine a few months ago have stopped working with `gutenberg_download()`, regardless of mirror settings. For example, here are 4 common Shakespearean tragedies: ```r...

This is a neat extension! [In a recent blog post](https://www.andrewheiss.com/blog/2023/05/15/fancy-bayes-diffs-props/), I did something similar with little swatches (though not for hex codes specifically): I added `user-select: none` to the CSS...

Difficulty: [2] Intermediate
Priority: [1] Low
Type: Enhancement :bulb:

## Positron Version: Positron Version: 2024.07.0 (Universal) build 15 Code - OSS Version: 1.90.0 Commit: d8da3ec9581aa7bcb9726babedacff4e3d528503 Date: 2024-07-05T03:51:32.592Z Electron: 29.4.0 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.5.0...

bug