Skip to content

Commit

Permalink
Create About.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand authored Nov 25, 2021
1 parent 5e48382 commit daa6abd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package-dev-modules/slides/03-your-first-package/About.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Your first package!

This workshop shows you how to make version controlled package linked to a remote repository on GitHub using the devtools approach.

## Learning Objectives

At the end of this module the successful learner will be able to:
- create a simple version controlled package
- explain the key components of a minimal package
- use the package interactively with load_all()
- link a local version controlled package to a remote repository on GitHub
- use check() to execute R CMD check
- populate a DESCRIPTION and LICENSE files


## Prerequisites
You need to have:
- "[Packages in a nutshell](http://bit.ly/pkg-dev-1)" or equivalent experience
- "[Setting up your system](http://bit.ly/pkg-dev-2)" or equivalent experience
- the packages devtools, roxygen2, testthat and knitr installed
- R build toolchain: Rtools(windows) or XCode (mac) or r-base-dev

0 comments on commit daa6abd

Please sign in to comment.