knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Team6

The goal of Team6 is to write the solutions of team 1, team 3, and team 8 in Lab 2 as functions.

Github

The github of Team6 is here

Problem we have

When we run devtools::check(), there is an error "there is no package called 'class'". However, we did not use this package, and this error cannot be fixed even we install and library this package.



yuchenw2015/Team6 documentation built on May 9, 2019, 1:12 a.m.