Skip to content

Commit

Permalink
improve site and clean doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maëlle Salmon committed Jul 2, 2018
1 parent 62c5d2e commit 96cc7b0
Show file tree
Hide file tree
Showing 43 changed files with 65 additions and 48 deletions.
1 change: 0 additions & 1 deletion R/APR.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#' @keywords financial pv pmt apr
#' @seealso \code{\link{RATE}}
#' @family finance
#' @concept finance
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/CJ.dt.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#'
#' @keywords data.table CJ
#' @family helper
#' @concept helper
#'
#' @examples
#' library(data.table)
Expand Down
1 change: 0 additions & 1 deletion R/PMT.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#' @keywords financial pv pmt
#' @seealso \code{\link{PV}} \code{\link{RATE}}
#' @family finance
#' @concept finance
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/PV.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#' @keywords financial pv pmt
#' @seealso \code{\link{PMT}} \code{\link{RATE}}
#' @family finance
#' @concept finance
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/RATE.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#' @keywords financial pv pmt rate
#' @seealso \code{\link{PMT}} \code{\link{PV}}
#' @family finance
#' @concept finance
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/calcNetIncome.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#'
#' @keywords financial tax income
#' @family tax
#' @concept tax
#'
#' @export
calcNetIncome <- function(
Expand Down
1 change: 0 additions & 1 deletion R/convertToXML.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#'
#' @keywords XML xml data.frame data.table
#' @family helper
#' @concept helper
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/generatePDF.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#' @keywords knitr pdflatex generate PDF Rnw
#' @seealso \code{knit2pdf}
#' @family helper
#' @concept helper
#'
#' @export
#'
Expand Down
1 change: 0 additions & 1 deletion R/giniChart.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#' @keywords gini roc AUROC
#' @seealso \code{AUC} \code{roc} \code{\link{giniCoef}}
#' @family creditrisk
#' @concept helper
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/giniCoef.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#' @keywords gini roc AUROC
#' @seealso \code{AUC} \code{roc} \code{\link{giniChart}}
#' @family creditrisk
#' @concept helper
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/logit.odd.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @keywords logit odds glm
#' @seealso \code{\link{logit.prob}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/logit.prob.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @keywords logit odds glm probability
#' @seealso \code{\link{logit.odd}} \code{\link{odd.prob}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/multiplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#'
#' @keywords ggplot2 multiple charts
#' @family visualisation
#' @concept visualisation
#'
#' @export
#'
Expand Down
1 change: 0 additions & 1 deletion R/odd.logit.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @keywords logit odds glm probability
#' @seealso \code{\link{logit.odd}} \code{\link{logit.prob}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/odd.prob.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @keywords logit odds glm probability
#' @seealso \code{\link{logit.odd}} \code{\link{logit.prob}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/pounds.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#' be less than in order for the cents to be displayed
#' @param x a numeric vector to format
#' @family helper
#' @concept helper
#' @export
#' @examples
#' pounds_format()(c(100, 0.23, 1.456565, 2e3))
Expand Down
1 change: 0 additions & 1 deletion R/prob.logit.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @keywords logit odds glm probability
#' @seealso \code{\link{prob.odd}} \code{\link{odd.logit}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/prob.odd.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @keywords logit odds glm probability
#' @seealso \code{\link{prob.logit}} \code{\link{odd.logit}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/sanitise.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#'
#' @keywords knitr pdflatex generate PDF Rnw
#' @family helper
#' @concept helper
#'
#' @examples
#' sanitise('[&%#<>\\')
Expand Down
1 change: 0 additions & 1 deletion R/scaledScore.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#' @keywords glm logit score
#' @seealso \code{\link{glm}}
#' @family creditrisk
#' @concept creditrisk
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/taxYear.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#'
#' @keywords financial tax
#' @family tax
#' @concept tax
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/theme_optimum.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#'
#' @keywords ggplot2 theme
#' @family visualisation
#' @concept visualisation
#' @export
#'
#' @examples
Expand Down
1 change: 0 additions & 1 deletion R/thousands.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#' @return a function with single paramater x, a numeric vector, that
#' returns a character vector
#' @family helper
#' @concept helper
#' @export
#' @examples
#' thousands_format()(c(1, 1e3, 2000, 1e6))
Expand Down
1 change: 0 additions & 1 deletion R/wordwrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#'
#' @keywords ggplot
#' @family helper
#' @concept helper
#'
#' @export
#'
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/CJ.dt.html

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

3 changes: 2 additions & 1 deletion docs/reference/convertToXML.html

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

3 changes: 2 additions & 1 deletion docs/reference/generatePDF.html

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

18 changes: 18 additions & 0 deletions docs/reference/index.html

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

6 changes: 6 additions & 0 deletions docs/reference/multiplot.html

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

9 changes: 9 additions & 0 deletions docs/reference/pounds_format.html

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

3 changes: 2 additions & 1 deletion docs/reference/sanitise.html

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

8 changes: 7 additions & 1 deletion docs/reference/theme_optimum.html

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

9 changes: 9 additions & 0 deletions docs/reference/thousands_format.html

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

3 changes: 2 additions & 1 deletion docs/reference/wordwrap.html

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

1 change: 0 additions & 1 deletion man/APR.Rd

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

1 change: 0 additions & 1 deletion man/PMT.Rd

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

3 changes: 3 additions & 0 deletions man/multiplot.Rd

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

Loading

0 comments on commit 96cc7b0

Please sign in to comment.