diff --git a/DESCRIPTION b/DESCRIPTION index b056b29f..d78235e9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: simmer Type: Package Title: Discrete-Event Simulation for R -Version: 3.7.0.9000 +Version: 3.8.0.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")), diff --git a/_pkgdown.yml b/_pkgdown.yml index 6db29289..4b32b21b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,3 +1,6 @@ +title: simmer | DES for R +url: https://r-simmer.org + template: params: bootswatch: yeti @@ -7,56 +10,56 @@ reference: - title: "Build and manage trajectories" desc: "Methods for building and manipulating trajectory objects" contents: - - trajectory - - Extract.trajectory - - join - - length.trajectory + - trajectory + - Extract.trajectory + - join + - length.trajectory - title: "Add activities to trajectories" desc: "Verbs for appending activities to trajectory objects" contents: - - batch - - branch - - clone - - leave - - renege_in - - rollback - - seize - - select - - set_attribute - - set_prioritization - - set_capacity - - timeout - - activate - - set_trajectory - - send - - log_ + - batch + - branch + - clone + - leave + - renege_in + - rollback + - seize + - select + - set_attribute + - set_prioritization + - set_capacity + - timeout + - activate + - set_trajectory + - send + - log_ - title: "Build and run simulation environments" desc: "Methods for building and running simulation objects" contents: - - simmer - - starts_with("add_") - - reset - - run - - wrap + - simmer + - monitor + - starts_with("add_") + - reset + - run + - wrap - title: "Manage simulation environments" desc: "Methods for getting information about simulation components" contents: - - get_n_generated - - get_capacity - - now - - peek + - get_n_generated + - get_capacity + - now + - peek - title: "Monitoring" desc: "Methods for getting monitoring statistics" contents: - - starts_with("get_mon") + - starts_with("get_mon") - title: "Convenience functions" desc: "Helper methods for generators and resources" contents: - - at - - schedule + - at + - schedule navbar: - title: simmer | DES for R left: - text: "Reference" icon: fa-gears @@ -64,37 +67,37 @@ navbar: - text: "Articles" icon: fa-graduation-cap menu: - - text: "Introduction to simmer" - href: articles/simmer-01-introduction.html - - text: "JSS paper" - href: articles/simmer-02-jss.pdf - - text: "Advanced Trajectory Usage" - href: articles/simmer-03-trajectories.html - - text: "The Bank Tutorial: Part I" - href: articles/simmer-04-bank-1.html - - text: "The Bank Tutorial: Part II" - href: articles/simmer-04-bank-2.html - - text: "Other SimPy Examples" - href: articles/simmer-05-simpy.html - - text: "Queueing Systems" - href: articles/simmer-06-queueing.html - - text: "Continuous-Time Markov Chains" - href: articles/simmer-07-ctmc.html - - text: "Dining Philosophers Problem" - href: articles/simmer-08-philosophers.html - - text: "Design and Analysis of 5G Scenarios" - href: articles/simmer-aa-5G.html + - text: "Introduction to simmer" + href: articles/simmer-01-introduction.html + - text: "JSS paper" + href: articles/simmer-02-jss.pdf + - text: "Advanced Trajectory Usage" + href: articles/simmer-03-trajectories.html + - text: "The Bank Tutorial: Part I" + href: articles/simmer-04-bank-1.html + - text: "The Bank Tutorial: Part II" + href: articles/simmer-04-bank-2.html + - text: "Other SimPy Examples" + href: articles/simmer-05-simpy.html + - text: "Queueing Systems" + href: articles/simmer-06-queueing.html + - text: "Continuous-Time Markov Chains" + href: articles/simmer-07-ctmc.html + - text: "Dining Philosophers Problem" + href: articles/simmer-08-philosophers.html + - text: "Design and Analysis of 5G Scenarios" + href: articles/simmer-aa-5G.html - text: "News" icon: fa-newspaper-o href: news/index.html - text: "Extensions" icon: fa-puzzle-piece menu: - - text: "simmer.plot" - href: extensions/plot - - text: "simmer.bricks" - href: extensions/bricks - - text: "simmer.optim" - href: https://github.com/r-simmer/simmer.optim - - text: "simmer.json" - href: https://github.com/r-simmer/simmer.json + - text: "simmer.plot" + href: extensions/plot + - text: "simmer.bricks" + href: extensions/bricks + - text: "simmer.optim" + href: https://github.com/r-simmer/simmer.optim + - text: "simmer.json" + href: https://github.com/r-simmer/simmer.json diff --git a/docs b/docs index a89d7260..52ac7631 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a89d7260f8a6371042a8afd637309feb761cc186 +Subproject commit 52ac763139983e89c1e0667440626c9305c5d8d8