Code Monkey home page Code Monkey logo

rminr's Introduction

Welcome to Research Methods in R

This is the website we use to develop these teaching materials. If you were looking for the actual materials, click here

Notes for new contributors

If you've a suggestion for an improvement, or a bug report, please make a pull request. Or, if you don't know how to do that, use the Issues function of github to log an issue and someone will pick it up and deal with it as soon as possible.

Notes to developers

The files in the docs directory are the live contents of the RMINR website. The files are a mix of .md and .html. If you change the .md files, the live contents of the site changes. Use .md when possible, see below if you need to use RMarkdown.

The .html files are knitted from the .Rmd files in the src directory. Do not change the .html files directly. Instead, change the .Rmd files, knit them and copy the resulting .html file into the docs directory.

How to knit

The RStudio IDE supports knitting through its GUI.

You can also knit from the R command line, using the rmarkdown package:

render('irr.Rmd', 'all')

Emacs users

RMarkdown documents are suported in Emacs through the MELPA package poly-R. In Emacs, you may need to add the following to your init.el file:

(add-to-list 'auto-mode-alist '("\\.Rmd" . poly-markdown+R-mode))

rminr's People

Contributors

ajwills72 avatar earcanal avatar lenarddome avatar jon-may avatar craddm avatar nadeige avatar paulsharpey avatar brianmsm avatar tombeesley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.