Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R6 Methods in FunctionReporter #128

Merged
merged 11 commits into from
Nov 30, 2018
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Misc files
.Rhistory
*.Rproj
Expand All @@ -10,6 +9,9 @@ tests/testthat/Rplots.pdf
**/*.rda
**/*.csv

# Keep data files in testdata
!/tests/testthat/testdata/*.csv

# build artifacts
**/*.tar.gz
pkgnet.Rcheck/*
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ License: BSD_3_clause + file LICENSE
URL: https://github.com/UptakeOpenSource/pkgnet
BugReports: https://github.com/UptakeOpenSource/pkgnet/issues
LazyData: TRUE
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import(data.table)
importFrom(DT,datatable)
importFrom(DT,formatRound)
importFrom(R6,R6Class)
importFrom(R6,is.R6Class)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.readable)
importFrom(assertthat,is.string)
Expand Down