blogdown
Nick Zeng (@zenggyu; 0/1): Does anyone know how to set syntax highlighting options for individual posts rendered by #gohugo? #blogdown #rstats ↪
Sébastien Rochette (@StatnMap; 0/0): @zenggyu In my theme, I have a ‘disable_highlight’ that can inspire you. https://t.co/Ms9RlIDQLm Similarly is the ‘codefolding_show’ parameter that you can set for each post independently. See my article about that : https://t.co/NqCM7anc0l ↪
İsmail Bekar (@bilimcibey; 0/0): @serdarbalci Yok, web sitesi oluşturuyorum blogdown ile. Kendi bilgisayarımda sıkıntı yok fakat gitlab ile ofis bilgisayarına taşıdığımda sıkıntı çıktı. Sebebini anlayamadım. ↪
İsmail Bekar (@bilimcibey; 0/0): @melikedonertas Sen R Markdown kullanıyordun diye düşünüp web sitene girdim. Blogdown kullanmışsın. Ben de aynısını yapıyorum dün biraz kıvrandım keşke senin yazını daha önce görseydim! Şimdi hallettim, fakat bu sefer de Türkçe karakterlerim patladı. Kişisel bilgisayarımda kurdum ↪
Shuma (@tokagemori; 0/0): はてなはmdなのに数式扱うの難しいし、rmdで書いたものを書き直すのが面倒。
Blogdownはイマイチ使い方がわからないところが多すぎてうまく行かない。 ↪
Shuma (@tokagemori; 0/0): 画像のリンクを考えずに、数式が$$使って簡単にかけるブログを作るには、はてなかblogdownにするべきか。 ↪
bookdown
Sébastien Rochette (@StatnMap; 0/0): @zenggyu In my theme, I have a ‘disable_highlight’ that can inspire you. https://t.co/Ms9RlIDQLm Similarly is the ‘codefolding_show’ parameter that you can set for each post independently. See my article about that : https://t.co/NqCM7anc0l ↪
knitr
Lorenz Walthert (@lorenzwalthert; 2/0): @MilesMcBain The last tweet addressed source code formatting. You can also leave the source as is and format the rendered output with the knitr chunk option
tidy
. As of https://t.co/cP7acEwOnm, which is not yet CRAN released, you can use styler to format code in addition to formatR. ↪
Lorenz Walthert (@lorenzwalthert; 0/0): @MilesMcBain So to conclude, you can use the dev version of knitr to enable styler to format chunks. Dev version of styler can format line width. Or dev version of formatR can too. Or don’t use knitr and format source directly with both formatR and styler dev. ↪
ワープ (@ns_and_5up; 0/0): @n_knitr DM送りたいのでフォローさせていただいてもよろしいですか? ↪
ワープ (@ns_and_5up; 0/0): @n_knitr あやめさんのご紹介で参りました。
まだお決まりでなければお譲りいただきたいです🙇♀️ ↪
a (@giontto; 0/0): @n_knitr ご連絡ありがとうございます。
大体のお席をお伺いしても宜しいでしょうか? ↪
xaringan
Murray David Neuzerling (@mdneuzerling; 0/0): @Dale_Masch In ordinary use, interactivity is literally just ggplotly(a_ggplot_object), and I think that’s super easy. Xaringan requires a bit more:
weather_plotly <- weather_plot %>%
ggplotly(height = 450) %>%
config(displayModeBar = F)
frameWidget(weather_plotly) ↪