Skip to content

Commit

Permalink
normalize.normal: missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
systematicinvestor committed Jun 27, 2016
1 parent a8d3c75 commit fa25225
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/factor.model.r
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ normal.transform <- function(data)
return(x[rk])
}

#' @export
normalize.normal <- function
(
data # factors
Expand Down
Binary file modified SIT.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export(nasdaq.100.components)
export(new.constraints)
export(normal.transform)
export(normalize.mkval)
export(normalize.normal)
export(ntop)
export(ntop.helper)
export(ntop.keep)
Expand Down
1 change: 1 addition & 0 deletions pkg/R/factor.model.r
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ normal.transform <- function(data)
return(x[rk])
}

#' @export
normalize.normal <- function
(
data # factors
Expand Down
Binary file modified sit.gz
Binary file not shown.
Binary file modified sit.lite.gz
Binary file not shown.

0 comments on commit fa25225

Please sign in to comment.