1
0
Fork
You've already forked Ropj
0
Read Origin 'OPJ' files from R
  • C++ 48.4%
  • R 44.6%
  • C 3.3%
  • Makefile 3.1%
  • Shell 0.6%
Find a file
2026年07月10日 15:12:33 +03:00
inst NEWS items 2026年05月12日 14:16:04 +03:00
man Note that OPJU is not supported 2024年11月02日 11:15:01 +03:00
R read.opj: force native encoding of the file path 2024年10月24日 18:48:20 +03:00
src Switch to upstream v3.0.4 with bugs fixed 2026年07月10日 15:12:33 +03:00
tests Test broken file handling 2026年05月11日 18:07:59 +03:00
tools Fix configure on R < 3.3 2025年03月14日 16:36:20 +03:00
.gitignore Clean up the repository 2024年10月29日 18:04:19 +03:00
.gitmodules Switch to upstream v3.0.4 with bugs fixed 2026年07月10日 15:12:33 +03:00
.Rbuildignore README.md is for the forge only 2024年10月29日 18:08:20 +03:00
cleanup configure: choose C++11/14/17 at install time 2023年02月02日 13:58:39 +03:00
cleanup.win configure: choose C++11/14/17 at install time 2023年02月02日 13:58:39 +03:00
configure configure: choose C++11/14/17 at install time 2023年02月02日 13:58:39 +03:00
configure.win configure: choose C++11/14/17 at install time 2023年02月02日 13:58:39 +03:00
DESCRIPTION Increment version to mark window layer bug fixed 2026年05月12日 14:16:04 +03:00
GNUmakefile Clean up the repository 2024年10月29日 18:04:19 +03:00
NAMESPACE NAMESPACE tweaks 2024年11月02日 11:13:04 +03:00
README.md minor writing fixes, more TODO 2020年02月07日 13:44:36 +03:00

Ropj

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.

The package is available on CRAN.

Submodules

If you want to clone the Git repo of this package, don't forget the --recursive flag. Otherwise, use git submodule update --init --recursive after you cloned it.