From 1dd5d09be239a622f4e5cbf5e90486f45060bb28 Mon Sep 17 00:00:00 2001 From: "Bingjun(Benjamin) Wang" <85646030+wangben718@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:15:47 -0400 Subject: [PATCH 1/2] Update authors' email and roles in DESCRIPTION --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 25f2fb8..3b2903d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Title: Interactive Forest Plot Version: 0.1.4 Authors@R: c( person("Yilong", "Zhang", role = c("aut")), - person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")), - person("Yujie", "Zhao", role = c("aut")), + person("Yujie", "Zhao", email = "yujie.zhao@merck.com", "role = c("aut", "cre")), + person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut")), person("Nan", "Xiao", role = c("ctb")), person("Hiroaki", "Fukuda", role = c("aut")), person("Yulia", "Sidi", role = c("ctb")), From e10b599636537c01106b350d342a068a4b42b121 Mon Sep 17 00:00:00 2001 From: "Bingjun(Benjamin) Wang" <85646030+wangben718@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:39:49 -0400 Subject: [PATCH 2/2] Update authors in DESCRIPTION file --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3b2903d..150fae1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Title: Interactive Forest Plot Version: 0.1.4 Authors@R: c( person("Yilong", "Zhang", role = c("aut")), - person("Yujie", "Zhao", email = "yujie.zhao@merck.com", "role = c("aut", "cre")), - person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut")), + person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")), + person("Benjamin", "Wang", role = c("aut")), person("Nan", "Xiao", role = c("ctb")), person("Hiroaki", "Fukuda", role = c("aut")), person("Yulia", "Sidi", role = c("ctb")),