sort by:
Revision Author Date Message Commit Date
118bc1c CI: Add CI for Windows (appveyor) (#2396) * add appveyor.yml * update appveyor.yml * add appveyor.yml to .Rbuildignore 23 July 2018, 20:20:40 UTC
d1ef7e8 Tut: Enable `collapse = TRUE` (#2393) Replaces `knit_hook` with `collapse = TRUE`. Solves #2388 23 July 2018, 08:09:14 UTC
929a4db Broken link fixed (#2392) "http://www.inside-r.org/packages/cran/" seems not working. I replaced it with "https://cran.r-project.org/web/packages/" 20 July 2018, 14:29:53 UTC
a9f7aae add google site verification to template 20 July 2018, 07:33:57 UTC
02b651e Fixed table in integrated_learners.Rmd (#2391) Solves #2384 19 July 2018, 19:11:52 UTC
e4457b2 Tut: More consistent syntax for comments (#2390) * Tut: highlighting modified, functions are more visible Non-intensive colors added so some R code elements (in code chunks only) to make the elements more distinguishable. Find examples in #2383 * Explanations in CSS file added * Prevent from loosing color of visited link (function name) * Tut updates: _mlr-tutorial_intro * Tut updates (part 2) * Tut updates (part 3) 19 July 2018, 19:10:34 UTC
315c8f3 Tut: syntax highlighting modified (functions are more visible) (#2387) * Tut: highlighting modified, functions are more visible Non-intensive colors added so some R code elements (in code chunks only) to make the elements more distinguishable. Find examples in #2383 * Explanations in CSS file added * Prevent from loosing color of visited link (function name) 19 July 2018, 07:10:43 UTC
1d49647 update auto-generated documentation [ci skip] 18 July 2018, 10:20:54 UTC
4cf55eb Corrections in documentation of `plotCritDifferences()` (#2386) * Corrections in generateCritDifferencesData() documentation Several grammar errors and markdown/rd syntax errors that lead to incorrect formatting were fixed. E.g., ``"Bonferroni-Dunn"`` should be formatted as `"Bonferroni-Dunn"` in https://mlr-org.github.io/mlr/reference/generateCritDifferencesData.html * Broken link removed from `learner.id` * Several more broken links removed 18 July 2018, 09:36:38 UTC
d599e0e Tut: Fix build and always build tutorial (#2385) * fix code, update headers * build tutorial in before_deploy * build in after_script 18 July 2018, 09:35:22 UTC
e9469cc update auto-generated documentation [ci skip] 17 July 2018, 10:06:46 UTC
9d4f391 Base: Add createSpatialResamplingPlots() (#2373) * add createSpatialResamplingPlots.R * update spatial.task with correct rownames * update tutorial * indentation * update NEWS * check for correct rownames * reset NS * add required packages to travis * add required system libs * move to imports * import cowplot::plot_grid * update documentation * donttest * require system libs in warmup * re-add accidental delete * remove updating of all packages * coord_sf -> ggplot2::coord_sf * remove install.packages(old.packages()) * move cowplot and hrbrthemes to suggests * update importFrom * move sf and hrbrthemes to suggests and check for NS * move purrr to suggests * fix 17 July 2018, 09:25:34 UTC
aafc7de Tut: "Functional Data" reviewed (#2382) * Tutorial "Functional Data" reviewed 1. English grammar, spelling, and style were reviewed. 2. The broken link `[wavelets](dwt)` was changed to `[wavelets](https://www.rdocumentation.org/packages/wavelets/versions/0.3-0/topics/dwt)`. 3. Markdown syntax was reviewed: empty line added to create a list correctly, other corrections. 4. Misleading information was corrected: wavelengths are not time points. 5. Some clarifications/explanations were added. * Grammar/style/spelling fixed. * `##` replaced with `#` in code blocs of FDA tutorial Double hash symbols replaced with single ones in code blocs to partially addess issue #2383 (the comments with single `#` are highlighted in different color). * FDA tut: each sentence in a new line * Removed `$` formating for numbers * FDA tutorial: links fixed 15 July 2018, 21:06:34 UTC
e40fc7c Travis: Don't use `update.packages(old.packages())` Even though it solved the "chicken-and-egg" problem of penalized/survival, it also updates the base R packages (mgcv, MASS etc). However, these will not be cached as they come with the R installation on every travis run. Hence they get updated in every Travis build by this command which is not what we want. Also, the command even caused build errors recently (travis-ci.org/mlr-org/mlr/jobs/403566840). 14 July 2018, 09:07:45 UTC
08afee6 update auto-generated documentation [ci skip] 13 July 2018, 05:09:22 UTC
6bc6d82 tests: classif: remove faulty test 13 July 2018, 04:30:08 UTC
51925db tests: regr: remove faulty test 13 July 2018, 03:12:50 UTC
7d6c7d0 tests: regr: fix faulty se unit test 13 July 2018, 02:57:08 UTC
13e8c06 Tut: Only one tutorial version (#2370) * update travis and pkgdown yaml & tic.R * update README * move cheatsheet to inst/ * backup old tutorials * update vignettes/ dir * tic version * some minor travis updates * devtools::update_packages * try install.packages() * update refs to tut in functions * remove PDF tutorial * README header adjustments * add talks_videos_workshops * update header levels * add required packages * add talks_videos_workshops * some vis adjustments * tidy README * typo * try old tic version again to resolve timeout issue? * use latest tic again * trying to fix check stage * debugging * remove sf * try with forks * set check_args * --no-vignettes * - skip all vignettes checks - remove deploy stage * remove R_MAX_NUM_DLLS * merge both fixes into one branch * update dataset reference in hyperpars_tuning_effects.Rmd (fixes #2372) * use irace from CRAN again 13 July 2018, 01:00:18 UTC
93eb249 Travis: Hotfix false positives in check stage (#2380) * try fix to catch errors during r cmd check * use most recent tic * add FIXME 12 July 2018, 06:20:21 UTC
5bd9e41 tests: tuneIrace: increase nr of evals, results where too stochastic 11 July 2018, 00:27:08 UTC
2ae38c4 install old version of irace (#2374) * install old version of irace * try tic 08 July 2018, 15:18:33 UTC
b8719ec mini fix for irace 3.0, also works with irace 2.4 (#2375) * fix for irace 3.0 * ... * ... * ... 08 July 2018, 15:06:18 UTC
6c8fb9a Travis: Fix travis deployment of docs (#2368) * use old way to update docs * also commit NS using travis 06 July 2018, 14:19:13 UTC
5fa14ec Deploy from Travis build 12044 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400804975 Commit: 939d3fb3e4cff1f2b164bce2f02515703e8fa4eb 06 July 2018, 10:25:25 UTC
d477c7d use old way to update docs (#2365) 06 July 2018, 09:44:50 UTC
939d3fb Tut: Re-fix #2318 (#2364) * link OpenML under "mlr-org packages" * use the R vignette as link instead of the main website 06 July 2018, 09:30:47 UTC
30435ab update auto-generated documentation [ci skip] 05 July 2018, 22:25:57 UTC
d96303d fix copy pasta in test (#2361) * fix copy pasta in test * Update test_learners_all_classif.R 05 July 2018, 13:08:49 UTC
675c808 Fix urls to tutorial (#2363) * replace urls 1 * replace urls 2 05 July 2018, 13:08:18 UTC
8881b30 Merge branch 'master' of github.com:mlr-org/mlr 05 July 2018, 13:07:16 UTC
8221273 commit NAMESPACE and docs 05 July 2018, 13:07:02 UTC
3bf14c6 tests: make sure we dont directly call into plyr package --> otherwise we would have to SUGGEST it 05 July 2018, 13:06:20 UTC
82010e1 tests: make sure we dont directly call into lhs package --> otherwise we would have to SUGGEST it 05 July 2018, 13:03:42 UTC
a657dc8 Deploy from Travis build 12024 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400403213 Commit: d615e31391a561f316b0a603687bfdc23764c33d 05 July 2018, 12:56:47 UTC
90746d0 Deploy from Travis build 12023 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400396415 Commit: ee8cf272230d7803c7672543b031fdf109c6fd23 05 July 2018, 12:47:33 UTC
12864ca Deploy from Travis build 12022 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400392401 Commit: ef6b14b2f1d2b03be461808142e10c2acf118103 05 July 2018, 12:40:53 UTC
13d517e link OpenML under "mlr-org packages" (#2354) * link OpenML under "mlr-org packages" * use the R vignette as link instead of the main website 05 July 2018, 12:12:00 UTC
d751871 add NEWS 05 July 2018, 12:04:58 UTC
d615e31 move elmNN learner to extra learner repo (#2360) 05 July 2018, 12:03:52 UTC
ee8cf27 Deactivate all tests for CRAN (#2353) * deactivate all tests for cran * fix 05 July 2018, 11:54:11 UTC
ef6b14b add NEWS 05 July 2018, 11:49:17 UTC
9355659 Update README, fix favicon (#2359) * update README header remove unnecessary bracket in README * use full path for favicon in head.html 05 July 2018, 08:24:10 UTC
9254615 Update PDF tutorials (#2356) * two separate deploy path for pdf tut * allow deploy * fix typo for pdf dev deployment * two branches * rename to pdf_wrapper_dev * add usecase_regression * two branches again * update README * update links in README * stash travis changes 04 July 2018, 22:00:03 UTC
90c3b00 Update README.md 04 July 2018, 21:49:32 UTC
b9d6b69 - add new favicon (#2355) - put large favicon in inst/ - rename logo to logo_navbar 04 July 2018, 21:34:16 UTC
0f3c5c1 Add info about special.vals to learner API doc (#2350) * add info about special.vals to learner API doc * update "param" missing of xgboost * Update create_learner.Rmd 04 July 2018, 11:00:20 UTC
8864baa Deploy from Travis build 11966 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/399740290 Commit: e7936bc2a41f0553eda24c99d7876699d5ec0ffa 03 July 2018, 20:52:12 UTC
59a0e3f Deploy from Travis build 11963 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/399740063 Commit: 793ca066fc149db4f1e785122c6689885f5d1700 03 July 2018, 20:47:38 UTC
e7936bc Test that all learner can handle only one feature! (#2287) * add test for one feature tasks * se should be sqrt of MSE * fix tests, add se feasibilty check 03 July 2018, 19:53:26 UTC
793ca06 - mention threshold tuning (#2349) - some .Rmd adjustments 03 July 2018, 19:52:42 UTC
612821c - add quote() requirement for requires() (#2348) - indent code for better html visualization 02 July 2018, 21:40:39 UTC
81fe1c0 Tutorial fixes (#2344) * allow deployment of man/* files * - remove changing of headers for HTML tutorial - fix PDF building by explicitly install mlr from github * fix travis.yml 29 June 2018, 15:05:34 UTC
c06af21 mlr publications page in appendix (#2343) PR for #2342 - added @christophM to contributors, since his JOSS paper is also in the overview - removed publication overview on the README, so we only have to maintain one overview - added publications page in appendix 28 June 2018, 22:24:33 UTC
4fdc765 add use case: regression (#2339) 28 June 2018, 16:09:58 UTC
880fce2 Revert "Deploy from Travis build 11900 [ci skip]" This reverts commit 8bfca9f7fe416fbca092243044b28d6cc67da46a. 28 June 2018, 10:08:40 UTC
8bfca9f Deploy from Travis build 11900 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/397694215 Commit: 092497d0d29d7e623cfc1ef8ba8de0e03651f072 28 June 2018, 09:52:54 UTC
7c01f4f Some tutorial fixes (#2338) * fix tic "S4 subset" error * fix logo path 27 June 2018, 17:49:17 UTC
dc43b95 Update mlr.Rproj, update man/ (#2336) * use roxygen to build the package * manually add man/getResamplingIndices 27 June 2018, 14:51:46 UTC
c972dd2 update tutorial instructions (#2334) 26 June 2018, 22:51:04 UTC
1a2d34b Re-add missing dependencies (#2295) * re-added svglite * added rgenoud * install dev version of rcmdcheck * debug * fix tuneMBO test * fix technical bug in tuneCMAES * cmaes fix * moved blackboost to todo-files * notes_are_errors = FALSE * fixed tuneGenSA, updated NAMESPACE 26 June 2018, 12:38:34 UTC
d3b9c39 optimize navbar logo rendering (#2329) 24 June 2018, 18:12:59 UTC
0ba866e conistent coloring (#2297) 21 June 2018, 20:12:57 UTC
6703a14 build namespace before html tut deployment (#2292) 17 June 2018, 18:43:51 UTC
aea5df9 roxygen docs 13 June 2018, 07:42:38 UTC
ed39b1c Cleanup packages (#2269) 12 June 2018, 15:44:43 UTC
416bc57 minimal package help page (#2291) 12 June 2018, 15:44:15 UTC
fb98ce5 Add getResamplingIndices() (#2281) * add getNestedResamplingIndices() * fix indentation * add context to test * move to tests... * fix test errors * add test * add resampling arg to makeFeatSelResult * add resampling arg to makeFeatSelResult * rename to getInnerResamplingIndices() * update NEWS * change from ctb to aut * revert NEWS, fix indentations * rename to getResamplingIndices, make generic for outer and inner indices * clean up * also support getFeatSelResult * update tutorial * typo * update doc, add example * travis 03 June 2018, 23:41:16 UTC
9bdb822 Update tic.R (#2285) 02 June 2018, 17:18:03 UTC
af7c439 Deploy release docs again, minor tweaks (#2284) * - update pandoc version - build PDF tut dev and release in parallel - build dev and release of HTML tut * change dev icon to be more subtle * - use pkgdown files for release tutorial (2.12) - backup release docs to old/2.11 * update README * unique names for PDF devel and release * fix deployment branch * fix url links 30 May 2018, 17:48:16 UTC
1d73e95 remove footer from site (#2283) 29 May 2018, 01:15:47 UTC
f7ca29b update README (#2282) 28 May 2018, 21:45:22 UTC
79d9811 Fixing broken links to tutorials (#2279) 27 May 2018, 17:40:03 UTC
fe075dc messages are suppressed with show.learner.output = FALSE (#2273) 18 May 2018, 17:20:40 UTC
54ad954 add colors to plotHyperParsEffect (#2268) 15 May 2018, 09:15:30 UTC
de21b5c Travis: Fix allow_failures (#2259) * fix allow failures * remove allow_failures of tutorial builds 03 May 2018, 02:54:31 UTC
243009e Hyperlink DOIs against preferred resolver (#2261) 27 April 2018, 15:33:44 UTC
9edf449 regr.nnet: remove unneeded params (#2258) * ... * ... 27 April 2018, 01:32:48 UTC
b9ceffc require pander (#2253) 25 April 2018, 16:27:55 UTC
e5fca79 Travis adjustments (#2252) * try new subdir arg from tic * build pdf cache * try commit_paths * devtools::document() before rcmdcheck * remove grouping from reference * correct env * run devtools::document before rcmdcheck * harmonize 24 April 2018, 17:48:39 UTC
937a1ac Use rcmdcheck for check stage and deploy via ssh (#2250) * new travis branch init * Deploy from Travis build 11359 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/368351859 Commit: fe6458a5e3caa39e8a2e067a4784afbe7209efb5 * revert fake changes * deploy man/ and NEWS to master * Deploy from Travis build 11360 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/368374749 Commit: 4e7fc600e167de5887f49babe7cfc475db12d737 * dummy readme change * only deploy on master * revert changes from train * fix train issues * add NAMESPACE to commit_path 19 April 2018, 18:10:12 UTC
9c3c242 Revert "Deploy from Travis build 11361 [ci skip]" This reverts commit ea4cfd33d3a1c835f88b355c5a32cd398da96467. 19 April 2018, 12:42:43 UTC
ea4cfd3 Deploy from Travis build 11361 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/368375213 Commit: 3d2b92c2eb661b358e12d32502f73fcd0a88c881 18 April 2018, 22:52:36 UTC
2840a76 Add weights for regr.ranger (#2249) * Added case.weights for regr.ranger * Fix trailing whitespace 17 April 2018, 21:01:40 UTC
be06498 L56 "the a learner" => replacing by "a learner" (#2247) 12 April 2018, 15:30:39 UTC
095dd48 Use file.path instead of paste0/stri_paste in tests (#2245) 10 April 2018, 11:36:14 UTC
74769f3 do not match on exact error message in test (need to change some messages in checkmate 08 April 2018, 20:06:42 UTC
e89939a update auto-generated documentation [ci skip] 05 April 2018, 13:46:17 UTC
68700af Fix some md roxygen code (#2242) 05 April 2018, 12:35:36 UTC
866ccd3 Get pkgdown search working (#2235) * remove dev=svg * update auto-generated tutorial pdf version [ci skip] * relative paths for imgs * update auto-generated tutorial pdf version [ci skip] * try full rawgithubuser img paths * keep .tex file * correct pdf formatting, fix img links * clean up * update Rbuildignore * ignore latex log * new img link attempt * update auto-generated tutorial pdf version [ci skip] * add other mlr-org packages * optimize margins * update auto-generated tutorial pdf version [ci skip] * resolve file permission issues * resolve file permission issues * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * try test commit for replacement of vignette(..) calls * update auto-generated tutorial pdf version [ci skip] * replace all vignette() calls by hyperlinks * update auto-generated tutorial pdf version [ci skip] * update handling of spatial data * try open in tabs * open all links in new tab * fix data problems * comment out partial dependence chunk to get build passing * update visualization table * set font-size of tables to 12px, increase font-weight of headers * restructure nav * add partial dependence change * add visualization fix * fix pdf build? * build mlr and condition deployment * font size of navbar: 15px, font-weight of headers: 600, remove colon from title * try pandoc 2.1.1 for pdf * try building html without RcppZiggurat and pander * update auto-generated tutorial pdf version [ci skip] * require devtools * update tutorial README * update auto-generated tutorial pdf version [ci skip] * devtools::document() * update auto-generated tutorial pdf version [ci skip] * require pander * replace logo * update auto-generated tutorial pdf version [ci skip] * Delete logo.png * add new logo * update auto-generated tutorial pdf version [ci skip] * set padding of navbar brand * install dependencies and try removing RcppZiggurat * update auto-generated tutorial pdf version [ci skip] * fix relative widths of site? * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * relax header margins * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * Update with functional data * Adjust to pkgdown * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * update functional_data section * update auto-generated tutorial pdf version [ci skip] * Fix warnings and bullet points * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * Beautify output and fix a link * update auto-generated tutorial pdf version [ci skip] * build html with pandoc 2.1.1 * update auto-generated tutorial pdf version [ci skip] * go back to 75/25 content/navbar ratio * fix list of classif learners * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * fix regr.mxff * update auto-generated tutorial pdf version [ci skip] * Bold instead of header, remove indents * update auto-generated tutorial pdf version [ci skip] * try build matrix expansion * reduce redunant stuff in stages * temporarly skip failing tests * next try * require remotes * run base tests again after fix * try with devtools::document and update RBuildignore * disable tests again due to limited build time on fork * install ghostscript * narrow down problems * build pdf in clean env * try new appraoch * deploy in parallel? * load mlr last * dont clean and execute in globalenv * load mlr last * NEWS for commit 76c723 * fix wrong unit test change be jakob-r * update auto-generated documentation [ci skip] * require magick * pandoc v2.1.2 * temporarly disable problematic chunk * build with working pkgdown version * explictily initialize spatial.task * explicitly install mlr from github * revert spatial.task change * update auto-generated tutorial pdf version [ci skip] * enable visualization.Rmd again * use install_github instead of R CMD build * update auto-generated tutorial pdf version [ci skip] * change links to mlr-org * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * try new tic and travis setup * only run tut * next tic attempt * add script section * remove update_deps call * disable add_package_checks temp * enable warmup stage again, call install_deps * use devtools instead of remotes * remove prepare all stages * next try * remotes -> devtools * next * debug * fix 1 * use pat-s/pkgdown, fix magick * remove pander and rmarkdown for html * require roxygen * try without script section for html * force pkgdown install from pat-s * remove pkgdown from pdf, require roygen2 * require bookdown * fix path for pdf * try setting remote_url explictily for PDF, add extra.js, build with latest pkgdown * run before deploy for pdf * don't push pdf * include pkgdown template in repo * build with r-lib/pkgdown * pat-s/pkgdown again * build with r-lib/pkgdown * trigger new build * add prepare_all_stages * lazy article building * try caching docs/ * try covr * fix env * add warmup-2 stage * only build stage covr * only build covr * use cache from tutorial? * skip script section * manually exec covr * various changes * pkgdown.yml * delete tutorial/html * fix check * fix tic.R * require xmeans * reinstalling r from source * require sudo * warnings_are_errors = FALSE * fix typo * playing.. * no oldrel * new r installation attempt.. * use R 3.3.3 * explictily link to openblas * try lapack option * use arch building flags * successful build? * clean up * fix tic.R * build without cache * try papertrail * avoid double warmup pkgs install * wrap in one line * move script call to tic * typo * build new cache * no papertrail * share cache across stages * no deploy * standard envs again * specify addons per stage * fix warmup * use devtools::check() * R CMD build again * install xmeans * github packages globally * warnings_are_errors: false * don't grep warnings * covr try * fix covr stage * clean up * fix tic.R * try new subdir arg from tic::step_push_deploy * revert last change * add docsearch * resolve man/ files * add spam.task * remove man/ from .gitignore * discard gitignore changes * sudo: false * update link to dev pdf-tutorial * fix docsearch placement * get pkgdown search working * delete mlr-tutorial.pdf 29 March 2018, 11:37:24 UTC
95c94fd Various Travis changes, integration of pkgdown theme (#2234) * update auto-generated tutorial pdf version [ci skip] * - add <title> for each article - render output in blocks and not single lines * remove dev=svg * update auto-generated tutorial pdf version [ci skip] * relative paths for imgs * update auto-generated tutorial pdf version [ci skip] * try full rawgithubuser img paths * keep .tex file * correct pdf formatting, fix img links * clean up * update Rbuildignore * ignore latex log * new img link attempt * update auto-generated tutorial pdf version [ci skip] * add other mlr-org packages * optimize margins * update auto-generated tutorial pdf version [ci skip] * resolve file permission issues * resolve file permission issues * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * try test commit for replacement of vignette(..) calls * update auto-generated tutorial pdf version [ci skip] * replace all vignette() calls by hyperlinks * update auto-generated tutorial pdf version [ci skip] * update handling of spatial data * try open in tabs * open all links in new tab * fix data problems * comment out partial dependence chunk to get build passing * update visualization table * set font-size of tables to 12px, increase font-weight of headers * restructure nav * add partial dependence change * add visualization fix * fix pdf build? * build mlr and condition deployment * font size of navbar: 15px, font-weight of headers: 600, remove colon from title * try pandoc 2.1.1 for pdf * try building html without RcppZiggurat and pander * update auto-generated tutorial pdf version [ci skip] * require devtools * update tutorial README * update auto-generated tutorial pdf version [ci skip] * devtools::document() * update auto-generated tutorial pdf version [ci skip] * require pander * replace logo * update auto-generated tutorial pdf version [ci skip] * Delete logo.png * add new logo * update auto-generated tutorial pdf version [ci skip] * set padding of navbar brand * install dependencies and try removing RcppZiggurat * update auto-generated tutorial pdf version [ci skip] * fix relative widths of site? * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * relax header margins * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * Update with functional data * Adjust to pkgdown * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * update functional_data section * update auto-generated tutorial pdf version [ci skip] * Fix warnings and bullet points * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * Beautify output and fix a link * update auto-generated tutorial pdf version [ci skip] * build html with pandoc 2.1.1 * update auto-generated tutorial pdf version [ci skip] * go back to 75/25 content/navbar ratio * fix list of classif learners * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * fix regr.mxff * update auto-generated tutorial pdf version [ci skip] * Bold instead of header, remove indents * update auto-generated tutorial pdf version [ci skip] * try build matrix expansion * reduce redunant stuff in stages * temporarly skip failing tests * next try * require remotes * run base tests again after fix * try with devtools::document and update RBuildignore * disable tests again due to limited build time on fork * install ghostscript * narrow down problems * build pdf in clean env * try new appraoch * deploy in parallel? * load mlr last * dont clean and execute in globalenv * load mlr last * NEWS for commit 76c723 * fix wrong unit test change be jakob-r * update auto-generated documentation [ci skip] * require magick * pandoc v2.1.2 * temporarly disable problematic chunk * build with working pkgdown version * explictily initialize spatial.task * explicitly install mlr from github * revert spatial.task change * update auto-generated tutorial pdf version [ci skip] * enable visualization.Rmd again * use install_github instead of R CMD build * update auto-generated tutorial pdf version [ci skip] * change links to mlr-org * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * update auto-generated tutorial pdf version [ci skip] * try new tic and travis setup * only run tut * next tic attempt * add script section * remove update_deps call * disable add_package_checks temp * enable warmup stage again, call install_deps * use devtools instead of remotes * remove prepare all stages * next try * remotes -> devtools * next * debug * fix 1 * use pat-s/pkgdown, fix magick * remove pander and rmarkdown for html * require roxygen * try without script section for html * force pkgdown install from pat-s * remove pkgdown from pdf, require roygen2 * require bookdown * fix path for pdf * try setting remote_url explictily for PDF, add extra.js, build with latest pkgdown * run before deploy for pdf * don't push pdf * include pkgdown template in repo * build with r-lib/pkgdown * pat-s/pkgdown again * build with r-lib/pkgdown * trigger new build * add prepare_all_stages * lazy article building * try caching docs/ * try covr * fix env * add warmup-2 stage * only build stage covr * only build covr * use cache from tutorial? * skip script section * manually exec covr * various changes * pkgdown.yml * delete tutorial/html * fix check * fix tic.R * require xmeans * reinstalling r from source * require sudo * warnings_are_errors = FALSE * fix typo * playing.. * no oldrel * new r installation attempt.. * use R 3.3.3 * explictily link to openblas * try lapack option * use arch building flags * successful build? * clean up * fix tic.R * build without cache * try papertrail * avoid double warmup pkgs install * wrap in one line * move script call to tic * typo * build new cache * no papertrail * share cache across stages * no deploy * standard envs again * specify addons per stage * fix warmup * use devtools::check() * R CMD build again * install xmeans * github packages globally * warnings_are_errors: false * don't grep warnings * covr try * fix covr stage * clean up * fix tic.R * try new subdir arg from tic::step_push_deploy * revert last change * add docsearch * resolve man/ files * add spam.task * remove man/ from .gitignore * discard gitignore changes * sudo: false * update link to dev pdf-tutorial * fix docsearch placement 28 March 2018, 22:04:42 UTC
d5355bd update auto-generated tutorial pdf version [ci skip] 28 March 2018, 17:00:05 UTC
66a43d9 Allow stratify.cols to be integer (#2233) * allow stratify.cols to be integer * added test for stratification 28 March 2018, 15:34:42 UTC
a9036e3 update auto-generated tutorial pdf version [ci skip] 22 March 2018, 21:25:31 UTC
031321e bump version (#2230) 22 March 2018, 19:58:59 UTC
9fc85fc fix pkgdown (#2229) * do not push PDF for cron jobs * update path to new logo location * update pkgdown * fix travis.yml * add empty extra.js to get html build working again * Be more strict about pushing pdfs 22 March 2018, 19:58:07 UTC
a045d0c update auto-generated tutorial pdf version [ci skip] 22 March 2018, 10:19:37 UTC
0fd2819 more pkgdown tweaks (#2228) * do not push PDF for cron jobs * update path to new logo location * update pkgdown 21 March 2018, 17:23:34 UTC
743ed61 update auto-generated tutorial pdf version [ci skip] 21 March 2018, 09:57:52 UTC
8a0e830 update auto-generated documentation [ci skip] 21 March 2018, 09:35:17 UTC
back to top