README.md

myfirstpackage

The goal of myfirstpackage is to get myself familiar with modern R package development workflow. This README is generated by

usethis::use_readme_md()

Installation

You can install the development version of myfirstpackage from GitHub with:

# install.packages("devtools")
devtools::install_github("ge-li/myfirstpackage")

Example

This is a basic example which shows you how to solve a common problem:

library(myfirstpackage)
## basic example code

Reference

  1. Your first R package in 1 hour by Shannon Pileggi.
  2. Getting started with unit testing in R by Shannon Pileggi.
  3. Building R packages with devtools and usethis | RStudio by Tom Mock & Josiah Parry.
  4. 为新手准备的现代化R包开发流程 by 苏玮.


ge-li/myfirstpackage documentation built on April 14, 2022, 10:45 a.m.