Skip to content

Commit eb2290f

Browse files
committed
pkgdown: dev and release sites
1 parent c861097 commit eb2290f

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3pipelines
22
Title: Preprocessing Operators and Pipelines for 'mlr3'
3-
Version: 0.1.2
3+
Version: 0.1.2.9000
44
Authors@R:
55
c(person(given = "Martin",
66
family = "Binder",

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ output: github_document
44

55
# mlr3pipelines <img src="man/figures/logo.png" align="right" />
66

7+
Package website: [release](https://mlr3pipelines.mlr-org.com/) | [dev](https://mlr3pipelines.mlr-org.com/dev)
8+
79
Dataflow Programming for Machine Learning in R.
810

911
[![Travis build status](https://travis-ci.org/mlr-org/mlr3pipelines.svg?branch=master)](https://travis-ci.org/mlr-org/mlr3pipelines)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# mlr3pipelines <img src="man/figures/logo.png" align="right" />
33

4+
Package website: [release](https://mlr3pipelines.mlr-org.com/) |
5+
[dev](https://mlr3pipelines.mlr-org.com/dev)
6+
47
Dataflow Programming for Machine Learning in R.
58

69
[![Travis build

pkgdown/_pkgdown.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@ template:
66
bootswatch: journal
77
default_assets: false
88

9-
development:
10-
destination: dev
11-
version_label: default
12-
version_tooltip: "Development version"
13-
14-
toc:
15-
depth: 3
16-
179
navbar:
1810
structure:
19-
left: [articles, reference, news]
11+
left: [articles, reference, news, book]
2012
right: [github, slack, stackoverflow, rss]
2113
components:
2214
home: ~
@@ -27,9 +19,17 @@ navbar:
2719
href: articles/introduction.html
2820
- text: Comparison to Other Packages
2921
href: articles/comparison_mlr3pipelines_mlr_sklearn.html
22+
reference:
23+
icon: fa fa-file-alt
24+
text: Reference
25+
href: reference/index.html
3026
slack:
3127
icon: fab fa-slack
3228
href: https://mlr-org.slack.com
29+
book:
30+
text: mlr3book
31+
icon: fa fa-link
32+
href: https://mlr3book.mlr-org.com
3333
stackoverflow:
3434
icon: fab fa-stack-overflow
3535
href: https://stackoverflow.com/questions/tagged/mlr

tic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
do_package_checks(error_on = "warning")
22

33
if (ci_has_env("BUILD_PKGDOWN")) {
4-
do_pkgdown(orphan = TRUE)
4+
do_pkgdown()
55
}
66

77
get_stage("after_success") %>%

0 commit comments

Comments
 (0)