I installed macaulay2 using home-brew by the command
$brew install m2
And run macaulay2, and try to load the package "FourTiTwo". However, I got this error as below.
byeongsuyu@yubyeongsuui-MacBook-Air ~ % m2
Macaulay2, version 1.18
with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems,
LLLBases, MinimalPrimes, PrimaryDecomposition, ReesAlgebra,
Saturation, TangentCone
i1 : loadPackage "FourTiTwo"
--loading configuration for package "FourTiTwo" from file /Users/byeongsuyu/Library/Application Support/Macaulay2/init-FourTiTwo.m2
Library/Application Support/Macaulay2/local/share/Macaulay2/FourTiTwo.m2:379:2:(2):[7]: error: encountered unrecognizable synopsis item in documentation for symbol toricMarkov
Then m2 does not recognize toricMarkov as a defined function. Could anyone helps me to deal with this issue?
I find to deal with this; just delete path "Library/Application Support/Macaulay2/local/share/Macaulay2/" which does not exist in my folder, then it works as usual.
I installed macaulay2 using home-brew by the command
$brew install m2
And run macaulay2, and try to load the package "FourTiTwo". However, I got this error as below.
byeongsuyu@yubyeongsuui-MacBook-Air ~ % m2 Macaulay2, version 1.18 with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems, LLLBases, MinimalPrimes, PrimaryDecomposition, ReesAlgebra, Saturation, TangentCone
i1 : loadPackage "FourTiTwo" --loading configuration for package "FourTiTwo" from file /Users/byeongsuyu/Library/Application Support/Macaulay2/init-FourTiTwo.m2 Library/Application Support/Macaulay2/local/share/Macaulay2/FourTiTwo.m2:379:2:(2):[7]: error: encountered unrecognizable synopsis item in documentation for symbol toricMarkov
Then m2 does not recognize toricMarkov as a defined function. Could anyone helps me to deal with this issue?