From 5207e4d1686664b2d3c395e7a458c022269708a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Sun, 5 Aug 2018 14:58:03 +0200 Subject: [PATCH] on CRAN --- .docs | 2 +- DESCRIPTION | 4 ++-- _pkgdown.yml | 13 +++++++++---- man/get_mon.Rd | 3 --- man/plot.mon.Rd | 6 ++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.docs b/.docs index e8a265e..b958aa0 160000 --- a/.docs +++ b/.docs @@ -1 +1 @@ -Subproject commit e8a265e0ed2f7469ad5d159feb5f6acf47b69a33 +Subproject commit b958aa0555ca0888a14e3e8ada4a8ce24bd498e9 diff --git a/DESCRIPTION b/DESCRIPTION index 3feb680..2172926 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: simmer.plot Type: Package Title: Plotting Methods for 'simmer' -Version: 0.1.13.9000 +Version: 0.1.14.9000 Authors@R: c( person("IƱaki", "Ucar", email="i.ucar86@gmail.com", role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")), @@ -15,5 +15,5 @@ Depends: R (>= 3.1.2), simmer (>= 3.6.0), ggplot2 (>= 2.2.0) Imports: DiagrammeR (>= 1.0.0), dplyr (>= 0.7.0), tidyr (>= 0.7.0), scales, utils Suggests: testthat, knitr, rmarkdown ByteCompile: yes -RoxygenNote: 6.0.1 +RoxygenNote: 6.1.0 VignetteBuilder: knitr diff --git a/_pkgdown.yml b/_pkgdown.yml index 7e315af..e38ec64 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -18,9 +18,8 @@ reference: navbar: title: simmer.plot left: - - text: "Home" - icon: fa-home - href: http://r-simmer.org + - icon: fa-home + href: ./ - text: "Reference" icon: fa-gears href: reference/index.html @@ -34,6 +33,13 @@ navbar: - text: "News" icon: fa-newspaper-o href: news/index.html + - text: "GitHub" + icon: fa-github + href: https://github.com/r-simmer/simmer.plot + right: + - text: "simmer" + icon: fa-coffee + href: http://r-simmer.org - text: "Extensions" icon: fa-puzzle-piece menu: @@ -45,4 +51,3 @@ navbar: href: https://github.com/r-simmer/simmer.optim - text: "simmer.json" href: https://github.com/r-simmer/simmer.json - diff --git a/man/get_mon.Rd b/man/get_mon.Rd index e170c95..c63cd34 100644 --- a/man/get_mon.Rd +++ b/man/get_mon.Rd @@ -4,11 +4,8 @@ \name{get_mon} \alias{get_mon} \alias{get_mon_arrivals} -\alias{get_mon} \alias{get_mon_attributes} -\alias{get_mon} \alias{get_mon_resources} -\alias{get_mon} \title{Monitoring Statistics} \usage{ get_mon_arrivals(...) diff --git a/man/plot.mon.Rd b/man/plot.mon.Rd index 8490450..3168a15 100644 --- a/man/plot.mon.Rd +++ b/man/plot.mon.Rd @@ -4,11 +4,8 @@ \name{plot.mon} \alias{plot.mon} \alias{plot.arrivals} -\alias{plot.mon} \alias{plot.attributes} -\alias{plot.mon} \alias{plot.resources} -\alias{plot.mon} \title{Plot Methods for \code{simmer} Monitoring Statistics} \usage{ \method{plot}{arrivals}(x, metric = c("activity_time", "waiting_time", @@ -16,7 +13,8 @@ \method{plot}{attributes}(x, metric = NULL, keys, ...) -\method{plot}{resources}(x, metric = c("usage", "utilization"), names, ...) +\method{plot}{resources}(x, metric = c("usage", "utilization"), names, + ...) } \arguments{ \item{x}{a data frame of class \code{arrivals}/\code{attributes}/\code{resources}