NEWS.md

eemR 1.0.1

eemR 1.0.0

Major changes

eemR can use user-defined function to import eems data. A new argument import_function in the eem_read() function can be used to provide a custom functio to read a speficic eem file format.

## Bracking changes

Because of the major change of eem_read(), existing code will brake. The user still can uses the old importing functions by specifying the spectrofluorometer to use as follows:

New features

eemR 0.1.5

eemR 0.1.4

eemR 0.1.3

Consider the following example where there are two folders that could represent scans performed on two different days scans_day_1 and scans_day_2. In each folder there are three samples and one blank files. In that context, eem_remove_blank() will use the blank nano.csv from sample1.csv, sample2.csv and sample3.csv. The same strategy will be used for files in folder scans_day_2 but with blank named blank.csv.

inst/extdata/cary/
├── scans_day_1
│   ├── nano.csv
│   ├── sample1.csv
│   ├── sample2.csv
│   └── sample3.csv
└── scans_day_2
    ├── blank.csv
    └── s1.csv

eemR 0.1.2

eemR 0.1.1

eemR 0.1.0



Try the eemR package in your browser

Any scripts or data that you put into this service are public.

eemR documentation built on June 27, 2019, 5:08 p.m.