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
Use use_vignette("Try")
.
Test file is located in ./test/test.r
.
Package was uploaded manualy to github (using github desktop for ubuntu)
Just execute any of these function use_travis()
or use_github_actions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.