-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
200 lines (176 loc) · 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>CambR - Cambridge R user group</title>
<link rel="stylesheet" type="text/css" href="CambR.css">
</head>
<!-- <p style="float:right; margin-top: 24px"> -->
<!-- <a href="http://groups.google.com/group/cambridge-r-user-group/feed/rss_v2_0_msgs.xml?num=50"><img src="../img/RSS.png" border=0 style="padding:3px 10px 3px 0px; vertical-align: -11px">RSS Feed</a></p> -->
<span style="font-family:'Palatino Linotype', Palatino, 'URW Palladio L',Baskerville,'Bitstream Charter',serif; font-size: 4em; margin-bottom: 0px">
<img src="./img/CambR-logo.jpg"
width="200px"
style="padding:1px 1px 1px 1px; vertical-align: -40%">
Cambridge R
<!-- <img src="../img/Rlogo.png" -->
<!-- style="padding:0px 10px 0px 0px; vertical-align: -10%"> -->
User Group
</span>
<div id="spacer"></div>
<div id="navigation">
<ul>
<li class=""><a href="http://www.meetup.com/Cambridge-R-Users-Group-Meetup">Meetup group</a></li>
<li class=""><a href="http://groups.google.com/group/cambridge-r-user-group" title="CambR Google Group">CambR Google Group</a></li>
<li class=""><a href="https://github.com/Cambridge-R-User-Group/CambRweb/wiki">CambR wiki</a></li>
<li class=""><a href="https://github.com/Cambridge-R-User-Group/">CambR github</a></li>
<li class=""><a href="http://blog.revolutionanalytics.com/local-r-groups.html" title="R User Groups">Local R User Group Directory</a></li>
<li class=""><a href="http://www.r-project.org/" title="r-project">R-project</a></li>
</ul>
</div>
<body>
<div id="content">
<h1>Stay tuned</h1>
<p>We have set up
a <a href="http://groups.google.com/group/cambridge-r-user-group">CambR
google</a>
and <a href="http://www.meetup.com/Cambridge-R-Users-Group-Meetup">Meetup</a>
groups to discuss any matter related to the CambR group and
meetings or any other aspect related to R that you may want to
share. Please feel free to register or get in contact with one
of the organisers.</p>
<!-- <h3>Previous CambR meeting - Wednesday, November 26, 2014 in -->
<!-- the <a href="http://theemperorpubcambridge.com/">Emperor -->
<!-- Pub</a></h3> -->
<!-- <p> -->
<!-- <ul> -->
<!-- <li><a href="http://andysouth.co.uk/">Andy South</a> told us -->
<!-- about -->
<!-- making <a href="http://andysouth.co.uk/wp-content/uploads/2014/11/rworldmapCambridgeRnov2014.pdf">world -->
<!-- maps in R</a></li> -->
<!-- <li>Matt Sundquist, co-founder of -->
<!-- the <a href="https://plot.ly/">plot.ly</a> project -->
<!-- demonstrated interactive plotting with shiny, Rpubs and -->
<!-- ggplot2.</li> -->
<!-- </ul> -->
<!-- </p> -->
<!-- <h3>CambR meeting - 27 October 2014 , in -->
<!-- the <a href="http://theemperorpubcambridge.com/">Emperor -->
<!-- Pub</a></h3> -->
<!-- <p> -->
<!-- <ul> -->
<!-- <li><b>Andrew Caines</b> talked about his experience with -->
<!-- writing presentations using remark.js, reveal.js and -->
<!-- Shiny. His material is available on -->
<!-- his <a href="https://github.com/cainesap/nonbeamer">github -->
<!-- repo</a>. -->
<!-- </li> -->
<!-- <li><b>Kaur Alasoo</b>Introduced the <a href -->
<!-- ="http://cran.rstudio.com/web/packages/dplyr/vignettes/introduction.html">dplyr</a> -->
<!-- package. The content on which his presentation was based is -->
<!-- available <a href="http://www.michaellevy.name/files/theme/dplyr_levy.html#/">here</a> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </p> -->
<!-- <h3>emacs/ESS CambR lunch - 19 November 2013</h3> -->
<!-- <p>Great <a href="https://groups.google.com/forum/#!topic/cambridge-r-user-group/wbZtpdEQV1Y">R -->
<!-- lunch time</a> about <a href="http://ess.r-project.org/">Emacs -->
<!-- Speaks Statistics (ESS)</a> by Stephen Eglen (an ESS core -->
<!-- developer). If you are interested in setting up other lunch time -->
<!-- R activities, post an announcement on the CambR google -->
<!-- group.</p> -->
<!-- <h3>Last CambR meeting - 28 October 2013</h3> -->
<!-- <p>Mark gave a much appreciated talk about the -->
<!-- famous <a href="http://ggplot2.org/">ggplot2</a> package. His -->
<!-- slides are available in the <a href=" -->
<!-- https://github.com/lgatto/visualisation/blob/master/ggplot2_cambr28oct2013.pdf?raw=true -->
<!-- ">TeachingMaterial</a> repository. Laurent gave a presentation -->
<!-- about unit testing; the content was derived from the <i>R -->
<!-- package development</i> course available from -->
<!-- the <a href="https://github.com/lgatto/teachingmaterial">TeachingMaterial</a> -->
<!-- repository and -->
<!-- the <a href="http://master.bioconductor.org/help/course-materials/2013/BioC2013/developer-day-debug_full/">debugging -->
<!-- session</a> from the Bioc 2013 conference. -->
<!-- </p> -->
<!-- <h3>First CambR lunch - 29 May 2013</h3> -->
<!-- <p>We had -->
<!-- our <a href="https://groups.google.com/forum/?fromgroups#!topic/cambridge-r-user-group/hZ1L6gIlT-M">first -->
<!-- R lunch</a> on the 29th of May in -->
<!-- the <a href="http://www.cms.cam.ac.uk//visiting/">Department -->
<!-- Applied Mathematics and Theoretical Physics</a> and aim to have -->
<!-- them on a regular basis.</p> -->
<!-- <h3>CambR Meeting - 25 March 2013</h3> -->
<!-- <p>About 30 people came to listen to two skilled R -->
<!-- users. <b>Andrius -->
<!-- Druzinis</b> <a href="https://github.com/Cambridge-R-User-Group/CambRweb/wiki/Interactive-visualisations-and-GUIs-with-Shiny">presented</a> <u>interactive -->
<!-- visualisations and GUIs with Shiny</u> and <b>Adrian Alexa</b> -->
<!-- who <a href="https://github.com/Cambridge-R-User-Group/CambRweb/blob/master/files/20130325_Adian_Alexa_programming_with_R.pdf?raw=true">talked -->
<!-- about</a> <u>specific problems he (and many others) need to -->
<!-- solve in R, code optimization, and other useful and geeky R -->
<!-- tricks</u>. The slides and shiny apps are available on -->
<!-- the <a href="https://github.com/Cambridge-R-User-Group/CambRweb/wiki">CambR -->
<!-- wiki</a>.</p> -->
<!-- <p>A couple of picture are <a href="http://www.cambr.org.uk/files/CambR-20130325/">on-line</a>. -->
<!-- Looking forward to seeing you at out next meeting.</p> -->
<!-- </p> -->
<!-- <h3>CambR Meeting - November 2012</h3> -->
<!-- <p>On Monday, <b>29th October 2012</b>, in -->
<!-- the <a href="http://www.fountaincambridge.co.uk">Fountain -->
<!-- Inn</a>, in Cambridge (UK) about 40 delegates came to listen -->
<!-- to <a href = -->
<!-- "http://blog.revolutionanalytics.com/2011/05/the-r-files-martin-morgan.html">Martin -->
<!-- Morgan</a>, who gave a great live demonstration on how to -->
<!-- convert a function into an valid R package -->
<!-- using <a href="http://www.rstudio.com/ide/">RStudio</a>. <a href="http://proteome.sysbiol.cam.ac.uk/lgatto/">Laurent</a> -->
<!-- also illustrated the R code behind the CambR logo (slides and -->
<!-- code on the <a href="https://github.com/lgatto/CambRlogo">github -->
<!-- page</a>).</p> -->
<!-- <p>A couple of pictures are <a href="http://www.cambr.org.uk/files/CambR-20121029/">on-line</a>. -->
<!-- Looking forward to seeing you at out next meeting.</p> -->
<!-- <h3>CambR Meeting - May 2012</h3> -->
<!-- <p>We had a successful CambR meeting on <b>Tuesday 29th May -->
<!-- 2012</b>, in -->
<!-- the <a href="http://www.fountaincambridge.co.uk">Fountain -->
<!-- Inn</a>, in Cambridge (UK), with two great talks: -->
<!-- <ul> -->
<!-- <li><b>Markus Gesmann</b>'s talk <b>Interactive charts with -->
<!-- R, googleVis and knitr</b> is -->
<!-- available <a href="http://lamages.blogspot.co.uk/2012/05/interactive-html-presentation-with-r.html">here</a> -->
<!-- and</li> -->
<!-- <li><b>Pat Burns</b> posted an annotated version of his -->
<!-- slides <b>Inferno-ish -->
<!-- R</b> <a href="http://www.portfolioprobe.com/2012/05/31/inferno-ish-r/">here</a>.</li> -->
<!-- </ul> -->
<!-- <p>A couple of pictures are <a href="http://www.cambr.org.uk/files/CambR-20120529/">on-line</a>. Thank you to all those who were able to make it. See you next time!</p> -->
<!-- <hr /> -->
<!-- <h1>About CambR</h1> -->
<!-- <p><a href="http://www.r-project.org/" title="r-project">R</a> -->
<!-- is a free software environment for statistical computing and -->
<!-- graphics. As R enthusiasts, we are eager to bring useRs of -->
<!-- Cambridge and surroundings together to share their experiences -->
<!-- using R. We are aiming at organising meetings in Cambridge, -->
<!-- including talks, mini workshops, data analysis sessions,... with -->
<!-- an emphasis on interaction among participants.</p> -->
<!-- <hr /> -->
<!-- <h1>Who</h1> -->
<!-- <p>Current organising committee members -->
<!-- are <a href="mailto:[email protected]?Subject=CambR">Mark -->
<!-- Dunning</a> -->
<!-- and <a href="http://proteome.sysbiol.cam.ac.uk/lgatto">Laurent -->
<!-- Gatto</a>.</p> -->
<h1>Sponsors</h1>
<p><b>We would like to thank < a
href="http://metail.com/">Metail</a> for hosting our meetings
and sponsoring food and drinks.</b> Previous sponsors
included <a href="http://www.revolutionanalytics.com/">Revolution
Analytics</a>,
the <a href="http://www.cambridgecancer.org.uk/">Cancer
Research UK</a>
and <a href="http://www.dataprogrammers.net/">DataProgrammers</a>.</p>
<div id="spacer2"></div>
<div id="smallprint">
<!--#config timefmt="%c" -->
This file last modified <!--#echo var="LAST_MODIFIED" --> <br />
Credit: design based on the <a href="http://journal.r-project.org/">R Journal</a> page.
</div>
</div>
</body>
</html>