@@ -10,12 +10,16 @@ The original `spatstat` package has been split into several sub-packages
1010
1111This package ` spatstat.linnet ` is one of the sub-packages.
1212It contains the subset of the functionality of ` spatstat `
13- that deals with data on linear networks.
13+ that deals with ** data on linear networks** .
1414
1515There is also an extension package
1616[ spatstat.Knet] ( https://github.com/spatstat/spatstat.Knet )
1717which contains additional algorithms for linear networks.
1818
19+ You are viewing the GitHub repository which holds
20+ the latest ** development version** of ` spatstat.linnet ` .
21+ For the latest public release on CRAN, click the green badge above.
22+
1923### Where to find data
2024
2125Examples of datasets on linear networks are
@@ -83,6 +87,23 @@ and the point pattern `wacrashes` provided in the extension package
8387- analysis of deviance for point process model
8488- simulate fitted model
8589
90+ ### Installing the package
91+
92+ This repository contains the _ development version_ of
93+ ` spatstat.linnet ` . The easiest way to install the development version
94+ is to start R and type
95+
96+ ``` R
97+ repo <- c(' https://spatstat.r-universe.dev' , ' https://cloud.r-project.org' )
98+ install.packages(" spatstat.linnet" , dependencies = TRUE , repos = repo )
99+ ```
100+
101+ To install the latest _ public release_ of ` spatstat.linnet ` ,
102+ type
103+
104+ ``` R
105+ install.packages(" spatstat.linnet" )
106+ ```
86107
87108
88109
0 commit comments