Skip to content

Commit 196f93c

Browse files
committed
DS-4148 Version bump
1 parent c0238dc commit 196f93c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: flipRegression
22
Type: Package
33
Title: Estimates standard regression models
4-
Version: 1.3.50
4+
Version: 1.3.51
55
Author: Displayr <[email protected]>
66
Maintainer: Displayr <[email protected]>
77
Description: Regression models according to the flip Project

R/regression.R

-1
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,6 @@ FitRegression <- function(.formula, .estimation.data, .weights, type, robust.se,
11141114
# to prevent code duplication with the automated outlier removal refitting.
11151115
fitModel <- function(.formula, .estimation.data, .weights, type, robust.se, subset, ...)
11161116
{
1117-
weights <- .weights #Does nothing, except remove notes from package check.
11181117
.design <- non.outlier.data_GQ9KqD7YOf <- NULL
11191118
if (is.null(subset))
11201119
{

0 commit comments

Comments
 (0)