Skip to content

Commit

Permalink
on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Apr 11, 2020
1 parent ce3123a commit dbd51bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: simmer
Type: Package
Title: Discrete-Event Simulation for R
Version: 4.4.0.9000
Version: 4.4.1.9000
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")),
Expand All @@ -24,6 +24,6 @@ Depends: R (>= 3.1.2)
Imports: Rcpp, magrittr, codetools, utils
Suggests: simmer.plot, parallel, testthat, knitr, rmarkdown, rticles
LinkingTo: Rcpp (>= 0.12.9), BH (>= 1.62.0-1)
RoxygenNote: 7.0.2
RoxygenNote: 7.1.0
Roxygen: list(old_usage = TRUE)
VignetteBuilder: knitr
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

## Extensions

| Package | Description | Status
| ---------------- | ----------------------------------------------- | ------------------
| [**simmer.plot**](http://r-simmer.org/extensions/plot) | Plotting Methods for 'simmer' | [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/simmer.plot)](https://cran.r-project.org/package=simmer.plot)
| [**simmer.bricks**](http://r-simmer.org/extensions/bricks) | Helper Methods for 'simmer' Trajectories | [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/simmer.bricks)](https://cran.r-project.org/package=simmer.bricks)
| [**simmer.optim**](https://github.com/r-simmer/simmer.optim) | Parameter Optimization Functions for 'simmer' | [![Status\_Badge](https://img.shields.io/badge/lifecycle-dormant-blue.svg)](https://www.tidyverse.org/lifecycle/#dormant)
| [**simmer.json**](https://github.com/r-simmer/simmer.json) | Read / Load 'simmer' Definitions in JSON Format | [![Status\_Badge](https://img.shields.io/badge/lifecycle-dormant-blue.svg)](https://www.tidyverse.org/lifecycle/#dormant)
| [**simmer.mon**](https://github.com/r-simmer/simmer.mon) | Monitoring Backends for 'simmer' | [![Status\_Badge](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
Package | Description | Status
---------------- | ----------------------------------------------- | ------------------
[**simmer.plot**](http://r-simmer.org/extensions/plot) | Plotting Methods for `simmer` | [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/simmer.plot)](https://cran.r-project.org/package=simmer.plot)
[**simmer.bricks**](http://r-simmer.org/extensions/bricks) | Helper Methods for `simmer` Trajectories | [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/simmer.bricks)](https://cran.r-project.org/package=simmer.bricks)
[**simmer.optim**](https://github.com/r-simmer/simmer.optim) | Parameter Optimization Functions for `simmer` | [![Status\_Badge](https://img.shields.io/badge/lifecycle-dormant-blue.svg)](https://www.tidyverse.org/lifecycle/#dormant)
[**simmer.json**](https://github.com/r-simmer/simmer.json) | Read / Load `simmer` Definitions in JSON Format | [![Status\_Badge](https://img.shields.io/badge/lifecycle-dormant-blue.svg)](https://www.tidyverse.org/lifecycle/#dormant)
[**simmer.mon**](https://github.com/r-simmer/simmer.mon) | Monitoring Backends for `simmer` | [![Status\_Badge](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

## Mailing list

Expand Down Expand Up @@ -45,10 +45,10 @@ The installation from GitHub requires the [remotes](https://cran.r-project.org/p
remotes::install_github("r-simmer/simmer")
```

Please note that the package contains some C++ code and thus you need a development environment to build the package (e.g. [Rtools](https://cran.r-project.org/bin/windows/Rtools/) for Windows).
Please note that the package contains some C++ code and thus you need a development environment to build the package (e.g., [Rtools](https://cran.r-project.org/bin/windows/Rtools/) for Windows).

## Hexagon stickers!

You can purchase `simmer` hex stickers on Redbubble ([sticker 1](https://www.redbubble.com/es/people/puratura/works/32157547-simmer-des-for-r?p=sticker), [sticker 2](https://www.redbubble.com/es/people/puratura/works/32155608-simmer-des-for-r?p=sticker)). Browse there for more stuff such as T-shirts and mugs!

<img src="https://r-simmer.org/images/simmer-hex-01.svg" alt="design1" width="150" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://r-simmer.org/images/simmer-hex-02.svg" alt="design2" width="150" />
<img src="https://r-simmer.org/images/simmer-hex-01.svg" alt="design1" width="150" /><span style="margin:10px"></span><img src="https://r-simmer.org/images/simmer-hex-02.svg" alt="design2" width="150" />
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 70 files
+21 −11 404.html
+21 −11 LICENSE-text.html
+37 −22 articles/index.html
+127 −136 articles/simmer-01-introduction.html
+ articles/simmer-02-jss.pdf
+144 −152 articles/simmer-03-trajectories.html
+539 −547 articles/simmer-04-bank-1.html
+685 −699 articles/simmer-04-bank-2.html
+ articles/simmer-04-bank-2_files/figure-html/unnamed-chunk-13-1.png
+314 −323 articles/simmer-05-simpy.html
+213 −160 articles/simmer-06-queueing.html
+ articles/simmer-06-queueing_files/figure-html/unnamed-chunk-10-1.png
+ articles/simmer-06-queueing_files/figure-html/unnamed-chunk-5-1.png
+218 −224 articles/simmer-07-ctmc.html
+ articles/simmer-07-ctmc_files/figure-html/unnamed-chunk-15-1.png
+ articles/simmer-07-ctmc_files/figure-html/unnamed-chunk-16-1.png
+ articles/simmer-07-ctmc_files/figure-html/unnamed-chunk-7-1.png
+88 −94 articles/simmer-08-philosophers.html
+ articles/simmer-08-philosophers_files/figure-html/unnamed-chunk-5-1.png
+403 −411 articles/simmer-aa-5G.html
+18 −22 authors.html
+60 −0 bootstrap-toc.css
+159 −0 bootstrap-toc.js
+24 −21 index.html
+183 −197 news/index.html
+116 −5 pkgdown.css
+0 −5 pkgdown.js
+4 −3 pkgdown.yml
+38 −0 posts/20191221_v4.4.0.Rmd
+21 −23 reference/Extract.trajectory.html
+19 −21 reference/activate.html
+19 −21 reference/add_dataframe.html
+19 −20 reference/add_generator.html
+19 −20 reference/add_global.html
+19 −21 reference/add_resource.html
+19 −20 reference/batch.html
+19 −20 reference/branch.html
+19 −20 reference/clone.html
+19 −22 reference/generators.html
+19 −20 reference/get_capacity.html
+19 −19 reference/get_mon.html
+19 −20 reference/get_n_generated.html
+19 −19 reference/get_sources.html
+19 −21 reference/handle_unfinished.html
+50 −22 reference/index.html
+19 −21 reference/join.html
+19 −21 reference/length.trajectory.html
+19 −20 reference/log_.html
+27 −29 reference/monitor.html
+19 −20 reference/now.html
+19 −20 reference/peek.html
+20 −18 reference/reexports.html
+19 −22 reference/renege.html
+19 −20 reference/reset.html
+19 −20 reference/rollback.html
+19 −21 reference/run.html
+19 −21 reference/schedule.html
+19 −22 reference/seize.html
+19 −22 reference/select.html
+19 −21 reference/send.html
+19 −22 reference/set_attribute.html
+19 −21 reference/set_capacity.html
+19 −21 reference/set_prioritization.html
+19 −21 reference/set_trajectory.html
+19 −22 reference/simmer-package.html
+19 −21 reference/simmer.html
+19 −21 reference/timeout.html
+19 −21 reference/trajectory.html
+19 −21 reference/wrap.html
+3 −0 sitemap.xml

0 comments on commit dbd51bc

Please sign in to comment.