Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
TokyoR extra #1
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
dichika
April 18, 2014
Programming
0
300
TokyoR extra #1
Lightning talk
dichika
April 18, 2014
Tweet
Share
More Decks by dichika
See All by dichika
TokyoRLT#57
dichika
0
1.3k
Other Decks in Programming
See All in Programming
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
130
Understanding Apache Lucene - More than just full-text search
spinscale
0
100
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
250
Unity6.3 AudioUpdate
cova8bitdots
0
120
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.3k
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
260
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
570
ロボットのための工場に灯りは要らない
watany
10
2.7k
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
430
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
540
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
110
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3k
Featured
See All Featured
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
Optimizing for Happiness
mojombo
378
71k
The SEO identity crisis: Don't let AI make you average
varn
0
410
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
390
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
70
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
Transcript
How do you keep our mo-va-on? 2014/4/17
I am a big fan of googleVis
シリーズRで可視化#1 ggplot2と googleVisと hwriterで レポートを作る
@dichika This is the evidence
Me • Daisuke Ichikawa • First year of the
doctoral course of University of Tokyo • Major : Social medicine • Research interest : Mo-va-on for health • daisukeichikawa.blogspot.com
How do you keep your mo-va-on during analysis?
My Ordinary days beginning dead -me finish & beer
Get up our dead -me for keeping our mo-va-on
But analysis is a silent task • R doesn't say
any words • Just send text messages • You get rewards from just reading messages from your R Difficult to keep our mo-va-on
Solu-ons • Take a nap – Great, but can you
do it? • Listen to music – OK, music could make us relaxed – But it doesn't pull up our mo-va-on for analysis directly • How should we do?
Requirements • Methods other than text messages • Related
to the process of our analysis
I have developed two packages • yeah • pings
– both packages are based on pingr package
yeah package • You can hear the author's voice of
packages • Includes two func-ons – libraryy : load package and sound – yeah : just sound
pings package • Counts the number of chain operators and
make a sound • Chain operators are included in some libs – dplyr %.% – magri_r %>% • With chain operators, you don't need to use make temporary objects for acquiring the final result
example library(yeah) libraryy(pings) # My voice libraryy(dplyr)
# No voice pings(mtcars %.% filter(am==1) %.% group_by(gear) %.% summarise(avg_wt = mean(wt)) )
Conclusion • Difficult to keep mo-va-on during analysis
• yeah and pings might be helpful • You can install both from github – h_ps://github.com/dichika/yeah
Enjoy!!!