knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
# library(W4Assigment)

The purpose of this assessment is for you to combine your skills of creating, writing, documenting, and testing an R package with releasing that package on GitHub. In this assessment you'll be taking the R files from Week 2's assessment about documentation and putting that file in an R package.

For this assessment you must

1. Write vignette

Use use_vignette("Try").

2. Write one test

Test file is located in ./test/test.r.

3. Put package on GitHub

Package was uploaded manualy to github (using github desktop for ubuntu)

4. Set up Travis

Just execute any of these function use_travis() or use_github_actions()



cesarkero/W4Assigment documentation built on Dec. 19, 2021, 2:56 p.m.