I am trying to use the SphericalDensityPlot3D function that is defined here: Spherical Density Plot 3D.
However, when I run all the contents of the mathematica package (".m") file, I get the following errors:
Get::noopen: Cannot open
Utilities`FilterOptions.Needs::nocont: Context
Utilities`FilterOptionswas not created whenNeedswas evaluated.
This happens when the following cell is evaluated:
Needs["Utilities`FilterOptions`"]
The last revision for this package is from 2001 and so I assume there are is some compatibility issue, since I am running version 11.2. So, does anyone know how I could fix this problem?
Thanks!


If[$VersionNumber >= 9, FilterOptions[a_,b___] := Sequence @@ FilterRules[{b}, Options[a]], Needs["Utilities\FilterOptions`"]]is broken, or my fix for this specific package is broken? If the former, I suggest starting a new question, because this method has been used in so many answers and its failure has a big influence; if the latter, with a mobile phone it's too hard for me to test, but the<< Version5`Graphics`` is more suspicious in my view. – xzczd Feb 22 '20 at 02:08FilterOptionswas not created when Needs was evaluated." I will start a new question. – Michael B. Heaney Feb 22 '20 at 21:03