goodnewz

Results 5 issues of goodnewz

On some systems, localhost could be in other private IP ranges not just 127.0.0.1 (e.g., 10.X.X.X or 172.X.X.X). This suggestion minimizes errors in setting up Wallabag by new users who...

Fix for braverock/PortfolioAnalytics#36

The new CVXR method introduced a bug when reading the `optimize_method` user input. This happens if the uses CVXR and defines an optimizer (e.g., `c("CVXR", "SCS")`). The expectation is that...

Fix for braverock/PortfolioAnalytics#34

Running the example from the vignette (see code below) produces an error: `Error in Variable(N) : could not find function "Variable"`. It appears that `optimize.portfolio` uses `Variable()` function from the...