Skip to content

πŸ‘©β€πŸ« Tutorial and material for writing packages in R

Notifications You must be signed in to change notification settings

cosimameyer/writing_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Big things come in small packages - Tips and tricks for your own R package

πŸ“ CorrelCon 2021

About the talk

R is a great resource for data management, statistics, analysis, and visualization β€” and it becomes better every day. This is to a large part because of the active community that continuously creates and builds extensions for the R world. Dur- ing the talk, I will provide you with tips and tricks for contributing to this world by writing packages. If you want to get a quick introduction before the talk, here is a hands-on tutorial on how to write your first R package.

Material

You can access the material here:

Slides Package example

Overview repository

This repository contains:

β”œβ”€β”€ correlcalc
β”‚   β”œβ”€β”€ DESCRIPTION
β”‚   β”œβ”€β”€ NAMESPACE
β”‚   β”œβ”€β”€ R
β”‚   β”‚   └── make_sum.R
β”‚   β”œβ”€β”€ correlcalc.Rproj
β”‚   └── man
β”‚       └── make_sum.Rd
└── writing_packages.Rproj

More resources

About

πŸ‘©β€πŸ« Tutorial and material for writing packages in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages