.
#' @keywords datasets
NULL
diff --git a/README.Rmd b/README.Rmd
index 3efd4e3..c86e050 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,17 +13,16 @@ knitr::opts_chunk$set(
```{r, echo = FALSE, results = 'hide'}
options(pager = function(files, header, title, delete.file) {
- for (f in files) {
- l <- readLines(f)
- cat(l, sep = "\n")
- }
+ for (f in files) {
+ l <- readLines(f)
+ cat(l, sep = "\n")
+ }
})
```
# Data sets for the igraph R package
-[](https://travis-ci.org/igraph/igraphdata)
-[](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
+[](https://github.com/igraph/igraphdata/actions/workflows/R-CMD-check.yaml)
This is a data R package, that contains network data sets,
to be used with the igraph R package.
@@ -37,7 +36,7 @@ install.packages("igraphdata")
```
You can install the development version from Github, using the
-[devtools package](https://github.com/hadley/devtools):
+[devtools package](https://github.com/r-lib/devtools):
```{r, eval = FALSE}
devtools::install_github("igraph/igraphdata")
diff --git a/README.md b/README.md
index cc5795b..274956e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Data sets for the igraph R package
-[](https://travis-ci.org/igraph/igraphdata) [](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
+[](https://github.com/igraph/igraphdata/actions/workflows/R-CMD-check.yaml)
This is a data R package, that contains network data sets, to be used with the igraph R package.
@@ -13,7 +13,7 @@ From CRAN:
install.packages("igraphdata")
-You can install the development version from Github, using the [devtools package](https://github.com/hadley/devtools):
+You can install the development version from Github, using the [devtools package](https://github.com/r-lib/devtools):
devtools::install_github("igraph/igraphdata")
@@ -21,7 +21,7 @@ You can install the development version from Github, using the [devtools package
## Usage
-library(igraphdata)
+library(igraphdata)
data(package = "igraphdata")
#> Data sets in package 'igraphdata':
diff --git a/man/USairports.Rd b/man/USairports.Rd
index 0f72cc6..415a7d5 100644
--- a/man/USairports.Rd
+++ b/man/USairports.Rd
@@ -31,9 +31,9 @@ carried out by a given airline, using a given aircraft type.}
}
}
\source{
-Most of this information was downloaded from The Research and
+Most of this information was downloaded from The (now dissolved) Research and
Innovative Technology Administration (RITA). See
-\url{http://www.rita.dot.gov/about_rita/} for details. The airport
+\url{https://en.wikipedia.org/wiki/Research_and_Innovative_Technology_Administration} for details. The airport
position information was collected from Wikipedia and other public
online sources.
}
diff --git a/man/foodwebs.Rd b/man/foodwebs.Rd
index df0948b..1038261 100644
--- a/man/foodwebs.Rd
+++ b/man/foodwebs.Rd
@@ -22,12 +22,15 @@ Reference: same as for \sQuote{ChesLower}.}
\item{\sQuote{Chesapeake}}{Chesapeake Bay Mesohaline Network.
Reference: Baird D. & Ulanowicz R.E. (1989) The seasonal dynamics
-of the Chesapeake Bay ecosystem. Ecological Monographs 59:329-364.}
+of the Chesapeake Bay ecosystem. Ecological Monographs 59:329-364.
+\doi{10.2307/1943071}
+}
\item{\sQuote{CrystalC}}{Crystal River Creek (Control).
Reference: Homer, M. and W.M. Kemp. Unpublished Ms. See also
Ulanowicz, R.E. 1986. Growth and Development: Ecosystems
-Phenomenology. Springer, New York. pp 69-79.}
+Phenomenology. Springer, New York. pp 69-79.
+\url{https://doi.org/10.1007/978-1-4612-4916-0}}
\item{\sQuote{CrystalD}}{Crystal River Creek (Delta Temp).
Reference: same as for \sQuote{CrystalD}.}
@@ -36,7 +39,8 @@ Reference: same as for \sQuote{CrystalD}.}
Reference: Almunia, J., G. Basterretxea, J. Aristegui, and
R.E. Ulanowicz. (1999) Benthic- Pelagic switching in a coastal
subtropical lagoon. Estuarine, Coastal and Shelf Science
-49:363-384.}
+49:363-384.
+\doi{10.1006/ecss.1999.0503}}
\item{\sQuote{Michigan}}{Lake Michigan Control network.
Reference: Krause, A. and D. Mason. (In preparation.) A. Krause,
@@ -49,7 +53,8 @@ Thesis. University of Coimbra, Coimbra, Portugal.}
Reference: Monaco, M.E. and R.E. Ulanowicz. (1997) Comparative
ecosystem trophic structure of three U.S. Mid-Atlantic
-estuaries. Mar. Ecol. Prog. Ser. 161:239-254.}
+estuaries. Mar. Ecol. Prog. Ser. 161:239-254.
+\doi{10.3354/meps161239}}
\item{\sQuote{Rhode}}{Rhode River Watershed - Water Budget.
Reference: Correll, D. (Unpublished manuscript) Smithsonian
@@ -60,7 +65,8 @@ Edgewater, Maryland 21037-0028 USA.}
Reference: Baird, D., J. Luczkovich and R. R. Christian. (1998)
Assessment of spatial and temporal variability in ecosystem
attributes of the St Marks National Wildlife Refuge, Apalachee Bay,
-Florida. Estuarine, Coastal, and Shelf Science 47: 329-349.}
+Florida. Estuarine, Coastal, and Shelf Science 47: 329-349.
+\doi{10.1006/ecss.1998.0360}}
\item{\sQuote{baydry}}{Florida Bay Trophic Exchange Matrix, dry season.
Reference: Ulanowicz, R. E., C. Bondavalli, and
@@ -129,8 +135,8 @@ The graphs also contain some informative graph attributes:
}
\source{
See references for the individual webs above. The data itself
-was downloaded from
-\url{http://vlado.fmf.uni-lj.si/pub/networks/data/bio/foodweb/foodweb.htm}.
+was downloaded from the then webpage of the Pajek software
+(link now broken).
}
\usage{
foodwebs
diff --git a/man/igraphdata-package.Rd b/man/igraphdata-package.Rd
index 7902410..118b931 100644
--- a/man/igraphdata-package.Rd
+++ b/man/igraphdata-package.Rd
@@ -11,7 +11,7 @@ A small collection of various network data sets, to use with the 'igraph' packag
\seealso{
Useful links:
\itemize{
- \item \url{http://igraph.org}
+ \item \url{https://igraph.org/}
\item Report bugs at \url{https://github.com/igraph/igraphdata/issues}
}
diff --git a/man/immuno.Rd b/man/immuno.Rd
index e8e0e08..72ce0fc 100644
--- a/man/immuno.Rd
+++ b/man/immuno.Rd
@@ -25,6 +25,6 @@ is smaller than the threshold value \eqn{\theta=8}{theta=8} Angstrom.
\references{
D. Gfeller, Simplifying complex networks: from a clustering to a
coarse graining strategy, \emph{PhD Thesis EPFL}, no 3888, 2007.
-\url{http://library.epfl.ch/theses/?nr=3888}
+\url{https://doi.org/10.5075/epfl-thesis-3888}
}
\keyword{datasets}
diff --git a/man/yeast.Rd b/man/yeast.Rd
index 4d5e484..a70b982 100644
--- a/man/yeast.Rd
+++ b/man/yeast.Rd
@@ -46,7 +46,7 @@ attributes are \code{NA} for these.
}
\source{
The data was downloaded from
-\url{http://www.nature.com/nature/journal/v417/n6887/suppinfo/nature750.html}.
+\url{https://doi.org/10.1038/nature750}.
}
\usage{
yeast