I'm following the instructions in this post
Y Axis is cut off using Chartseries in R
to change the chartSeries
function in quantmod.
But when I touch the file at all using FixInNameSpace
:
fixInNamespace(x = "chartSeries.chob", pos = as.environment("package:quantmod"))
(even if I don't edit it at all)
.. I then get
Error in chartSeries.chob() : could not find function "chart.layout"
when I call chartSeries
.