- shorten name of shiny App folder, avoid too long path for
remotes::install_git('.')
- add
RNGversion('3.5.2')
to make vignette and shiny example reproduciableThe default method for generating from a discrete uniform distribution (used in
sample()
, for instance) has been changed.
--- CHANGES IN R 3.6.0
- improve documentation with pkgdown
- add testthat
- fix package dependencies (#1)
- Rename to
pgmcs
. (Thanks to someone for releasing a package with the same name to CRAN)
- a new Shiny app which is much faster (Calculation is only performed after user has pressed the "Run" button).
- Polish app's style, make it into a 1366*768 screen. (It should can if the user don't have too much thing up and down in the screen, such as toolbar, menubar. Anyway I don't make sure since I don't have a 1366*768 laptop.)
population_simulation()
for one rundemo_population_simulation()
for multiple runs at the same time- a Shiny app including demos. However, the speed is kinds of slow since the result is updated in real time (e.g., when you slide a value from 10 to 1000, 20, 50, 120, 270, etc are also calculated)