mbroedl
mbroedl
Unfortunately I cannot complete this sentence ending with ').' https://github.com/maczokni/crimemapping_textbook_bookdown/blob/85b5c56223ba87ba3260edc2daacce7f3bda9347/08-week8.Rmd#L173
https://github.com/maczokni/crimemapping_textbook_bookdown/blob/85b5c56223ba87ba3260edc2daacce7f3bda9347/07-week7.Rmd#L175 This line caused issues in the tutorial because `bur_ccsp` only has `$code` but not `$lsoa_code`. That one is created a few lines earlier but on a different variable. I...
In Chapter 3 there is a remark of how to fix rJava. It probably works but may send a message of 'this is complicated'. https://github.com/maczokni/crimemapping_textbook_bookdown/blob/d6a568e3460d35668e3bd5bd8ff0cd1f3a45d747/03-week3.Rmd#L404 I use `sudo R CMD...
Not sure if this is your coding style, but here's a small PR to display words and characters of sections in the html-title element so that it is displayed on...
It would be great showing the words or characters per section. It's using the calculated section spans in the document, so it's content agnostic. I've prepared a possible solution in...
Resulting from a discussion with @X-Raym in the recently accepted PR #94 I had a bit of a thought on why it should not be possible to ignore _scopes_ rather...
Sorry that it's me again. Just noticed the other day, that my sessions were not saved anymore, but atom always went back to a session from a few days ago....
A hierarchy of Markdown headings is created and foldable. The extensions also search for tables (pandoc style) and images in the file. This solves issues #173 , #135 , #127...
Many markdown packages replace source.gfm with text.md. The added line adds support for the latter.
I would like to preserve trailing whitespace in my table to create a list-like feel. I thought maybe non-breaking whitespaces might be preserved, but I assume they fall victim to...