Results 3 issues of Oyvind

Hi , I get an error using the RDataReader function: java.io.IOException: Unknown format. It works fine on files made by R 3.4 but not by R 4.0. Is there something...

Hi, I have several errors like this in the project. The operator + is undefined for the argument type(s) edu.uta.futureye.function.intf.MathFunc, edu.uta.futureye.function.intf.MathFunc I use jdk-12.0.1 Thanks Oyvind

Hi, This logic: ``` if (requiresMarketData(curveDefn)) { RatesCurveInputsId curveInputsId = RatesCurveInputsId.of(groupName, curveDefn.getName(), obsSource); return marketData.getValue(curveInputsId); } else { return MarketDataBox.ofSingleValue(RatesCurveInputs.builder().build()); } ``` in RatesCurveGroupMarketDataFunction fails for a curvedef without marketdata/nodes....