For-a-few-DPPs-more / spatstat-interface

Simple Python interface with the spatstat R package using rpy2
MIT License
10 stars 0 forks source link

How to install the subpackage 'model'? #5

Closed linmeixia closed 1 year ago

linmeixia commented 1 year ago

When I tried to install the subpackage 'model' in Jupyter Notebook as

from spatstat_interface.interface import SpatstatInterface
spatstat = SpatstatInterface() spatstat.import_package("core", "geom", "model", update=True)

It returns the error message:

ValueError: {'model'} are invalid spatstat subpackages ('core', 'data', 'geom', 'linnet', 'sparse', 'spatstat', 'utils') or extensions ('gui', 'Knet', 'local', 'sphere').

guilgautier commented 1 year ago

The new version of the package incorporates these changes. Closing the issue for now. Feel free to reopen it if needed.