Releases: adrtod/rchallenge
Releases · adrtod/rchallenge
version 1.3.4
version 1.3.3
- Use South German Credit data from UCI ML Repository
version 1.3.2
- added a test for
pandoc
availablity. - corrected
german
data set after Groemping, U. (2019).
version 1.3.0
output_dir
argument ofpublish
function now defaults to"index.html"
. Useful for hosting the challenge on a GitHub repo with Github pages.glyphicon
is defunct. useicon
instead of glyphicon.print_readerr
displays a table.get_best
returns a single data.frame instead of a list with one data.frame per metric. the ranking can be based on several metrics in a specific order to break ties.update_rank_diff
andprint_leaderboard
take a single data.frame as input
version 1.2
output_dir
argument ofpublish
function now defaults to theinput
directory instead of"~/Dropbox/Public"
because Dropbox rendering of HTML content is discontinued.
Version 1.1.1
- fixed bug for "submitted after the deadline"
- added some comments in template rmd files
- added overall package documentation
Version 1.1
- added
out_rmdfile
argument tonew_challenge
- changed
template
argument toc("en", "fr")
- fixed bugs
- added examples to doc
Version 1.0
- new name
- changes in readme
new_team
can create several teams- instructions for windows
Version 0.2
- exported
new_team
function - suppressed dependency to caret package
- fixed change of directory in
publish
- improved messages
Version 0.1
- initial package release
- easy installation
- roxygen documentation
- english and french templates