The licoread R package provides an easy way to import raw files from li-COR gas analyzers as R objects that can be used with the Fluxible package.
Licoread can be installed from CRAN:
install.packages("licoread")
Or you can install the development version from GitHub:
# install.packages("pak")
::pak("jogaudard/licoread") pak