Skip to content

Commit

Permalink
CRAN fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosak01 committed Nov 10, 2023
1 parent 26c7c38 commit 77b8a3e
Show file tree
Hide file tree
Showing 66 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,11 +1,11 @@
Package: fmtr
Type: Package
Title: Easily Apply Formats to Data
Version: 1.6.1
Version: 1.6.2
Author: David Bosak
Maintainer: David Bosak <dbosak01@gmail.com>
Description: Contains a set of functions that can be used to apply
formats to data frames or vectors. The package aims to provide to
formats to data frames or vectors. The package aims to provide
functionality similar to that of SAS® formats. Formats are assigned to
the format attribute on data frame columns. Then when the fdata()
function is called, a new data frame is created with the column data
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# fmtr 1.6.1
# fmtr 1.6.2

* Added "as.factor" parameter to `value()` function to convert results to a factor.

Expand Down
8 changes: 4 additions & 4 deletions R/fapply.R
Expand Up @@ -24,17 +24,17 @@
#' The \code{fapply} function will process any of the following types of
#' formats:
#' \itemize{
#' \item{\strong{Formatting string:}}{ A single string will be interpreted as
#' \item{\strong{Formatting string:} A single string will be interpreted as
#' a formatting string. See the \link{FormattingStrings} documentation for
#' further details.}
#' \item{\strong{Named vector:}}{ A named vector can serve as a lookup list or
#' \item{\strong{Named vector:} A named vector can serve as a lookup list or
#' decode
#' for a vector. You can use a named vector to perform simple
#' lookups on character vectors.}
#' \item{\strong{Format object:}}{ A format object may be created using the
#' \item{\strong{Format object:} A format object may be created using the
#' \code{\link{value}} function. The format object is included in the
#' \strong{fmtr} package, and is specially designed for data categorization.}
#' \item{\strong{Vectorized formatting function:}}{ A vectorized function
#' \item{\strong{Vectorized formatting function:} A vectorized function
#' provides
#' the most flexibility and power over your formatting. You can use
#' an existing formatting function from any package, or create
Expand Down
12 changes: 6 additions & 6 deletions R/fmtr.R
Expand Up @@ -22,16 +22,16 @@
#' The main functions included in the \strong{fmtr} package are
#' as follows:
#' \itemize{
#' \item {\code{\link{fdata}}:}{ Applies formatting
#' \item {\code{\link{fdata}}: Applies formatting
#' to a dataframe.}
#' \item {\code{\link{fapply}}:}{ Applies formatting
#' \item {\code{\link{fapply}}: Applies formatting
#' to a vector.}
#' \item {\code{\link{fcat}}:}{ Creates a format catalog.}
#' \item {\code{\link{value}}:}{ Creates a new
#' \item {\code{\link{fcat}}: Creates a format catalog.}
#' \item {\code{\link{value}}: Creates a new
#' user-defined format.}
#' \item {\code{\link{formats}}:}{ Helps assign format attributes
#' \item {\code{\link{formats}}: Helps assign format attributes
#' to a data frame.}
#' \item {\code{\link{fattr}}:}{ Helps assign formatting attributes
#' \item {\code{\link{fattr}}: Helps assign formatting attributes
#' to a vector.}
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-convenience.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-example1.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fapply.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-faq.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fcat.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fdata.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-helpers.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

6 changes: 3 additions & 3 deletions docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

4 changes: 2 additions & 2 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Expand Up @@ -10,7 +10,7 @@ articles:
fmtr-fdata: fmtr-fdata.html
fmtr-helpers: fmtr-helpers.html
fmtr: fmtr.html
last_built: 2023-11-09T22:39Z
last_built: 2023-11-10T01:21Z
urls:
reference: https://fmtr.r-sassy.org/reference
article: https://fmtr.r-sassy.org/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/FormattingStrings.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.data.frame.fcat.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.data.frame.fmt.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.data.frame.fmt_lst.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fcat.data.frame.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fcat.fmt_lst.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fcat.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fcat.list.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fcat.tbl_df.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.flist.data.frame.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.flist.fcat.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.flist.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.flist.list.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.flist.tbl_df.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fmt.data.frame.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.fmt.html

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

2 changes: 1 addition & 1 deletion docs/reference/condition.html

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

2 changes: 1 addition & 1 deletion docs/reference/descriptions.html

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

2 changes: 1 addition & 1 deletion docs/reference/fapply.html

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

0 comments on commit 77b8a3e

Please sign in to comment.