Read the data from Origin(R) project files ('*.opj') < https://www.originlab.com/doc/User-Guide/Origin-File-Types>. No write support is planned.
The goal of this package is to provide the ability to import Origin(R) OPJ
files. The only function, read.opj(file)
, uses liborigin to parse the file
and build a list of its contents. No write support is planned, since it's
absent in liborigin.
If you want to clone this repo, don't forget the --recursive
flag. Otherwise,
use git submodule update --init --recursive
after you cloned it.
This repo contains a fork of liborigin in the liborigin
branch. The only
difference is removed references to std::cout
and std::cerr
per Writing
R Extensions:
I/O should not be used. As with the previous item such calls may come from external software and may never be called, but package authors are often mistaken about that.
2019-03-14 v0.2-2
2019-03-01 v0.2-1
2019-02-06 v0.1-1