Skip to content

Commit 9d2f18b

Browse files
committed
Improved README
1 parent 379f7e7 commit 9d2f18b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ The original `spatstat` package has been split into several sub-packages
1010

1111
This package `spatstat.linnet` is one of the sub-packages.
1212
It 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

1515
There is also an extension package
1616
[spatstat.Knet](https://github.com/spatstat/spatstat.Knet)
1717
which 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

2125
Examples 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

Comments
 (0)