-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from mi-erasmusmc/develop
Develop 0.4.0
- Loading branch information
Showing
48 changed files
with
11,662 additions
and
836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
^renv$ | ||
^renv\.lock$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^vignettes$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,46 @@ | ||
# History files | ||
.Rhistory | ||
|
||
# Session Data files | ||
.RData | ||
.RDataTmp | ||
|
||
# User-specific files | ||
.Ruserdata | ||
|
||
# Output files from R CMD check | ||
/*.Rcheck/ | ||
|
||
# RStudio files | ||
.Rproj.user/ | ||
|
||
# Produced vignettes | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
# R Environment Variables | ||
.Renviron | ||
|
||
# Documents and results | ||
docs/ | ||
output/ | ||
|
||
# Mac files | ||
.DS_STORE | ||
.idea/ | ||
|
||
# Compiled Object files | ||
*.o | ||
*.obj | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Compiled Static libraries | ||
*.a | ||
*.lib | ||
|
||
# Other C++ files | ||
**/__history/ | ||
|
||
# EXPLORE result files | ||
*.result | ||
inst/doc | ||
inst/cmake-build-debug | ||
inst/cmake-build-debug-coverage | ||
docs | ||
|
||
# PaRe Report | ||
Report.html | ||
Report_files/ | ||
renv.lock | ||
renv | ||
.Rprofile | ||
@OutputFile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: Explore | ||
Type: Package | ||
Title: Exhaustive Procedure for LOgic-Rule Extraction (EXPLORE) | ||
Version: 0.3.0 | ||
Version: 0.4.0 | ||
Date: 2020-12-14 | ||
Authors@R: c( | ||
person("Aniek", "Markus", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-5779-4794")), | ||
|
@@ -18,10 +18,12 @@ Imports: | |
RcppParallel, | ||
stringr, | ||
caret, | ||
pracma | ||
pracma, | ||
glue, | ||
magrittr | ||
Encoding: UTF-8 | ||
LinkingTo: Rcpp, BH (>= 1.51.0), RcppParallel | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.