653 Commits (master)
 

Author SHA1 Message Date
Philipp Baumann 7e5a9b9bf2 rename argument to be more specific 7 years ago
Philipp Baumann d913bcd56c Add extra argument to resolve different offset of spectra after atmospheric compensation for some OPUS versions; quick fix 7 years ago
Philipp Baumann 43757d1c07 Extend averaging function by an argument called `by` to specify by which grouping column the spectra are averaged 7 years ago
Philipp Baumann 94ca92d90c update NAMESPACE with newly exported functions 7 years ago
Philipp Baumann 13b5ba65fa Export binary ASD reader 7 years ago
Philipp Baumann b30b318090 First version of ASD binary file reader based on `prospectr::readASD` that gathers spectra data into data structures compatible to the spectral tibble processing framework of simplerspec 7 years ago
Philipp Baumann 762683b14d Enhance readablility of comments 7 years ago
Philipp Baumann 577924cdaf Add helper and ggplot2 custom wrapper functions for gather and plot spectra tibble data 7 years ago
Philipp Baumann 20094080e2 Append a list-column of numeric vectors for x unit values corresponding to preprocessed spectra. This improves the simplerspec processing framework because wavenumbers of preprocessed spectra are in addition to matrix column names in a separate data.frame/tibble column 7 years ago
Philipp Baumann ceced23f14 Create an extended spectra plotting functions for diagnostics and explorative analyses within the simplerspec tibble list-column processing framework 7 years ago
Philipp Baumann af8964160f Fix error that metadata list-column has two rows because of duplicate strings when reading basic information from OPUS files 7 years ago
Philipp Baumann 7f08507b02 Fix error that occured when reading a file (`30020 KB020 1-20A O-1.12`) that had unequal length of `FXV` and `NPT` 7 years ago
Philipp Baumann f3c6e5edd8 Fix error when reading OPUS files with duplicated interferograms 7 years ago
Philipp Baumann 032f32f3af New simplerspec::fit_pls version returns caret train object in list element `model` instead of `pls_model` (more generic) 7 years ago
Philipp Baumann 617cfb3642 Remove `xy_max` and `xy_min` from model evaluation output because not needed 7 years ago
Philipp Baumann 5df62dd9da Modify the xy axis range in the evaluation plot so that either observed or predicted minimum and maximum values are used; implement the one standard error rule suggested by Breiman et al. (1984) for determining final model parameters 7 years ago
Philipp Baumann e7dd8c7fe5 Test 2 for commiting on WLAN vpn for smb drive 7 years ago
Philipp Baumann f6ae40366c Try commiting on newly migrated NNAS drive 7 years ago
Philipp Baumann 8a43994502 Fix parallel implementation of universal OPUS file reader. Tested with 8 threads, and files are read almost 8 times faster! on my Macbook Pro 7 years ago
Philipp Baumann 37e8545983 Add feature to remove spectra from list that have a NULL in sublists called "spc" because spectra have not been successfully read with the universal OPUS file reader. Add an informative message 7 years ago
Philipp Baumann edcf9c07ba Update `gather_spc` to universal file reader in documentation 7 years ago
Philipp Baumann a2499b58df Attempt to fix error: Error in plot_spc(spc_tbl = spc_gathered, y = "spc", by = "file_id") : 7 years ago
Philipp Baumann 3770b5b152 Format and complete R console output in processing pipe 7 years ago
Philipp Baumann 0ea9588560 Add outputs of simplerspec modeling pipe 7 years ago
Philipp Baumann 4cd4dd60c1 Add some resources and explanations on list-column concept and functional programming 7 years ago
Philipp Baumann 2eca8a9d3f Small typo in README 7 years ago
Philipp Baumann 15a2d8b197 Update documentation, first final draft 7 years ago
Philipp Baumann 03fb78f2a8 Update documentation for plotting helper function 7 years ago
Philipp Baumann 5fd3f15414 Clean and update documentation and order of arguments in exported modeling wrappers 7 years ago
Philipp Baumann aa9e443b51 Update manuals 7 years ago
Philipp Baumann 786e7919e6 Complete first draft of complete `preprocess_spc` documentation 7 years ago
Philipp Baumann 8aab45a7d5 Add yet undocumented arguments in documentation for ASD file reader 7 years ago
Philipp Baumann eaa0fa35b3 Reformat Usage in `plot_spc` documentation for readablility 7 years ago
Philipp Baumann f7cd5ef5ac Complete first draft of plotting function documentation 7 years ago
Philipp Baumann 97f67e3d60 Fix various `R CMD check` WARNINGS and NOTES and make new documetation of depreciated `pls_ken_stone` that links to new documetation of `fit_pls` 7 years ago
Philipp Baumann 23afd3e6bc Fix typo from previous commit to fix wrong naming 7 years ago
Philipp Baumann a05e186091 Fix `R CMD check` NOTE: `select_ref_spc: no visible binding for global variable ...` 7 years ago
Philipp Baumann 85c77055f8 Fix error of wrong list name when there are more `FXV` positions thatn `LXV` positions in the binary Bruker OPUS file 7 years ago
Philipp Baumann b6cdd577ce Fix `R CMD check` NOTE to import read.csv from utils 7 years ago
Philipp Baumann 966eb5f316 Add depreciated `vaidation` argument to `fit_pls` documentation 7 years ago
Philipp Baumann b552a74d01 Fix accidental mistyping that referenced to the old file reader when reading OPUS files in parallel 7 years ago
Philipp Baumann d1d7cc725e Fix some `R CMD check` NOTES for select_ref_spc 7 years ago
Philipp Baumann 5473c80e5e Fix `R CMD check` WARNING: `split_data_q: no visible binding for global variable...` 7 years ago
Philipp Baumann 97a7da1968 Complete documetation of ``read_opus_bin_univ` with spectra type to extract 7 years ago
Philipp Baumann 6b66e2ccef Fix `R CMD check` WARNING of missing description in documentation 7 years ago
Philipp Baumann 4a1b0d31cf Fix `R CMD check` WARNING of missing description in documentation 7 years ago
Philipp Baumann 90dc42d2af Pipe operator from magrittr needs to be in NAMESPACE 7 years ago
Philipp Baumann 857a649dfe A single symbol does only need unquote (`rlang::UQ`) instead of unquote splice) 7 years ago
Philipp Baumann a3a7d739f0 Transform most of dplyr code into tidy evaluation framework by using rlang functions 7 years ago
Philipp Baumann 3dac00d3b3 Update documentation with missing arguments 7 years ago