GithubHelp home page GithubHelp logo

nhs-r-community / intermediate_r_training Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simon-w-m/intermediate_r_training

1.0 0.0 1.0 200 KB

Training around data wrangling following on from NHS-R community introduction to R and R studio

License: MIT License

R 100.00%
training training-materials

intermediate_r_training's Introduction

Intermediate R Training

This is a follow on course for the Introduction to R and R Studio course or for people who have some familiarity and comfort in using R.

Course preparation

Data for the course is from the {NHSRdatasets} package available through CRAN. Set up information for the course can be found in the NHS-R Way book.

Contributing

Please see our guidance on how to contribute.

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

The simplest way to contribute is to raise an issue detailing the feature or functionality you would like to see added, or any unexpected behaviour or bugs you have experienced.

If you fork this repository

Note that because this is a forked project the following commands in git in the Terminal are needed to reset the origin to NHS-R Community. This is needed in order to create new branches to PR into main which is good practice:

git remote remove upstream
git remote add upstream https://github.com/Simon-W-M/intermediate_R_training.git
git remote remove origin
git remote add origin https://github.com/nhs-r-community/intermediate_R_training.git

The command:

git remote -v

will show the links and should say:

origin  https://github.com/nhs-r-community/intermediate_R_training.git (fetch)
origin  https://github.com/nhs-r-community/intermediate_R_training.git (push)
upstream        https://github.com/Simon-W-M/intermediate_R_training.git (fetch)
upstream        https://github.com/Simon-W-M/intermediate_R_training.git (push)

Hint: copying text into the Terminal cannot use the short cut keys of Ctrl+V but right click on the mouse.

Also note that the PR will work from the {usethis} package but will be to the upstream repository in GitHub and will need to be reset to nhs-r-community/intermediate_R_training.git.

Special note of thanks

To Simon.Wellesley-Miller, NHS England, for developing this course on behalf of NHS-R Community.

intermediate_r_training's People

Contributors

anyaferguson avatar lextuga007 avatar simon-w-m avatar

Stargazers

 avatar

Forkers

washingtonsilva

intermediate_r_training's Issues

Remove template files

As this originated from an NHS England template the following forms are not used

CHANGELOG.md
OPEN_CODE_CHECKLIST.md
model_card.md

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.