Skip to content

Commit

Permalink
no notes
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamindsmith committed Jun 9, 2024
1 parent f31d5e1 commit 9d368af
Show file tree
Hide file tree
Showing 6 changed files with 448 additions and 23 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Depends: R (>= 4.1.0)
Github: https://github.com/benyamindsmith/igraphwalshdata
Imports:
igraph
License: CC0
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://benyamindsmith.github.io/igraphwalshdata/
Suggests:
spelling
Language: en-US
396 changes: 374 additions & 22 deletions LICENSE.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Generated by roxygen2: do not edit by hand

importFrom(igraph,vcount)
4 changes: 4 additions & 0 deletions R/igraphwalshdata-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
#'
#' Get a list of data sets included in this package with
#' `data(package = "igraphwalshdata")`.

## usethis namespace: start
#' @importFrom igraph vcount
## usethis namespace: end
NULL
62 changes: 62 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
Alberich
Aldington
Arya
Baratheon
Baratheons
Bois
BuzzFeed
CMD
Catelyn
Cersei
Cesc
Chappell's
Chestnutt
Christians’
Ciolkowska
Cormier
Daenerys
Djuna
Eddard
Fauset
Freewoman
Joffrey
Kreymborg
Ladd
Lannisters
MJP
MLA
Marsden
Marsen
Moretti
NetworkX
ORCID
Quakers’
Rebecca
Robb
Rosselló
Sansa
Shan
Stannis
Targaryen
Templon
TrumpWorld
Tyrion
Tywin
Weingart
Wyndham
catalogues
crowdsourced
github
http
https
igraph
igraphdata
imagist
melaniewalsh
modjourn
nytimes
orgnet
suggets
th
undirected
www
3 changes: 3 additions & 0 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)

0 comments on commit 9d368af

Please sign in to comment.