omnetpp-resultfiles
omnetpp-resultfiles copied to clipboard
Abandoned project.
Hi, the commit in this pull request extends the `loadDataset` function such that the returned dataframe also includes the "itervar"-entries from the scalar/vector files, making it easier to group different...
Since Omnet 5.2 version it's no more possible to import vector data generated by iterated experiments. The error is caused by a new .sci parameter type called "itervar" that causes...
My compiler caught a problem caused by using a macro parameter without parenthesis. ``` scave/indexedvectorfilereader.cc:160:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]...
The current implementation in [IndexFileReader::parseLine](https://github.com/omnetpp/omnetpp-resultfiles/blob/master/R-package/src/scave/indexfile.cc#L380) mistakes itervar-entries in vci-files as a block and thus crashes with the error "missing fields from block", when calling loadDataset on the corresponding vec-file. The...
``` common/bigdecimal.cc: In member function 'int64_t BigDecimal::getDigits(int, int) const': common/bigdecimal.cc:149:33: error: call of overloaded 'abs(const int64_t&)' is ambiguous int64 val = abs(this->intVal); ```
# See the following sample run: > x > x$vectors > resultkey runid file vectorid > 1 0 Test1-0-20111020-16:26:42-17935 Test1-0.vec 0 > module name > 1 DistributionTest.gen sample:vector > >...
After running the library with a large number of files repeatedly, I am getting a "Too Many Files Opened Error". It seems that the files are not closed properly after...
platform : win 7 R : R-2.12.2 I try to install the omnetpp R package , but it fails. How I can do it .. ## On Windows, download the...
hi, I followed the steps in the Wiki page to install the R omnetpp-package on WinXP. in RGui, I installed the omnetpp from the local disk, it showed that I...
- function that adds all run attributes as columns to the scalars / vectors table, for easier filtering? - filtering of an already loaded dataset (like loadDataset() does it)? -...