tmongr 3.1.0

More robust sorting (#83)

  • mv sorting code from pivot.R to separate R file
  • Use sort.rds data to sort table, based on order in sas formats, instead of hard coded gsub.

Removed one test of get_data()

It defined a global variable datasett, which stayed in R session after tests. Broke the app and tests afterwards.

tmongr 3.0.3

Use external docker deploy script

tmongr 3.0.2

  • Deploy master commits to hnskde/tmongr:test
  • Deploy tags/releases to hnskde/tmongr:latest

tmongr 3.0.1

  • Only deploy tags

tmongr 3.0.0

Major changes

  • Changed name from dynamiskTabellverk to tmongr, to be part of the mongr family.
  • Moved all R code from inst/app to R directory.
  • Run app with run_app() function

Minor features

  • Modularize shiny functions
  • Docker
  • Removed unused code
  • Lint code
  • Travis CI setup updates
    • regular R setup
    • build and deploy docker image

dynamiskTabellverk 2.8.1

  • Added hover text on ui elements (#53)

dynamiskTabellverk 2.8.0

  • Use one dataset (#51)
    • The app will no longer accept a list with several data sets.
    • One dataset will contain “niva” value, which is either “justert for overføringer” or not.
    • Switch button to change between overføringer or not.
    • All choices will be kept even if changing source.

dynamiskTabellverk 2.7.1

dynamiskTabellverk 2.7.0

  • Do not longer include fagomr. data in app.
  • Rewrite of definerValgKol, depending more on the data.

dynamiskTabellverk 2.6.3

  • Skip proxy in submit_application all together

dynamiskTabellverk 2.6.2

  • First tilrettelegging 19 version submitted to shinyapps.io.

dynamiskTabellverk 2.6.1

  • Default proxy_url argument in submit_application set to FALSE instead of NULL
  • Travis updates

dynamiskTabellverk 2.6.0

  • Tilrettelegging 2019 (new delivery from NPR)

dynamiskTabellverk 2.5.2

  • Update README

dynamiskTabellverk 2.5.1

  • lintr and travis updates

dynamiskTabellverk 2.5.0

  • Mainly Travis CI and SAS changes

dynamiskTabellverk 2.4.0

Minor Features

dynamiskTabellverk 2.3.0

Minor Features

  • Reintroduced “Hastegrad”
  • More tests
  • Added “.rds” ending to all test data sets

dynamiskTabellverk 2.2.0

Minor Features

  • Send less values to makeDataTabell by sending verdier directly (packed with 16 values)
  • Use unique() instead of hard coded choices. For instance, if the dataset consist of data from 2014-2016, then these years will be pickable, but not other years. roxygen2::roxygenise()

    dynamiskTabellverk 2.1.3

Bug fixes

  • Use lower case column names in data, to make it easier to merge new and old data sets.

dynamiskTabellverk 2.1.2

Minor Features

  • Included year 2017.

dynamiskTabellverk 2.1.1

Bug fixes

  • Started with a changelog (NEWS.md)
  • Better autogenerated text (see PR #19)
  • Travis CI will roxygenise the package before making the documentation
  • Better documentation

dynamiskTabellverk 2.1.0

Major Features

  • Possible to tabulate data on fagområde episode and fag avtalespesialist
  • Use avdelingsopphold instead of sykehusopphold

Minor Features

  • Avtalespesialist contacts are treated as outpatients
  • Possible to define shiny account when submitting application (default = “skde”)
  • Extended and polished the information tab
  • Better automatic text section
  • Possible to pick only avtalespesialist or only private sykehus as treater.

dynamiskTabellverk 2.0.4

  • Fixed the create_appDir function (see PR #12)
  • Helse Nord proxy in submit_application: HNproxy (see PR #13)

dynamiskTabellverk 2.0.3

  • Fixed the deploy function (see PR #11)

dynamiskTabellverk 2.0.2

  • Possible to specify appName in submit_application

dynamiskTabellverk 2.0.1

  • Travis CI will make the documentation

dynamiskTabellverk 2.0.0

  • Included the shiny code from the (private) gitlab repository.