Elektrine lite

← Feed

Dr. Robert M Flight

rmflight@mastodon.social

<p>Research parasite* @universityofky. Interested in <a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="tag">#<span>openscience</span></a>, <a href="https://mastodon.social/tags/rstats" class="mention hashtag" rel="tag">#<span>rstats</span></a>, bioinformatics, <a href="https://mastodon.social/tags/datavis" class="mention hashtag" rel="tag">#<span>datavis</span></a> he/him</p><p>*One who uses others data to conduct research, both publicly available data, and those from direct collaborations.</p><p><a href="https://mastodon.social/tags/fedi22" class="mention hashtag" rel="tag">#<span>fedi22</span></a></p>

Posts

  • Post #4287005

    Dear journal editorial offices: stop fucking asking for proofs back in 24 hours. It took forever to get through all the other parts of this, 24 hours is generally unreasonable to get proofs back, especially for all the authors to have a chance to look it over and correct the inevitable mistakes your staff introduced. Thanks so much, the people who did all the fucking work. #Academia #PublishOrPerish

  • Post #3481897

    I would have thought a perfect use case for #QuartoPub &quot;includes&quot; would be something like: ```{r} #| label: conditional-include if ( condition1) { {{}} } else { {{}} } ``` But {quarto} complains about incomplete input if I actually do that. But both docs look fine. Guess it&#39;s figuring out the whole document pieces to include *outside* first, `cat` together, and then `render`. #RStats