Difference between revisions of "Test"

From "A B C"
Jump to navigation Jump to search
m
m
Line 1: Line 1:
Test: timestamp is 2020-09-16 04:19:42
+
<div class="2col"><!-- BEGIN 2col block -->
 +
 
 +
<div class="resource">
 +
<div class="name">[https://en.wikipedia.org/wiki/R_(programming_language) '''R''' on Wikipedia]</div>
 +
<div class="content">Wikipedia article on the R statistics environment and programming language.</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://www.r-project.org/ The '''R project''']</div>
 +
<div class="content">Homepage of R for development, resources and, most importantly, download of code and documentation.</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://www.rstudio.com/ide/ The '''R Studio''' IDE]</div>
 +
<div class="content">The IDE (Integrated Development Environment) that is the ''de facto'' standard for R programming and the development of code, projects, packages, and documentation.</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://cran.r-project.org/ '''CRAN''']</div>
 +
<div class="content">The Comprehensive R Archive Network</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://www.bioconductor.org/ The '''Bioconductor project''' homepage]</div>
 +
<div class="content">BioConductor is a bit like CRAN for bioinformatics and computational biology. The most important computational advances in our field are available from here. There is a special focus on high-throughput analysis, and a specific mental model of how data, code and workflows all come together.</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://www.r-bloggers.com/ '''R''' bloggers]</div>
 +
<div class="content">A digest of new blog-posts on R - from the introductory to the highly advanced. Sent out once every day or two. Really worthwhile subscription.</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://blog.revolutionanalytics.com/2017/01/cran-10000.html Package finding strategies]</div>
 +
<div class="content">(Revolutions Analytics Blog)</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[https://www.datacamp.com/community/tutorials/r-packages-guide Intro to R packages]</div>
 +
<div class="content">(at DataCamp)</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[https://stackoverflow.blog/2017/10/10/impressive-growth-r/ "The Impressive Growth of R"]</div>
 +
<div class="content">(Stackoverflow Data Analytics Team Blog)</div>
 +
</div>
 +
 
 +
 
 +
<div class="resource">
 +
<div class="name">[http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005871 '''Ten simple rules''' for biologists learning to program]</div>
 +
<div class="content">Carey and Papin advise novice biologist programmers how to begin. Much of this paper resonates well with our Introduction to R learning units. Good context for a beginning, to get a sense of where we are going with this.</div>
 +
</div>
 +
 
 +
</div><!-- END 2col block -->

Revision as of 01:06, 17 September 2020

Wikipedia article on the R statistics environment and programming language.


Homepage of R for development, resources and, most importantly, download of code and documentation.


The IDE (Integrated Development Environment) that is the de facto standard for R programming and the development of code, projects, packages, and documentation.


The Comprehensive R Archive Network


BioConductor is a bit like CRAN for bioinformatics and computational biology. The most important computational advances in our field are available from here. There is a special focus on high-throughput analysis, and a specific mental model of how data, code and workflows all come together.


A digest of new blog-posts on R - from the introductory to the highly advanced. Sent out once every day or two. Really worthwhile subscription.


(Revolutions Analytics Blog)


(at DataCamp)


(Stackoverflow Data Analytics Team Blog)


Carey and Papin advise novice biologist programmers how to begin. Much of this paper resonates well with our Introduction to R learning units. Good context for a beginning, to get a sense of where we are going with this.