Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 3.47 KB

File metadata and controls

105 lines (70 loc) · 3.47 KB

v0.3.16 by jan.lisec@bam.de (2026-04-14)

  • plot_spec() can modify size of depicted chemical structures
  • plot_spec() better handles xlim and ylim when user zoomes
  • UI elements in output section are better structured
  • test data results are shown upon startup (precalculated)

v0.3.10 by jan.lisec@bam.de (2026-03-30)

  • plot_spec() function is now exported (it allows to overlay chemical structures on a spectrum plot)
  • minor fix correcting the position of SMILES subplots (had been shifted to the right plot border on Server)

v0.3.9 by jan.lisec@bam.de (2026-01-29)

  • minor modifications to trigger update on server shn01

v0.3.8 by jan.lisec@bam.de (2026-01-28)

  • spectra intensities can be scaled to a user selected maximum value
  • invalid formula/adduct combinations are removed upon import
  • stereo isomer intensities are combined and only the highest isomer formula is kept/depicted
  • spectra table shows formula and adduct additionally

v0.3.7 by jan.lisec@bam.de (2026-01-22)

  • several improvements regarding the shiny app
  • plot output for spectra improved a lot, i.e. isomeric peaks are combined now, neutral losses are computed between fragments in addition to the precursor, annotation can be omitted for minor peaks, all sum formulas are depicted using subscript for numbers to improve readability, font size was increased
  • Help page received some input (very basic, for first time users)
  • read_fiora() now exported function
  • result can be converted to object of class Spectra (see Spectra package)
  • result can be written to a file path only (no console output)
  • parallel conda environments for different FIORA versions are now supported by using the conda_name parameter in install_fiora()
  • CRAN badge
  • modified module of selectInputWithButtons to be better tested
  • App GUI improved (better selection of individual results)
  • default python environment switched to conda
  • run_script gains an argument fmt which allows to export results in a data frame
  • additional test_that tests implemented to prepare for CRAN release
  • included test_data object in the package
  • modified the run_script() function to accept a data frame with multiple lines as input
  • updated to fiora model 1.0.1
  • increased resolution of spectra plots in app
  • allowed to use different fiora models (from different python environments) in function run_script()
  • neutral losses shown in spectra plots
  • sum formulas corrected for H number using the adduct annotation of fiora
  • sum formulas scaled to comparable size in spectra plots
  • predict() renamed to run_script()
  • detection of python and script path platform specific
  • script evaluation platform specific
  • script path hardcoded; reticulate not used
  • moved reticulate to Suggest in Description if python installation and script is found
  • modified fiora installation using a conda environment
  • Shiny App working on shinyapps.io
  • local function predict is working
  • spectrum plot is showing formulas and molecular structures
  • several testthat tests implemented
  • ReadMe and News.md set up

v0.0.0.9000 by jan.lisec@bam.de

  • initial GitHub submission