Skip to content

Commit

Permalink
ogita
Browse files Browse the repository at this point in the history
  • Loading branch information
franzbischoff committed Jul 4, 2023
1 parent 907fab6 commit 1c60856
Show file tree
Hide file tree
Showing 15 changed files with 564 additions and 430 deletions.
4 changes: 3 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ if (Sys.getenv("CI") == "") {
})
)

conflicted::conflict_prefer("filter", "dplyr")
suppressMessages({
conflicted::conflict_prefer("filter", "dplyr")
})
options(dplyr.summarise.inform = FALSE)

if (.Platform$OS.type != "windows") {
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN echo "C.UTF-8 en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.utf8 \
&& /usr/sbin/update-locale LANG=en_US.UTF-8

ENV R_BASE_VERSION 4.3.0
ENV R_BASE_VERSION 4.3.1
ENV RENV_PATHS_ROOT "${HOME_WORK}/.cache/R/renv"
ENV RENV_PATHS_LIBRARY_ROOT "${HOME_WORK}/.cache/R/renv/library"
ENV TZ UTC
Expand Down
2 changes: 2 additions & 0 deletions .renvignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/inst/
/dev/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Imports:
workflowr (>= 1.7.0),
workflows (== 1.1.3),
workflowsets (== 1.0.0),
yardstick (== 1.0.0.9000)
yardstick (>= 1.0.0.9000)
Suggests:
DT (>= 0.18),
clustermq (>= 0.8.95),
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ S3method(translate,floss_regime_model)
S3method(update,contrast_model)
S3method(update,floss_regime_model)
export("%>%")
export(.check_contrast_profile_fit)
export(.check_floss_regime_threshold_fit)
export(binary_split)
export(complexity)
Expand All @@ -20,6 +21,7 @@ export(contrast_error)
export(contrast_error_macro)
export(contrast_error_micro)
export(contrast_error_vec)
export(contrast_evaluate_all_platos)
export(contrast_model)
export(contrast_train_model)
export(contrast_train_regimes)
Expand Down
327 changes: 156 additions & 171 deletions _contrast_profile_ex/meta/meta

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/contrast.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions man/contrast_helpers.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions man/floss_helpers.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mp_algos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c60856

Please sign in to comment.