Skip to content

CRAN release v1.0.2 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^\.Rproj\.user$
^\.github$
^README\.Rmd$
^cran-comments\.md$
Empty file removed .github/dep-suggests-matrix.json
Empty file.
1 change: 0 additions & 1 deletion .github/versions-matrix.json

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: igraphdata
Title: A Collection of Network Data Sets for the 'igraph' Package
Version: 1.0.1.9010
Version: 1.0.2
Authors@R: c(
person("Gábor", "Csárdi", , role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand All @@ -17,7 +17,7 @@ Description: A small collection of various network data sets, to use with
Koenigsberg's bridges, visuotactile brain areas of the macaque monkey,
UK faculty friendship network, domestic US flights network, etc.
License: CC BY-SA 4.0 + file LICENSE
URL: http://igraph.org
URL: https://igraph.org/
BugReports: https://github.com/igraph/igraphdata/issues
Depends:
R (>= 2.10)
Expand Down
142 changes: 8 additions & 134 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,152 +1,26 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraphdata 1.0.2

# igraphdata 1.0.1.9010

## Continuous integration

- Trigger run (#15).

- ci: Trigger run

- ci: Latest changes


# igraphdata 1.0.1.9009

## Continuous integration

- Use pkgdown branch (#14).

- ci: Use pkgdown branch

- ci: Updates from duckdb

- ci: Trigger run


# igraphdata 1.0.1.9008

## Continuous integration

- Install via R CMD INSTALL ., not pak (#13).

- ci: Install via R CMD INSTALL ., not pak

- ci: Bump version of upload-artifact action


# igraphdata 1.0.1.9007

## Chore

- Auto-update from GitHub Actions.

Run: https://github.com/igraph/igraphdata/actions/runs/10425484116

- Auto-update from GitHub Actions.

Run: https://github.com/igraph/igraphdata/actions/runs/10200109769

- Auto-update from GitHub Actions.

Run: https://github.com/igraph/igraphdata/actions/runs/9728439599

- Auto-update from GitHub Actions.

Run: https://github.com/igraph/igraphdata/actions/runs/9691615086

## Continuous integration

- Install local package for pkgdown builds.

- Improve support for protected branches with fledge.

- Improve support for protected branches, without fledge.

- Sync with latest developments.

- Use v2 instead of master.

- Inline action.

- Use dev roxygen2 and decor.

- Fix on Windows, tweak lock workflow.

- Avoid checking bashisms on Windows.

- Better commit message.

- Bump versions, better default, consume custom matrix.

- Recent updates.


# igraphdata 1.0.1.9006
## Features

- Internal changes only.
- Import the igraph package, load it when loading igraphdata. This ensures that all graph objects print correctly just by loading igraphdata.

- Upgrade graphs to igraph 1.5.0.

# igraphdata 1.0.1.9005
- New `lesmis_*()` functions (#3).

## Chore

- Change maintainer (#7).


# igraphdata 1.0.1.9004

## Chore
- Kirill Müller is the new maintainer (#7).

- Update download link for yeast (#8, #9).


# igraphdata 1.0.1.9003

## Chore

- Load igraph package when loading this package.

- Compress as xz, in version 2.


# igraphdata 1.0.1.9002

## Features

- Import igraph.

- Upgrade graphs to igraph 1.5.0.

## Chore

- Igraph on CRAN now.

- Turn off Travis and AppVeyor (#10).

- Move README.\* to root.


# igraphdata 1.0.1.9001

## Features

- New `lesmis_*()` functions (@krlmlr, #3).

## Chore

- Add tests (#5).

- Convert documentation to roxygen2 and Markdown (@krlmlr, #4).

- Build-ignore.

- README tweaks.


# igraphdata 1.0.1.9000

- Internal changes only.
- Convert documentation to roxygen2 and Markdown (#4).


# igraphdata 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion R/Koenigsberg.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
#'
#' This dataset is in the public domain.
#' @source Wikipedia,
#' <http://de.wikipedia.org/wiki/K%C3%B6nigsberger_Br%C3%BCcken>
#' <https://de.wikipedia.org/wiki/K%C3%B6nigsberger_Br%C3%BCcken>
#' @keywords datasets
NULL
2 changes: 1 addition & 1 deletion R/UKfaculty.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' This dataset is licensed under a Creative Commons
#' Attribution-Share Alike 2.0 UK: England & Wales License,
#' see <http://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
#' see <https://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
#' Please cite the reference below if you use this dataset.
#' @references Nepusz T., Petroczi A., Negyessy L., Bazso F.: Fuzzy
#' communities and the concept of bridgeness in complex
Expand Down
3 changes: 1 addition & 2 deletions R/USairports.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
#' }
#' @source
#' Most of this information was downloaded from The Research and
#' Innovative Technology Administration (RITA). See
#' <http://www.rita.dot.gov/about_rita/> for details. The airport
#' Innovative Technology Administration (RITA). The airport
#' position information was collected from Wikipedia and other public
#' online sources.
#' @keywords datasets
Expand Down
2 changes: 1 addition & 1 deletion R/macaque.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#'
#' This dataset is licensed under a Creative Commons
#' Attribution-Share Alike 2.0 UK: England & Wales License,
#' see <http://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
#' see <https://creativecommons.org/licenses/by-sa/2.0/uk/> for details.
#' Please cite the reference below if you use this dataset.
#' @references Negyessy L., Nepusz T., Kocsis L., Bazso F.: Prediction of
#' the main cortical areas and connections involved in the tactile
Expand Down
2 changes: 1 addition & 1 deletion R/yeast.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
#' Michael Cornell, Stephen G. Oliver, Stanley Fields and Peer
#' Bork. *Nature* 417, 399-403 (2002)
#' @source The data was downloaded from
#' <http://www.nature.com/nature/journal/v417/n6887/suppinfo/nature750.html>.
#' <https://www.nature.com/articles/nature750>.
#' @keywords datasets
NULL
11 changes: 8 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ options(pager = function(files, header, title, delete.file) {

# Data sets for the igraph R package

[![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)
<!-- badges: start -->
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![R build status](https://github.com/igraph/igraphdata/workflows/rcc/badge.svg)](https://github.com/igraph/igraphdata/actions)
[![Codecov test coverage](https://codecov.io/gh/igraph/igraphdata/branch/main/graph/badge.svg)](https://app.codecov.io/gh/igraph/igraphdata?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/igraphdata)](https://CRAN.R-project.org/package=igraphdata)
[![Launch rstudio.cloud](https://img.shields.io/badge/rstudio-cloud-blue.svg)](https://rstudio.cloud/project/523482)
<!-- badges: end -->

This is a data R package, that contains network data sets,
to be used with the igraph R package.
Expand All @@ -37,7 +42,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")
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

# Data sets for the igraph R package

[![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)
<!-- badges: start -->

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R build status](https://github.com/igraph/igraphdata/workflows/rcc/badge.svg)](https://github.com/igraph/igraphdata/actions) [![Codecov test coverage](https://codecov.io/gh/igraph/igraphdata/branch/main/graph/badge.svg)](https://app.codecov.io/gh/igraph/igraphdata?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/igraphdata)](https://CRAN.R-project.org/package=igraphdata) [![Launch rstudio.cloud](https://img.shields.io/badge/rstudio-cloud-blue.svg)](https://rstudio.cloud/project/523482)

<!-- badges: end -->

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

Expand All @@ -13,15 +17,15 @@ From CRAN:
<pre class='chroma'>
<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>

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):

<pre class='chroma'>
<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>

## Usage

<pre class='chroma'>
<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>
<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>
<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>
<pre class='chroma'>
<span><span class='c'>#&gt; Data sets in package 'igraphdata':</span></span>
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
igraphdata 1.0.2
2 changes: 1 addition & 1 deletion man/Koenigsberg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/UKfaculty.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/USairports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/igraphdata-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/macaque.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/yeast.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading