Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Oct 22, 2020
    • Todor Kondic's avatar
    • Todor Kondic's avatar
      api, mix: Make configuration static · 84862ea4
      Todor Kondic authored
      Prior to this commit, cofiguration consisted of static values and
      dynamic variables calculated based on the static values. Changing a
      static value meant that those variables had to be recalculated. In a
      reactive environment where things change a lot, there was danger that
      some parts do not get calculated, or that recalculation leads to
      overwriting of other variables. Now, all the dynamic config entries,
      such as paths within the project tree are delegated to "accessor"
      methods that evaluate their value at the right time.
      
      * R/mix(get_fn_comp,get_fn_extr,get_fn_summ): New functions to
      evaluate paths to the comprehensive table, extraction file and the
      summary file.
      
      * R/api.R: Corresponding changes in here.
      
      * NAMESPACE: Some updates.
  3. Oct 21, 2020
  4. Oct 18, 2020
  5. Oct 16, 2020
    • Todor Kondic's avatar
      all: Minimal plot and publish system in place · 0e2702b7
      Todor Kondic authored
      * NAMESPACE: Update exports
      
      * R/api.R(create_plots,save_plots,report): User-level functions to
      generate and save plots, as well as generate a report containing them.
      
      * R/mix.R: Supporting functions for above.
      
      * R/resources.R: Supporting params for above.
  6. Oct 12, 2020
  7. Oct 11, 2020
  8. Oct 07, 2020
  9. Oct 06, 2020
  10. Oct 04, 2020
  11. Oct 01, 2020
    • Todor Kondic's avatar
      api: Add sort_spectra · 7fde065a
      Todor Kondic authored
      * R/api.R(sort_spectra): New function to sort the spectral table.
      
      * R/resources.R(DEF_ORDER_SPECTRA): New parameter defining the default
      order of the spectral table.
      
      * NAMESPACE: Update exports.
  12. Sep 30, 2020
  13. Sep 25, 2020
  14. Sep 10, 2020
  15. Aug 27, 2020
Loading