From 286de7080fec32843e0a6da0e344909edc524c08 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 13 Sep 2026 14:20:10 +0000 Subject: [PATCH] docs: Close the parenthesis in `USairports`, and fix "accoring" Two typos in the dataset documentation, both pre-existing. The `Departures` edge attribute in `USairports` opens a parenthesis and never closes it: "The number of departures (for a given airline and aircraft type." -- the closing bracket belongs before the period, as the neighbouring `Seats` and `Passengers` entries show. `yeast` reads "accoring to the classification above". `man/` is regenerated. These were left alone by the line-break pass, which changes no words; they are a separate change for the same reason. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WWhverMTZZKgEpUuTK117m --- R/USairports.R | 2 +- R/yeast.R | 2 +- man/USairports.Rd | 2 +- man/yeast.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/USairports.R b/R/USairports.R index 75edf30..2b830af 100644 --- a/R/USairports.R +++ b/R/USairports.R @@ -34,7 +34,7 @@ #' domestic and international carriers that performed at least one #' flight in December of 2010.} #' \item{Departures}{The number of departures (for a given airline and -#' aircraft type.} +#' aircraft type).} #' \item{Seats}{The total number of seats available on the flights #' carried out by a given airline, using a given aircraft type.} #' \item{Passengers}{The total number of passangers on the flights diff --git a/R/yeast.R b/R/yeast.R index 3628b6d..11ba4e0 100644 --- a/R/yeast.R +++ b/R/yeast.R @@ -50,7 +50,7 @@ #' #' Vertex attributes: \sQuote{name}, \sQuote{Description}, #' \sQuote{Class}, the last one contains the class of the protein, -#' accoring to the classification above. +#' according to the classification above. #' #' Note that some proteins in the network did not appear in the #' annotation files, the \sQuote{Class} and \sQuote{Description} diff --git a/man/USairports.Rd b/man/USairports.Rd index 0f72cc6..129da9a 100644 --- a/man/USairports.Rd +++ b/man/USairports.Rd @@ -21,7 +21,7 @@ Edge attributes: domestic and international carriers that performed at least one flight in December of 2010.} \item{Departures}{The number of departures (for a given airline and -aircraft type.} +aircraft type).} \item{Seats}{The total number of seats available on the flights carried out by a given airline, using a given aircraft type.} \item{Passengers}{The total number of passangers on the flights diff --git a/man/yeast.Rd b/man/yeast.Rd index 4d5e484..fcdb998 100644 --- a/man/yeast.Rd +++ b/man/yeast.Rd @@ -38,7 +38,7 @@ and \sQuote{cellular communication / signal transduction} and Vertex attributes: \sQuote{name}, \sQuote{Description}, \sQuote{Class}, the last one contains the class of the protein, -accoring to the classification above. +according to the classification above. Note that some proteins in the network did not appear in the annotation files, the \sQuote{Class} and \sQuote{Description}