-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.0 release #151
1.3.0 release #151
Conversation
* To be documented, standalone example exists under man-roxygen. * Removed shinydashboardPlus dependency, tooltips to be reviewd after removal. * Consolidated all JS in UI's head.
* Produces the same tooltips as with the former shinydashboardPlus.
* Support no title in collapsible panels via min-height, included in example.
Merge branch 'develop' of https://github.com/miraisolutions/SmaRP into feature/113-rm-shinydashboardPlus # Conflicts: # NEWS.md
* Reviewed minimal set of system dependencies. * Switch to TinyTeX instead of the full bulk of TeX Live. * Use newer pandoc (aligned to rocker/rstudio), recommended for rmardkown. * Install SmaRP and its dependencies via remotes::install_local(). * Keep explicit preliminary installation of major, fixed R dependencies.
* Not used and causing extra LaTeX packages to be installed at run-time, slowing down the first report generated from a container.
* Formerly needed only for shinyWidgets::useShinydashboardPlus().
…m/miraisolutions/SmaRP into feature/113-rm-shinydashboardPlus
* Also include a TinyTeX re-installation wrapper.
* Script only used in the example, not run. * Revert to simple name for the local testing image.
…o feature/91-r-3.5.3
* Also ignore docker scripts directory.
* Initial draft adapted from the private miscellaneous repo.
Review Dockerfile with upgrade to R 3.5.3
Include GKE instructions and manifests
* Also aligned italic text for semantic versioning components.
Issue #149 created to consider that.
Not supporterd in GFM.
…ration-updates Website integration updates
…r-4.2.1 Upgrade iframe-resizer to version 4.2.1
There is an issue when running SmaRP from the Docker container as the usual test in the release process: The PNG images of the Swiss pension system and Tax benefits in the PDF report are not shown. Issue #152 opened to address it and to be included in the release branch once fixed. |
…elease. * See comments in #152.
…e-tinytex Version-stable TinyTeX
Check running SmaRP from the Docker container after the inclusion of #152 via git checkout release/v1.3.0
docker build --pull -f Dockerfile -t mirai/smarp:test-1.3.0 .
docker run --rm -p 80:80 mirai/smarp:test-1.3.0 The app behaves correctly and the PDF report is correctly produced. @gabrielfoix, feel free to approve after any further checks you may want to do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIne with fix. Go ahead.
Changes
Maintenance
gke
directory (Include GKE instructions and manifests #141).git-flow
directory (Updates after Mirai website integration #143).