-
Notifications
You must be signed in to change notification settings - Fork 1
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
Version 22.12.3: Feat/8 hide series in time plot #85
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
arunge
added a commit
that referenced
this pull request
Dec 20, 2022
* Feat/8 input box time (#57) * add UI for combined slider and numeric time input * remove defaults * add server functionality for slider and numeric time input * fix default time range values * add new time input to KernelTimeR * fix width of numeric time input * update news.md * Feat/12 decimal point (#59) * extract selectDataUI function, add new tabPanel "Merge Data", new module mergeData * extract function loadDataWrapper, new feature to load only head of data, prepare mergeData module * separate between data loading for preview and data loading for import, update import UI, autoformat * use datatable in preview, hide Merge Data option, remove headData for preview, use dataImport instead, cut too long strings in preview * name change in OperatoR * name changes * description udpate * decimal places feature * prelim deciplaces * prelim dec changes * update decimal places for timeR abd KerneltimeR * decimalpoints udpate * commit version * commit description * conditional panel with decimalpoint * modularize center estimate (#60) this will be the new name for the issue 12 * update module * add specific mapTypes * condition centerEstimateUI on mapType * option to format time course axes * add note * update news file Co-authored-by: Antonia Runge <[email protected]> * Feat/8 zip for time series (#58) * add UI for combined slider and numeric time input * remove defaults * add server functionality for slider and numeric time input * fix default time range values * add new time input to KernelTimeR * fix width of numeric time input * zip series of plots * fix space after button * codition the input for time series on the map type * add import * fix news * remove comments * Version 22.10.1: fix Bug/62 selecting coordinates not possible (#66) * fix failing of xlsx loading because of missing sheet * modularize location fields * new button to center map, fix isoData update, rename addData fct., update layer id of points, * fix bug with removeShape if layerId is not existing anymore -> use clearGroup * fix input sheet in test * enable test in import data * update news.md * find default column for Lat and Long * fix update of data for empty lat or long * auto format * fix bracket * update news * condition input for coordFormat on datasource * test for module locationFields * disable condition on datasource in locationFields module * suppress some na warnings * update news.md * use addCircleMarkers instead of addCircles (#72) * modularize map section input (#61) * prepare map section module * add functionality to module mapSection, apply the module * shift time input into module mapSection, react only on button * auto format * rename module * create submodule * apply new module for time and map section in 3DKernel module * fix update of default date after model run * new function to extract zoom from model * fix propagation of zoomFromModel * fix update after using up, left, ... * fix update of zoom from model in 3DKernel * fix missing update of time when plot loads * apply module mapSection in modelResults2D * apply mapSection module in Results2DKernel, add comments * fix button alignment * apply mapSection module in SpreadR * auto format * apply mapSection module in mapDiff * apply mapSection module in mapSim * catch if is.na(numIn) * update news.md * Version 22.10.4: Bug/27 scale ranges (#75) * modularize z scale settings, apply module in modelResults2D * prepare refactoring, fix typo * shift choices of estimation types to module call * apply z scale module in 2DKernel * remove comments, browser, autoformat, refactor, fix getDefaultZError * optimize reactivity: estType inside(!) module * fix fun call * fix duplicated rendering when changing estType * fix typo * apply zScale module in modelResults3D * estType choices dependent on map type * apply zScale module in 3DKernel, reorder parameter * fix reactive behaviour, update only if different values * scale title depends on mapType, refactor zValues format, debounce range input, apply zScale module in spreadR * apply module zScale in MapDiff, add getZValuesMapDiff * apply zScale module in mapSim * update news.md * version up * remove param plotRetNull (#83) * add notification, fix reset of lng/lat columns (#84) * Version 22.12.3: Feat/8 hide series in time plot (#85) * rename param * no time series if plot type not map * fix checks for is.null * fix naming conflicts * hide option for time series in UI * update description and news.md Co-authored-by: Jianyin Roachell <[email protected]>
arunge
added a commit
that referenced
this pull request
Apr 18, 2023
* Feat/8 input box time (#57) * add UI for combined slider and numeric time input * remove defaults * add server functionality for slider and numeric time input * fix default time range values * add new time input to KernelTimeR * fix width of numeric time input * update news.md * Feat/12 decimal point (#59) * extract selectDataUI function, add new tabPanel "Merge Data", new module mergeData * extract function loadDataWrapper, new feature to load only head of data, prepare mergeData module * separate between data loading for preview and data loading for import, update import UI, autoformat * use datatable in preview, hide Merge Data option, remove headData for preview, use dataImport instead, cut too long strings in preview * name change in OperatoR * name changes * description udpate * decimal places feature * prelim deciplaces * prelim dec changes * update decimal places for timeR abd KerneltimeR * decimalpoints udpate * commit version * commit description * conditional panel with decimalpoint * modularize center estimate (#60) this will be the new name for the issue 12 * update module * add specific mapTypes * condition centerEstimateUI on mapType * option to format time course axes * add note * update news file Co-authored-by: Antonia Runge <[email protected]> * Feat/8 zip for time series (#58) * add UI for combined slider and numeric time input * remove defaults * add server functionality for slider and numeric time input * fix default time range values * add new time input to KernelTimeR * fix width of numeric time input * zip series of plots * fix space after button * codition the input for time series on the map type * add import * fix news * remove comments * Version 22.10.1: fix Bug/62 selecting coordinates not possible (#66) * fix failing of xlsx loading because of missing sheet * modularize location fields * new button to center map, fix isoData update, rename addData fct., update layer id of points, * fix bug with removeShape if layerId is not existing anymore -> use clearGroup * fix input sheet in test * enable test in import data * update news.md * find default column for Lat and Long * fix update of data for empty lat or long * auto format * fix bracket * update news * condition input for coordFormat on datasource * test for module locationFields * disable condition on datasource in locationFields module * suppress some na warnings * update news.md * use addCircleMarkers instead of addCircles (#72) * modularize map section input (#61) * prepare map section module * add functionality to module mapSection, apply the module * shift time input into module mapSection, react only on button * auto format * rename module * create submodule * apply new module for time and map section in 3DKernel module * fix update of default date after model run * new function to extract zoom from model * fix propagation of zoomFromModel * fix update after using up, left, ... * fix update of zoom from model in 3DKernel * fix missing update of time when plot loads * apply module mapSection in modelResults2D * apply mapSection module in Results2DKernel, add comments * fix button alignment * apply mapSection module in SpreadR * auto format * apply mapSection module in mapDiff * apply mapSection module in mapSim * catch if is.na(numIn) * update news.md * Version 22.10.4: Bug/27 scale ranges (#75) * modularize z scale settings, apply module in modelResults2D * prepare refactoring, fix typo * shift choices of estimation types to module call * apply z scale module in 2DKernel * remove comments, browser, autoformat, refactor, fix getDefaultZError * optimize reactivity: estType inside(!) module * fix fun call * fix duplicated rendering when changing estType * fix typo * apply zScale module in modelResults3D * estType choices dependent on map type * apply zScale module in 3DKernel, reorder parameter * fix reactive behaviour, update only if different values * scale title depends on mapType, refactor zValues format, debounce range input, apply zScale module in spreadR * apply module zScale in MapDiff, add getZValuesMapDiff * apply zScale module in mapSim * update news.md * version up * remove param plotRetNull (#83) * add notification, fix reset of lng/lat columns (#84) * Version 22.12.3: Feat/8 hide series in time plot (#85) * rename param * no time series if plot type not map * fix checks for is.null * fix naming conflicts * hide option for time series in UI * update description and news.md * Version 22.12.4: Feta/37 prepare data for merge (#76) * extract selectDataUI function, add new tabPanel "Merge Data", new module mergeData * extract function loadDataWrapper, new feature to load only head of data, prepare mergeData module * separate between data loading for preview and data loading for import, update import UI, autoformat * use datatable in preview, hide Merge Data option, remove headData for preview, use dataImport instead, cut too long strings in preview * tab for Merge Data, show column names, tests * rename module * version up * rename file * update namespace * fix description * transer merged data into app * add UI to select data and operation for merging * fix test * reactive mergeCommand * update test * format column names before merging * add matching of column classes * extract module mergeViaUI * show/hide merge via command * shift select tables UI into mergeData module, parse columnsToJoin from string and match col classes, add mergeViaCommand UI * update warnings * fix test * fix update of merge command if emoty columns or tables * update function descriptions * update news.md * disable accept buttons by default, shorter filename, rename choices of merge operations * update preview title, use short filename in tests, remove duplicated columns when merging * update formatting of column names * disable option to change the merge command * fix test, update news.md * fix issue no * fix format in news.md * show number of rows of merged data * new module to rename columns before import * option to prepare data (rename, join, split, delete columns), before import or merge, autoformat * remove valuesPreview, optimize UI, fix reset of joinOnCommonCols, * fix UI * use pickerInput, update merge warnings * fix test * update merge warnings * add warning if number of columns differ * remove picker input (order of selection gets lost) * fix reset of values if changing the source in import * add selected file text output to prepare data * fix update of files that already exist in mergeList * update news.md * Feat/13 var col scale (#86) * prepare UI for variable point colour * fix reactive in leafletPointValues * modularize point colour * update tests * use colour palette from RColorBrewer * apply UI inputs for colour palette * update tests * update news.md * remove as.factor * fix default for show boundaries * auto format, remove checkbox customPoints * option for launch.browser * update description * update news.md * fix parameter * version of installed roxygen * fix style * add point size UI * add function getPointSize and tests * auto format * fix missing values or only one value in point size * add opacity, fix drawing with default size * auto format * hide legend that is not working yet * update news.md * update test * fix test * update description * Feat 19/saved maps tab update (#87) * num input for radius * add left sidebar * new inputs for rectangular * extract function getFullCoordGrid, add test * add titles * new script for elementary modules * Extract functions filterCoordCircle and filterCoordSquare, add tests * add new function filterCoordRectangle, add test * new function getCoordCenter and tests * refactor filterCoordRectangle * integrate UI for square region * new module for lat/long input and test * use module, add tryCatch and progress bar * fix margins * fix sidebar * update news md * auto format * fixed sidebars with auto scroll in all tabs * Version 23.01.3: Feat/37 use sql queries (#89) * new tabs: mergeWithUI, mergeWithSQL * add in-memory db to use sql * update tables of available columns * reset sheet * option to query data with sql * add tryCatch to apply query * rename module to queryData * activate auto completion * version up * update news.md * update default * fix list for auto completion, add server test * fix req * fix bug if data contains no numeric columns * fix bug * fix test, auto format * remove import * update news md * 23.01.4: Feat/91 use ext import module (#92) * apply importData module from IsoAppTools, remove old code * remove tests of removed functions * clean up Namespace * return function to convert to numeric * update isoAppTools version * cherry pick bug fix from main * Feat/88 duplicates (#93) * creates detectDuplicate module * add detect duplicates to dataExplorer module * adds functionalities to detectDuplicates module * adds notification * updates documentation * adds column with duplicated rows * rename files and remove export button * updates package version and news * smaller adjustments * change table size and cut long columns; remove color highlighting * factor to character conversion * fix devtools::check and style files * relocate duplicateRows column; add findDuplicates test * fixes rownames bug due to data transforming * Version 23.02.2: apply import module in modeling tabs (#98) * apply import module in AverageR * apply import module in KernelR * apply import module in TimeR * apply import module in KernelTimeR * apply import module in SpreadR * apply import module in AssignR * clean up dependencies * update new.md * add links * clean up code * Feat/88 duplicates (#100) * creates detectDuplicate module * add detect duplicates to dataExplorer module * adds functionalities to detectDuplicates module * adds notification * updates documentation * adds column with duplicated rows * rename files and remove export button * updates package version and news * smaller adjustments * change table size and cut long columns; remove color highlighting * factor to character conversion * fix devtools::check and style files * relocate duplicateRows column; add findDuplicates test * fixes rownames bug due to data transforming * checkbox for adding duplicate rows column * ignore spaces * option to specify string for duplicate detection * description, news and duplicate module helptext * fix test * Update R/01-createDuplicateModal.R Co-authored-by: Antonia Runge <[email protected]> * Update R/01-createDuplicateModal.R Co-authored-by: Antonia Runge <[email protected]> * fix bug ignore spaces --------- Co-authored-by: Antonia Runge <[email protected]> * Update README.md * Update README.md * Update README.md * use updated dataTools package * remove webshot * disable leaflet export * add remotes for rgpt3 pkg on github * increase DataTools version * apply new DataTools package * Feat/99 max char table (#101) * option to set max char length * description and news * fix bug missing columns; adds feature factor columns are cut * remove redundant code because of new cutAllLongStrings function * change DataTools version requirement * Update DESCRIPTION * remove duplicated version in description * remove duplicated package * trigger build * DetectDuplicates: Option to decide whether to keep the first or last duplicate row (#114) * creates detectDuplicate module * add detect duplicates to dataExplorer module * adds functionalities to detectDuplicates module * adds notification * updates documentation * adds column with duplicated rows * rename files and remove export button * updates package version and news * smaller adjustments * change table size and cut long columns; remove color highlighting * factor to character conversion * fix devtools::check and style files * relocate duplicateRows column; add findDuplicates test * fixes rownames bug due to data transforming * checkbox for adding duplicate rows column * ignore spaces * option to specify string for duplicate detection * description, news and duplicate module helptext * fix test * Update R/01-createDuplicateModal.R Co-authored-by: Antonia Runge <[email protected]> * Update R/01-createDuplicateModal.R Co-authored-by: Antonia Runge <[email protected]> * fix bug ignore spaces * option to decide whether to keep first or last duplicate row * fix test * adjust documentation * Update NEWS.md Co-authored-by: Antonia Runge <[email protected]> --------- Co-authored-by: Antonia Runge <[email protected]> * Logistic cat (#120) * implement logistic regression into 2D model * Fixes * - 3d version * Fix * Update Docu * add infos from news.md also into function docu * change Dockerfile * update docker file --------- Co-authored-by: Antonia Runge <[email protected]> Co-authored-by: Jan A <[email protected]> * Fix assign r (#125) * implement logistic regression into 2D model * Fixes * - 3d version * Fix * Update Docu * add infos from news.md also into function docu * change Dockerfile * update docker file * fix assignR --------- Co-authored-by: Antonia Runge <[email protected]> Co-authored-by: Jan A <[email protected]> * Bug/117 leaflet export (#127) * try enabling is_phantomjs_installed * fix docker * return webshot * show type of user created map (#121) * show type of user created map * update Dockerfile * trigger build * Feat/54 new clust with beta merge (#129) * changes color in plot and adds mclust (in progress) * mclust modelling for kerneltimeR * news and package version * add columns to excel (KernelTimeR) * Update Dockerfile * Update NEWS.md Co-authored-by: Antonia Runge <[email protected]> * Update NEWS.md Co-authored-by: Antonia Runge <[email protected]> * Update NEWS.md Co-authored-by: Antonia Runge <[email protected]> * rename options and default value for show clustering * removing rows not used for clustering from excel * add test for getZValues * add test for categorical dependent var * new functions to get model and zValues dependent on IndSelect * apply new functions * rename function * fix plotMap if IndType is null * catch more cases if model$IndependentType is null * update news.md --------- Co-authored-by: Lukas Fuchs <[email protected]> Co-authored-by: Lukas Fuchs <[email protected]> * catch is.null(IndependentType) * Version 23.04.1: Feat/3 model down and upload (#128) * prepare model down- and upload * use button for down and upload of models * fix test model * rename Independent to prevent naming conflicts, update test model * update UI, rename folder on github * apply down/upload module in TimeR * add input model notes * add comments * apply load model in SpreadR * apply load model in KernelR * apply model load in KernelTimeR * apply model load in AssignR * add test models for upload * rename and add test models * rename test model * apply load model in operatoR * cannot apply model load in LocateR * catch not existing id in getHelp function * update test models * add comments * update dataTools version * update news.md * rename label * add link to folder for online models --------- Co-authored-by: Jianyin Roachell <[email protected]> Co-authored-by: Lukas Fuchs <[email protected]> Co-authored-by: Jan Abel <[email protected]> Co-authored-by: Marcus Groß <[email protected]> Co-authored-by: Jan A <[email protected]> Co-authored-by: Lukas Fuchs <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 22.12.3
Updates
Time Course plot type ([MPI_tasks2022]: Pandora Isomemo - KernelTimeR and TimeR (~ 5 h) #8)
Bug Fixes