From 5450ee3ef11b3aaedc70e5fb6458cfc8b1953f1b Mon Sep 17 00:00:00 2001 From: "Bingjun(Benjamin) Wang" <85646030+wangben718@users.noreply.github.com> Date: Fri, 5 Jun 2026 12:08:31 -0400 Subject: [PATCH] Modify author details in DESCRIPTION Updated author information in DESCRIPTION file. --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 728a78f..578b31b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: boxly Title: Interactive Box Plot Version: 0.1.1 Authors@R: c( - person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")), - person("Yujie", "Zhao", role = c("aut")), + person("Benjamin", "Wang", role = "aut"), + person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")), person("Yilong", "Zhang", role = c("ctb")), person("Nan", "Xiao", role = c("ctb")), person("Hiroaki", "Fukuda", role = c("ctb")),