From b6bcc731ba050ceca3ddd75b23c024e05260b7d9 Mon Sep 17 00:00:00 2001
From: baz9527 <simon.bartke@uni-hamburg.de>
Date: Fri, 13 May 2022 18:14:18 +0200
Subject: [PATCH] Cleaned up one Warning
---
R/eduinc.R | 2 +-
man/eduinc.Rd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/R/eduinc.R b/R/eduinc.R
index 8a718f1..9ac5b0f 100644
--- a/R/eduinc.R
+++ b/R/eduinc.R
@@ -4,7 +4,7 @@
#'
#' @format A tibble with 428 rows and 6 variables:
#' \describe{
-#' \item{faminc}{dbl Family income in 2006 dollars = [husband's hours worked in 1975 * husbands hourly wage + wife's hours worked in 1975 * wife's hourly wage]*3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)}
+#' \item{faminc}{dbl Family income in 2006 dollars = husband's hours worked in 1975 times husbands hourly wage + wife's hours worked in 1975 times wife's hourly wage times 3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)}
#' \item{he}{dbl Husband's educational attainment, in years}
#' \item{we}{dbl Wife's educational attainment, in years}
#' \item{kl6}{dbl Number of children less than 6 years old in household}
diff --git a/man/eduinc.Rd b/man/eduinc.Rd
index 4342afb..552658b 100644
--- a/man/eduinc.Rd
+++ b/man/eduinc.Rd
@@ -7,7 +7,7 @@
\format{
A tibble with 428 rows and 6 variables:
\describe{
-\item{faminc}{dbl Family income in 2006 dollars = \link{husband's hours worked in 1975 * husbands hourly wage + wife's hours worked in 1975 * wife's hourly wage}*3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)}
+\item{faminc}{dbl Family income in 2006 dollars = husband's hours worked in 1975 times husbands hourly wage + wife's hours worked in 1975 times wife's hourly wage times 3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)}
\item{he}{dbl Husband's educational attainment, in years}
\item{we}{dbl Wife's educational attainment, in years}
\item{kl6}{dbl Number of children less than 6 years old in household}
--
GitLab