Skip to content

Commit a0238b4

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@88263 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1477d50 commit a0238b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/NEWS.Rd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
\samp{R >= 4.6.0}.
3535
3636
\item \code{tools::analyze_license()} now also computes
37-
\href{https://spdx.dev/learn/handling-license-info/}{SPDX license
38-
identifiers},
37+
\href{https://spdx.dev/learn/handling-license-info/}{\abbr{SPDX}
38+
license identifiers},
3939
thanks to \I{Thierry Onkelinx} and \I{LLuís Revilla}.
4040
}
4141
}
@@ -154,12 +154,12 @@
154154
(but still to prevent overflow to \code{Inf}), fixing \PR{18889}.
155155

156156
\item \code{prettyNum(*, zero.print={>=1-char}, replace.zero=TRUE)}
157-
now works as documented, thanks to Marttila Mikko and Ivan Krylov's
158-
messages on R-devel.
157+
now works as documented, thanks to \I{Marttila Mikko} and
158+
\I{Ivan Krylov}'s messages on R-devel.
159159
160160
\code{pbeta(x, a,b, ..)} for very large \code{a,b} no longer returns
161161
\code{NaN} but the correct values (0 or 1, or their logs for \code{log.p = TRUE}).
162-
This improves Mathlib's C level \code{bratio()} and hence also
162+
This improves \I{Mathlib}'s C level \code{bratio()} and hence also
163163
\code{pnbinom()}, etc..
164164
}
165165
}

src/library/tools/man/licensetools.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ analyze_license(x)
3333
verified to be \abbr{FOSS}
3434
(\url{https://en.wikipedia.org/wiki/Free_and_open-source_software})
3535
licenses and where possible computes an
36-
\href{https://spdx.dev/learn/handling-license-info/}{SPDX license
37-
identifier}
36+
\href{https://spdx.dev/learn/handling-license-info/}{\abbr{SPDX}
37+
license identifier}
3838
for the license.
3939
}
4040
\value{
@@ -51,7 +51,7 @@ analyze_license(x)
5151
license spec.}
5252
\item{is_verified}{a logical indicating whether the given string can
5353
be verified to specify a \abbr{FOSS} license.}
54-
\item{spdx}{an SPDX license identifier for the license spec.}
54+
\item{spdx}{an \abbr{SPDX} license identifier for the license spec.}
5555
}
5656
\examples{
5757
## Examples from section 'Licenses' of 'Writing R Extensions':

0 commit comments

Comments
 (0)