Skip to content

Commit

Permalink
Changing dependency on TrimWhiteSpace
Browse files Browse the repository at this point in the history
To flipU
  • Loading branch information
TimBock committed Oct 29, 2017
1 parent 0daf8fd commit 25e03ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Description: Functions for extracting data from formulas and environments,
License: GPL-3
LazyData: TRUE
Imports:
flipFormat,
flipFormat (>= 1.0.0),
flipImputation,
flipTransformations,
flipU,
flipTables (>= 2.1.0),
flipU (>= 1.0.2),
flipTables (>= 2.2.2),
stats,
survey
RoxygenNote: 6.0.1
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ importFrom(flipFormat,FormatAsPercent)
importFrom(flipFormat,Labels)
importFrom(flipFormat,Names)
importFrom(flipFormat,SampleDescription)
importFrom(flipFormat,TrimWhitespace)
importFrom(flipImputation,Imputation)
importFrom(flipTables,RemoveRowsAndOrColumns)
importFrom(flipTables,TidyTabularData)
Expand All @@ -44,6 +43,7 @@ importFrom(flipTransformations,RemoveMissingLevelsFromFactors)
importFrom(flipU,AllVariablesNames)
importFrom(flipU,CopyAttributes)
importFrom(flipU,HasOutcome)
importFrom(flipU,TrimWhitespace)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,formula)
Expand Down
2 changes: 1 addition & 1 deletion R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CheckCorrelationMatrix <- function(correlations, variable.names = colnames(corre
#'
#' @description Checks that the same variable name is not used twice in a formula.
#' @param formula A \code{\link{formula}}.
#' @importFrom flipFormat TrimWhitespace
#' @importFrom flipU TrimWhitespace
#' @export
CheckForUniqueVariableNames <- function(formula)
{
Expand Down
6 changes: 2 additions & 4 deletions man/EstimationData.Rd

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

0 comments on commit 25e03ab

Please sign in to comment.