8000 cran: fix typo in DESCRIPTION file · FRBCesab/chessboard@8c42993 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
cran: fix typo in DESCRIPTION file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 13, 2023
1 parent 340827d commit 8c42993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Authors@R: c(
comment = c(ORCID = "0000-0003-1840-6984")))
Description: Provides functions to work with directed (asymmetric) and
undirected (symmetric) spatial networks. It makes the creation of
connectivity matrix easier, i.e. a binary matrix of dimension n x n, where
connectivity matrices easier, i.e. a binary matrix of dimension n x n, where
n is the number of nodes (sampling units) indicating the presence (1) or
the absence (0) of an edge (link) between pairs of nodes. Different network
objects can be produced by 'chessboard': node list, neigh 8000 bor list, edge
Expand Down
7 changes: 1 addition & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,4 @@ There are currently no downstream dependencies for this package.

## Resubmit comments

* `DESCRIPTION` file: use single quote to mention the package
* `DESCRIPTION` file: replace "It makes easier the creation of..." by
"It makes the creation of... easier"
* `DESCRIPTION` file: add missing references for methods

* Function `append_edge_lists()`: add missing value (return of the function)
* `DESCRIPTION` file: fix typo (replace matrix by matrices)
2 changes: 1 addition & 1 deletion man/chessboard-package.Rd

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

0 comments on commit 8c42993

Please sign in to comment.
0