Skip to content

Commit 5ed5ed0

Browse files
hollwayhollway
hollway
authored and
hollway
committed
Added Macports installation option to README
1 parent dbdadca commit 5ed5ed0

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.Rmd

+2-6
Original file line numberDiff line numberDiff line change
@@ -234,19 +234,15 @@ print(p,vp = vp1)
234234
### Stable
235235

236236
The easiest way to install the latest stable version of `{manynet}` is via CRAN.
237-
Simply open the R console and enter:
237+
Simply open the R console and enter:^[Macs with Macports installed may also install from the command line [using Macports](https://ports.macports.org/port/R-manynet/).]
238238

239239
`install.packages('manynet')`
240240

241241
You can then begin to use `{manynet}` by loading the package:
242242

243243
`library(manynet)`
244244

245-
This will load any required packages and make the data contained within the package available.
246-
The version from CRAN also has all the vignettes built and included.
247-
You can check them out with:
248-
249-
`vignettes(package = "manynet")`
245+
This will load any required packages and make the data and tutorials (see below) contained within the package available.
250246

251247
### Development
252248

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,16 @@ difference in results over `{igraph}`:
206206
### Stable
207207

208208
The easiest way to install the latest stable version of `{manynet}` is
209-
via CRAN. Simply open the R console and enter:
209+
via CRAN. Simply open the R console and enter:[^1]
210210

211211
`install.packages('manynet')`
212212

213213
You can then begin to use `{manynet}` by loading the package:
214214

215215
`library(manynet)`
216216

217-
This will load any required packages and make the data contained within
218-
the package available. The version from CRAN also has all the vignettes
219-
built and included. You can check them out with:
220-
221-
`vignettes(package = "manynet")`
217+
This will load any required packages and make the data and tutorials
218+
(see below) contained within the package available.
222219

223220
### Development
224221

@@ -296,3 +293,6 @@ Development on this package has been funded by the Swiss National
296293
Science Foundation (SNSF) [Grant Number
297294
188976](https://data.snf.ch/grants/grant/188976): “Power and Networks
298295
and the Rate of Change in Institutional Complexes” (PANARCHIC).
296+
297+
[^1]: Macs with Macports installed may also install from the command
298+
line [using Macports](https://ports.macports.org/port/R-manynet/).

0 commit comments

Comments
 (0)