Skip to content

Commit

Permalink
v0.29.4 removing trash from Rd files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrgodfrey committed Aug 25, 2019
1 parent bfc6cce commit 99150e2
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 15 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions man/AddXMLMethod.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions man/AugmentMethod.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ x=rnorm(1000)
MyHist=Augment(hist(x))
MyHist
}
\keyword{ ~kwd1 }
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
2 changes: 0 additions & 2 deletions man/DataViewer.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions man/GetGoing.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions man/MakeRmdFiles.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion man/Options.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ A. Jonathan R. Godfrey
\seealso{
See these settings applied as default arguments to \code{\link{UniDesc}}
}
\keyword{ ~kwd1 }
2 changes: 0 additions & 2 deletions man/PrepareWriteR.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions man/SetOptions.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99150e2

Please sign in to comment.