Skip to content

Releases: lgschuck/spada

0.1.0.9000-2025.01.12-1

12 Jan 21:16
Compare
Choose a tag to compare
Pre-release

Improvements

1 - New modules: Sidebar and Navbar Df Info

2 - New function filter_rows in utils.R

3 - New reactives: df_active_ncol, df_active_resume_data and df$df_trigger (to use for updates)

4 - New Vignette: Intro

0.1.0.9000-2025.01.11-2

12 Jan 02:19
Compare
Choose a tag to compare
Pre-release

2025.01.11-2

1 - New modules: Order Cols and Select Cols

2 - Correlation module with better visual (using card instead of accordion)

2025.01.11-1

1 -Mainly internal organization, migrating spada UI to spada_ui.R function and spada Server to spada_server.R function.

2 - New modules: Data Overview and Data Highlights

3 - Visual changes in Correlation module and Descriptive Stats module

4 - New exported function is_date

0.1.0.9000-2025.01.10-1

10 Jan 23:55
Compare
Choose a tag to compare
Pre-release

Bug Fixes

1 - Analysis > Exploratory: error ins stats table when percentile out of range 0-100: now test the range and if the input isTruphy (#8)

Improvements

1 - Stats table now is a module

2 - new module Correlation

3 - new module Descriptive Stats

4 - Scatter (Analysis > Exploratory) now with filled points

5 - Export functions: df_info, gt_info and is_valid_name now are exported

0.1.0.9000-2025.01.05-1

05 Jan 04:02
Compare
Choose a tag to compare
Pre-release

Bug Fixes

1 - Metadata - object color_fn not found: color format (function data_color) applied only if there is valid (non NA) min and max values (#4)

2 - Edit > Convert - error in preview complex variable convertion: fixed converting complex to character in the preview given that gt table in opt_interactive does not show complex properly (#5)

3 - Edit > Filter: error in filtering complex: now only show/allow operators '== (Equal)', '!= (Not Equal)', 'Is NA (is.na)', 'Not NA (! is.na)', 'In (%in%)' and 'Not In (! %in%)' (same for character and factors) (#6)

4 - Edit > Filter: accept blank value: now the value must have length 1 or bigger (#7)

Improvements

1 - utils functions: new icon for logical

2 - page_config_module: correction of a typo

3 - spada function

  • new background color in sidebar

  • new value boxes in Data > Highligths (rows, valid, unique, zeros) and better server side checking (returning None if absent)

  • new itens in navbar: Options > Documentation link and Github link

0.1.0.9000-2025.01.03-1

03 Jan 21:40
Compare
Choose a tag to compare
Pre-release

Bug Fixes

1 - Data Overview - after Edit only refresh if updat in rows or sample: fixed with insertion of buttons inside output$pD_over_gt. Avaliate use of reactive instead of reactiveValues for datasets.

Improvements

1 - export_file_module: separator order now semicolon as default

2 - new import_file_module: allows input csv and RDS files

3 - page_config_module: new visual and size of input file as parameter

4 - spada function:

  • sidebar now with Dataset Info accordion open by default

  • small visual changes (icons and capital in some titles)

  • shiny.maxRequestSize set to 500 MB by default

  • datasets_names_react: now names of the datasets are a reactive (used several times)

  • new buttons in sidebar accordion to navigate through pages

  • new buttons in active dataset popover navigate through pages

0.1.0.9000-2025.01.02-1

03 Jan 02:56
Compare
Choose a tag to compare
Pre-release

Bug Fixes

1 - Analysis page - q1 object not found: back to calculate q1 and q3. (#1)

2 - Metadata - Error in zeros count: now df_info function uses suna(x == 0) instead of length(x[x == 0]) (#2)

Improvements

1 - utils functions

  • df_info now uses suna instead of length, this change fix errors and provide gain in speed.

  • deletion of format_color_bar and main_value_box functions given that they are now in use anymore

2 - export_file_module

  • now the nav_panel is outside the module (inside spada function). This gives the module better "format" being a bslib::card

  • layout_column_wrap replaced for fluidRow and column (better look)

3 - spada function

  • new page sidebar: for now showing info about active dataset, in the future will receive
    links/shortcuts to other parts of the app

  • new menu Analysis: the Analysis page became Exploratory and inputs change names from pA_ to pA_E_

  • new menu Options: Config page and Exit are inside this menu. In the future general optiions and settings will be here.

  • new Nav Item Active Dataset: now with popover to show rows, cols, NA's and size

  • in Data when new name is set a msg is shown.

0.1.0.9000-2024.12.30-1

30 Dec 23:22
Compare
Choose a tag to compare
Pre-release

Improvements

1 - General

Created zzz.R and inserted utils::globalVariables for global variables (check note)

Value boxes: resized to give more space for other elements

2 - utils function

CSS, js_exit, operators and date formats passed to utils.R

3 - spada function

new export_file module and migration of Export to Data page

Use of IQR to calcule interquartile distance (faster than q3 - q1 manually)

Buttons of Edit page to backup now with new ID's (pE_export_ replaced by pE_)

0.1.0.9000-2024.12.27-1

28 Dec 02:18
Compare
Choose a tag to compare
Pre-release

Many improvements, especially:

  1. Insertion of shiny::validate for plots and Stats table
  2. Use of gt package instead of DT
  3. Visual changes (still in search for an identity)
  4. New Config page with options of colors (plots)
  5. Function df_info: improvement in performance (something like half the time in big datasets - 1e6 rows)
  6. New function: gt_info to generate metadata with gt package

0.1.0.9000-2024.12.25-1

26 Dec 02:27
Compare
Choose a tag to compare
Pre-release

First release.