Closed mlbach closed 5 months ago
These are very good points. Two remarks from my side:
Regarding the format of the final output: I unfortunately do not have any experience with golem apps yet, but the following book might be a good ressource Engineering Production-Grade Shiny Apps
In our last call we noted that
Hence, we agreed
Some points that were left open in discussions:
Target architecture
Do we want the final product to be an R-package, maybe even submit it to CRAN?
Should be the most reproducible but may be more work during the development process.
Or do we want to provide a code repository that can be clowned and then used?
Reproducability could be achieved by using renv and maybe a fixed (portable) R-version.
In this way it is easy to set up at any organization and should be stable. However using renv might not correspond perfectly to the open source development philosophy.
latex issues
How can we make sure that latex and its packages are installed correctl on the target systems,this often leads to problems?
Maybe tinytex can be the solution, it can be installed via R.