Call and reset a Macaulay2 process
m2r_version_number()m2r_cloud_url()
has_m2_connection()
start_m2(
port = 27436L,
timeout = 10,
attempts = 10,
cloud = FALSE,
hostname = m2r_cloud_url()
)
stop_m2()
reset_m2(
port = 27436L,
timeout = 10,
attempts = 10,
hostname = "ec2-52-10-66-241.us-west-2.compute.amazonaws.com"
)
m2(code, timeout = -1)
m2.(code, timeout = -1)
# S3 method for m2_pointer
print(x, ...)
m2 return value
port for Macaulay2 socket
number of seconds before aborting
numer of times to try to make connection
use a cloud?
the remote host to connect to; defaults to the Amazon EC2 instance
Macaulay2 code
formal argument for print method
...