- Bruk 2023-data
- Oppdater iframe-resizer til 5.1.0 by @arnfinn in #251
- Oppdater iframe-resizer til 5.1.4 by @arnfinn in #252
- Update rhub/r-minimal Docker tag to v4.5.0 by @renovate in #248
- Update all non-major dependencies by @renovate in #245
- Update all non-major dependencies by @renovate in #247
- Update docker/build-push-action action to v6 by @renovate in #249
- Renamed function
sort
tosortdataset
, to avoid clash with function frombase R
- Added
docker-compose
file for development - Simplify docker image file
- Some general cleaning and updates
- Use one rds-data file instead of two csv files, going from 22 MB to 4 MB. The rds-file is created in the data repository.
- 2022 data
- Running on SAS grid
- Clone specific tag without history in github actions
- Build the docker image on rhub/r-minimal, which made the image much smaller. The image is now around 350 MB (100 MB compressed), while the size of the previous one was over 1 GB (over 400 MB compressed) using
rocker/r-base
. - Skip using tmongr-base-r as base image.
- Cache docker image build on github actions.
- Simplify github actions (base them on examples from r-lib/actions).
- Use Renovate instead of Dependabot.
- Update action versions.
- Change default branch from
master
tomain
.
- 2021-data
- Reintroduce fagområde with "justert for overføringer", including disclaimer.
- Use RHF-data up to 2020
- Other small fixes
Remove heading. Making it ready for iframe with heading from mongts
Include iframeResizer. Enables automatic resizing of the height and width if the app is inside an iframe.
Simplify app (#106)
Keep the app alive with heartbeats/clock. The websocket connection was lost after 60 sec. before, if the user did not interact with the app.
Docker: define WORKDIR
to fix hadolint
error.
Make the app ready for Elastic Beanstalk
- Activated github action and deactivated Travis CI
- Polish of code etc.
More robust sorting (#83)
- mv sorting code from
pivot.R
to separateR
file - Use
sort.rds
data to sort table, based on order insas
formats, instead of hard codedgsub
.
It defined a global variable datasett
, which stayed in R
session after tests. Broke the app and tests afterwards.
Use external docker deploy script
- Deploy master commits to
hnskde/tmongr:test
- Deploy tags/releases to
hnskde/tmongr:latest
- Only deploy tags
- Changed name from
dynamiskTabellverk
totmongr
, to be part of themongr
family. - Moved all
R
code frominst/app
toR
directory. - Run app with
run_app()
function
- Modularize shiny functions
- Docker
- Removed unused code
- Lint code
- Travis CI setup updates
- regular
R
setup - build and deploy docker image
- regular
- Added hover text on ui elements (#53)
- 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.
- Revert commit that rewrote
definerValgKol
in2.7.0
. The drop down menus were broken.
- Do not longer include fagomr. data in app.
- Rewrite of
definerValgKol
, depending more on the data.
- Skip proxy in
submit_application
all together
- First
tilrettelegging 19
version submitted toshinyapps.io
.
- Default
proxy_url
argument insubmit_application
set toFALSE
instead ofNULL
Travis
updates
- Tilrettelegging 2019 (new delivery from NPR)
- Update
README
lintr
andtravis
updates
- Mainly
Travis CI
andSAS
changes
- Included the SAS code. Copied directly from 06c88d of gitlab.com/skde/tabellverk (private repository).
- Reintroduced "Hastegrad"
- More tests
- Added ".rds" ending to all test data sets
- 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()
- Use lower case column names in data, to make it easier to merge new and old data sets.
- Included year 2017.
- Started with a changelog (
NEWS.md
) - Better autogenerated text (see PR #19)
- Travis CI will roxygenise the package before making the documentation
- Better documentation
- Possible to tabulate data on fagområde episode and fag avtalespesialist
- Use avdelingsopphold instead of sykehusopphold
- 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.
- Fixed the create_appDir function (see PR #12)
- Helse Nord proxy in submit_application: HNproxy (see PR #13)
- Fixed the deploy function (see PR #11)
- Possible to specify
appName
insubmit_application
- Travis CI will make the documentation
- Included the
shiny
code from the (private) gitlab repository.