From 99150e2da5fb2056a70e30eea55c5342d5c61e40 Mon Sep 17 00:00:00 2001 From: ajrgodfrey Date: Mon, 26 Aug 2019 11:38:48 +1200 Subject: [PATCH] v0.29.4 removing trash from Rd files --- NEWS.md | 2 ++ man/AddXMLMethod.Rd | 2 -- man/AugmentMethod.Rd | 2 -- man/DataViewer.Rd | 2 -- man/GetGoing.Rd | 2 -- man/MakeRmdFiles.Rd | 2 -- man/Options.Rd | 1 - man/PrepareWriteR.Rd | 2 -- man/SetOptions.Rd | 2 -- 9 files changed, 2 insertions(+), 15 deletions(-) diff --git a/NEWS.md b/NEWS.md index db8cd656..fe3a292e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # BrailleR 0.29.4 - testing for new version of whisker package (dependency) +- removed trash from some Rd files that spat a warning on package creation + # BrailleR 0.29.3 - added more detail to Describe() methods diff --git a/man/AddXMLMethod.Rd b/man/AddXMLMethod.Rd index 524a2c65..f7a84d48 100644 --- a/man/AddXMLMethod.Rd +++ b/man/AddXMLMethod.Rd @@ -30,5 +30,3 @@ P. Dengler et al. (2011) Scalable vector graphics (SVG) 1.1, second edition. W3C x=rnorm(1000) #AddXML(hist(x)) } -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line diff --git a/man/AugmentMethod.Rd b/man/AugmentMethod.Rd index b3b50cee..ba1687a8 100644 --- a/man/AugmentMethod.Rd +++ b/man/AugmentMethod.Rd @@ -31,5 +31,3 @@ x=rnorm(1000) MyHist=Augment(hist(x)) MyHist } -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line diff --git a/man/DataViewer.Rd b/man/DataViewer.Rd index 91e51b11..31a1a80d 100644 --- a/man/DataViewer.Rd +++ b/man/DataViewer.Rd @@ -23,5 +23,3 @@ data(airquality) DataViewer(airquality, Update=TRUE, New="NewAirQuality") # remove the new object using rm() } -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line diff --git a/man/GetGoing.Rd b/man/GetGoing.Rd index 9bcec8d4..921127fe 100644 --- a/man/GetGoing.Rd +++ b/man/GetGoing.Rd @@ -14,5 +14,3 @@ The user can also choose to perform various setup tasks using this interface.} \seealso{All options being set through this function have specific functions that achieve the same ends. For example, see \code{\link{GoSighted}} for the options that are binary settings, or \code{\link{SetAuthor}} for options requiring a specific character or numeric value to be chosen. The setup functionality can be reviewed at \code{\link{MakeBatch}}. } -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line diff --git a/man/MakeRmdFiles.Rd b/man/MakeRmdFiles.Rd index 28fe2d1d..86207bb0 100644 --- a/man/MakeRmdFiles.Rd +++ b/man/MakeRmdFiles.Rd @@ -30,5 +30,3 @@ Once all Rmd files have been edited, the user can have all the Rmd files in a fo \author{A. Jonathan R. Godfrey} \seealso{ These functions were inspired by the \code{\link[knitr]{spin}} functionality of the \pkg{knitr} package. You may wish to move onto using it for more features.} -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line diff --git a/man/Options.Rd b/man/Options.Rd index 3cf8f7a4..86cf5162 100644 --- a/man/Options.Rd +++ b/man/Options.Rd @@ -33,4 +33,3 @@ A. Jonathan R. Godfrey \seealso{ See these settings applied as default arguments to \code{\link{UniDesc}} } -\keyword{ ~kwd1 } diff --git a/man/PrepareWriteR.Rd b/man/PrepareWriteR.Rd index 06b00a4a..7deeed1e 100644 --- a/man/PrepareWriteR.Rd +++ b/man/PrepareWriteR.Rd @@ -19,5 +19,3 @@ The \code{PrepareWriteR()} function writes the settings file (called WriteROpti \value{NULL. This function is for your convenience and not for doing any work inside an R session.} \author{A. Jonathan R. Godfrey} \note{You must have Python 2.7 and the associated wxPython installation on your system to use the WriteR application.} -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line diff --git a/man/SetOptions.Rd b/man/SetOptions.Rd index bb9d01db..ff96c783 100644 --- a/man/SetOptions.Rd +++ b/man/SetOptions.Rd @@ -69,5 +69,3 @@ SetSigLevel(0.05, Local=FALSE) # valid alpha value SetAuthor(Local=FALSE) SetAuthor("Jonathan Godfrey", Local=FALSE) } -\keyword{ ~kwd1 } -\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line