Skip to content
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

Objects defined in global.R moved to the package #161

Merged

Conversation

riccardoporreca
Copy link
Contributor

They are used by many functions inside the package so they belong there (R CMD check was not happy, for good reasons).

* They are used by many functions inside the package so they belong there (R CMD check was not happy, for good reasons).
@riccardoporreca riccardoporreca changed the title Objects defined in global.R moved to the package. Objects defined in global.R moved to the package Aug 13, 2019
@fvitalini fvitalini merged commit 9a1e484 into OasisLMF:feature/fix-globals Aug 15, 2019
fvitalini added a commit that referenced this pull request Aug 15, 2019
* Objects defined in global.R moved to the package. (#161)

* clean up tooltips
fvitalini added a commit that referenced this pull request Sep 6, 2019
* Review createHazardMap. (#162)

* Technical fixes: Reactive inputs, callModule not inside observer (!).
* Improve and fix map/markers creation, including better reactive programming.
* shinycssloaders::withSpinner for the rendering, withModalSpinner for reading the data.
* Fix mixed module documentation between UI and server functions, the same should be fixed across many other modules, at minimum to not have duplicated `id` param (devtools::check_man()).

* Feature/fix globals (#163)

* Objects defined in global.R moved to the package. (#161)

* clean up tooltips

* fix pop-up in all map views

* clean up

* updated description

* requesting shinyjs from github and fixing commit for reference

* replaced onclick with observeEvent

* removed suplicate entry in description file

* fix typo

* leave shiny in DESCRIPTION

some minor clean-up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants