Skip to content

Commit 4423b44

Browse files
committed
Fix URLs
1 parent 1965efe commit 4423b44

File tree

12 files changed

+15
-17
lines changed

12 files changed

+15
-17
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Description: A small collection of various network data sets, to use with
1717
Koenigsberg's bridges, visuotactile brain areas of the macaque monkey,
1818
UK faculty friendship network, domestic US flights network, etc.
1919
License: CC BY-SA 4.0 + file LICENSE
20-
URL: http://igraph.org
20+
URL: https://igraph.org/
2121
BugReports: https://github.com/igraph/igraphdata/issues
2222
Depends:
2323
R (>= 2.10)

R/UKfaculty.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#'
2121
#' This dataset is licensed under a Creative Commons
2222
#' Attribution-Share Alike 2.0 UK: England & Wales License,
23-
#' see <http://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
23+
#' see <https://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
2424
#' Please cite the reference below if you use this dataset.
2525
#' @references Nepusz T., Petroczi A., Negyessy L., Bazso F.: Fuzzy
2626
#' communities and the concept of bridgeness in complex

R/USairports.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
#' }
4545
#' @source
4646
#' Most of this information was downloaded from The Research and
47-
#' Innovative Technology Administration (RITA). See
48-
#' <http://www.rita.dot.gov/about_rita/> for details. The airport
47+
#' Innovative Technology Administration (RITA). The airport
4948
#' position information was collected from Wikipedia and other public
5049
#' online sources.
5150
#' @keywords datasets

R/macaque.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#'
1919
#' This dataset is licensed under a Creative Commons
2020
#' Attribution-Share Alike 2.0 UK: England & Wales License,
21-
#' see <http://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
21+
#' see <https://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
2222
#' Please cite the reference below if you use this dataset.
2323
#' @references Negyessy L., Nepusz T., Kocsis L., Bazso F.: Prediction of
2424
#' the main cortical areas and connections involved in the tactile

R/yeast.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
#' Michael Cornell, Stephen G. Oliver, Stanley Fields and Peer
6262
#' Bork. *Nature* 417, 399-403 (2002)
6363
#' @source The data was downloaded from
64-
#' <http://www.nature.com/nature/journal/v417/n6887/suppinfo/nature750.html>.
64+
#' <https://www.nature.com/articles/nature750>.
6565
#' @keywords datasets
6666
NULL

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ options(pager = function(files, header, title, delete.file) {
2222

2323
# Data sets for the igraph R package
2424

25-
[![Linux build status](https://travis-ci.org/igraph/igraphdata.png)](https://travis-ci.org/igraph/igraphdata)
25+
[![Linux build status](https://app.travis-ci.com/igraph/igraphdata.png)](https://app.travis-ci.com/igraph/igraphdata)
2626
[![Windows build status](https://ci.appveyor.com/api/projects/status/6wov9hh8oprrpkhs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
2727

2828
This is a data R package, that contains network data sets,
@@ -37,7 +37,7 @@ install.packages("igraphdata")
3737
```
3838

3939
You can install the development version from Github, using the
40-
[devtools package](https://github.com/hadley/devtools):
40+
[devtools package](https://github.com/r-lib/devtools):
4141

4242
```{r, eval = FALSE}
4343
devtools::install_github("igraph/igraphdata")

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Data sets for the igraph R package
44

5-
[![Linux build status](https://travis-ci.org/igraph/igraphdata.png)](https://travis-ci.org/igraph/igraphdata) [![Windows build status](https://ci.appveyor.com/api/projects/status/6wov9hh8oprrpkhs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
5+
[![Linux build status](https://app.travis-ci.com/igraph/igraphdata.png)](https://app.travis-ci.com/igraph/igraphdata) [![Windows build status](https://ci.appveyor.com/api/projects/status/6wov9hh8oprrpkhs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
66

77
This is a data R package, that contains network data sets, to be used with the igraph R package.
88

@@ -13,15 +13,15 @@ From CRAN:
1313
<pre class='chroma'>
1414
<span><span class='nf'><a href='https://rdrr.io/r/utils/install.packages.html'>install.packages</a></span><span class='o'>(</span><span class='s'>"igraphdata"</span><span class='o'>)</span></span></pre>
1515

16-
You can install the development version from Github, using the [devtools package](https://github.com/hadley/devtools):
16+
You can install the development version from Github, using the [devtools package](https://github.com/r-lib/devtools):
1717

1818
<pre class='chroma'>
1919
<span><span class='nf'>devtools</span><span class='nf'>::</span><span class='nf'><a href='https://remotes.r-lib.org/reference/install_github.html'>install_github</a></span><span class='o'>(</span><span class='s'>"igraph/igraphdata"</span><span class='o'>)</span></span></pre>
2020

2121
## Usage
2222

2323
<pre class='chroma'>
24-
<span><span class='kr'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='o'>(</span><span class='nv'><a href='http://igraph.org'>igraphdata</a></span><span class='o'>)</span></span>
24+
<span><span class='kr'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='o'>(</span><span class='nv'><a href='https://igraph.org/'>igraphdata</a></span><span class='o'>)</span></span>
2525
<span><span class='nf'><a href='https://rdrr.io/r/utils/data.html'>data</a></span><span class='o'>(</span>package <span class='o'>=</span> <span class='s'>"igraphdata"</span><span class='o'>)</span></span></pre>
2626
<pre class='chroma'>
2727
<span><span class='c'>#&gt; Data sets in package 'igraphdata':</span></span>

man/UKfaculty.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/USairports.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/igraphdata-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)