Skip to content

Commit

Permalink
Merge pull request #128 from jayqi/feature/r6-methods
Browse files Browse the repository at this point in the history
R6 Methods in FunctionReporter
  • Loading branch information
bburns632 authored Nov 30, 2018
2 parents d1e974d + 26a283f commit a329f56
Show file tree
Hide file tree
Showing 23 changed files with 769 additions and 60 deletions.
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
Loading

0 comments on commit a329f56

Please sign in to comment.