Minor improvements and fixes

  1. shorten name of shiny App folder, avoid too long path for remotes::install_git('.')

Minor improvements and fixes

  1. add RNGversion('3.5.2') to make vignette and shiny example reproduciable
    > The default method for generating from a discrete uniform distribution (used in sample(), for instance) has been changed.
    > — CHANGES IN R 3.6.0

New features

  1. improve documentation with pkgdown
  2. add testthat

Minor improvements and fixes

  1. fix package dependencies (#1)

Breaking changes

  1. Rename to pgmcs. (Thanks to someone for releasing a package with the same name to CRAN)

New features

  1. a new Shiny app which is much faster (Calculation is only performed after user has pressed the “Run” button).

Minor improvements and fixes

  1. 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.)