Dear Bioconductor team, I have recently realized the first author name in my rfaRm package is not displayed as intended in its landing page (https://bioconductor.org/packages/rfaRm). In short, I put my name as ?Lara Selles Vidal? in the Author: field of the DESCRIPTION file. My first name is just ?Lara?, and ?Selles Vidal? are my surnames. However, it has been interpreted as Vidal, LS. The intended behaviour would have been Selles Vidal, L Is there any workaround for this? Thanks a lot in advance! Best wishes, Lara
[Bioc-devel] Author name displayed incorrectly in package landing page
4 messages · Selles Vidal, Lara, Marcel Ramos, Shepherd, Lori +1 more
Hi Lara, I often recommend the use of the `Authors at R` field in the DESCRIPTION file which will give you more control: ``` Authors at R: c( ??? person(given = "Lara", family = "Selles Vidal", ...), ??? ... ??? ) ``` Best, Marcel
On 4/22/20 4:00 PM, Selles Vidal, Lara wrote:
Dear Bioconductor team, I have recently realized the first author name in my rfaRm package is not displayed as intended in its landing page (https://bioconductor.org/packages/rfaRm). In short, I put my name as ?Lara Selles Vidal? in the Author: field of the DESCRIPTION file. My first name is just ?Lara?, and ?Selles Vidal? are my surnames. However, it has been interpreted as Vidal, LS. The intended behaviour would have been Selles Vidal, L Is there any workaround for this? Thanks a lot in advance! Best wishes, Lara [[alternative HTML version deleted]]
_______________________________________________ Bioc-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
This email message may contain legally privileged and/or confidential information. If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited. If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
You might have better luck updating the Author and Maintainer fields in the DESCRIPTION to Authors at R syntax. It should also be noted there should only be one maintainer for the package. Lori Shepherd Bioconductor Core Team Roswell Park Comprehensive Cancer Center Department of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New York 14263
From: Bioc-devel <bioc-devel-bounces at r-project.org> on behalf of Selles Vidal, Lara <lara.selles12 at imperial.ac.uk>
Sent: Wednesday, April 22, 2020 4:00 PM
To: bioc-devel at r-project.org <bioc-devel at r-project.org>
Subject: [Bioc-devel] Author name displayed incorrectly in package landing page
Sent: Wednesday, April 22, 2020 4:00 PM
To: bioc-devel at r-project.org <bioc-devel at r-project.org>
Subject: [Bioc-devel] Author name displayed incorrectly in package landing page
Dear Bioconductor team, I have recently realized the first author name in my rfaRm package is not displayed as intended in its landing page (https://secure-web.cisco.com/193JLq6IONh193nJKdBg7jMaHfoif8o0_WybBViZbQ0UP8aawQ14kwkCj_noco8kT0YPE3BXsytvhz50ObX6wK1Fe4l7-IDK0iuJoSGJNgkvmbjLvhzez_pidtmTAo5yRDK4kIXyrtr4XOfz64zfhM5hq75JJyTPeo8hOVt82rBZSsGEnglY-YtRN_f_XuGS0Ym64ZRjSqVy0Vqc6bqRgN5si-CXc2FIgMB1CKvYy504gmAGJWnwvxG9AAu7xfts8Fdzkq41r8Wo0ls7RzjqMd2lcl6rbr7_YVMXW4J-Rh9mulm1rNBt6cxB0RuxP6V55tG47KoMCP74tp38ozju5-CrZi3W2679q7ywr_niUN0M/https%3A%2F%2Fbioconductor.org%2Fpackages%2FrfaRm). In short, I put my name as ?Lara Selles Vidal? in the Author: field of the DESCRIPTION file. My first name is just ?Lara?, and ?Selles Vidal? are my surnames. However, it has been interpreted as Vidal, LS. The intended behaviour would have been Selles Vidal, L Is there any workaround for this? Thanks a lot in advance! Best wishes, Lara [[alternative HTML version deleted]] _______________________________________________ Bioc-devel at r-project.org mailing list https://secure-web.cisco.com/1UzidGd-ehJ4ORa4yOvWX0_J4p7Wq8VKsOkedj8YH1h3BDJVdpSK5mky2vW_dJY2PxDt20-ZWjTbdHleRkYzreIrvGMpm4aD2VsgoxiO4ttRh3f23Ret4_ZaLh19KKgImZYwPAhhiTZq50MSAg1Szfx-uyqYkfbvLxARG2RCtMhvIGta8ujwUg447PPij3BHbK81F6VREdtxqsoQRLAoOx6BkuB6fezNJZmo0LYxKjvQzCn3Zq6y3FmQNgOAaGaorBB4RsHDQ8ztJzxBcg9ng-BiY78WWYTVC9KEsxIhdGfjxEw7Sh01qvF0iRuzShsjKhRPP6eBA_K_GucZPRsHvwQ/https%3A%2F%2Fstat.ethz.ch%2Fmailman%2Flistinfo%2Fbioc-devel This email message may contain legally privileged and/or confidential information. If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited. If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
An alternative that might also work is to add a CITATION file, which might make it easier to define first and last names. https://cran.r-project.org/doc/manuals/r-release/R-exts.html#CITATION-files On Wed, Apr 22, 2020 at 4:42 PM Shepherd, Lori <
Lori.Shepherd at roswellpark.org> wrote:
You might have better luck updating the Author and Maintainer fields in the DESCRIPTION to Authors at R syntax. It should also be noted there should only be one maintainer for the package. Lori Shepherd Bioconductor Core Team Roswell Park Comprehensive Cancer Center Department of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New York 14263
________________________________ From: Bioc-devel <bioc-devel-bounces at r-project.org> on behalf of Selles Vidal, Lara <lara.selles12 at imperial.ac.uk> Sent: Wednesday, April 22, 2020 4:00 PM To: bioc-devel at r-project.org <bioc-devel at r-project.org> Subject: [Bioc-devel] Author name displayed incorrectly in package landing page Dear Bioconductor team, I have recently realized the first author name in my rfaRm package is not displayed as intended in its landing page ( https://secure-web.cisco.com/193JLq6IONh193nJKdBg7jMaHfoif8o0_WybBViZbQ0UP8aawQ14kwkCj_noco8kT0YPE3BXsytvhz50ObX6wK1Fe4l7-IDK0iuJoSGJNgkvmbjLvhzez_pidtmTAo5yRDK4kIXyrtr4XOfz64zfhM5hq75JJyTPeo8hOVt82rBZSsGEnglY-YtRN_f_XuGS0Ym64ZRjSqVy0Vqc6bqRgN5si-CXc2FIgMB1CKvYy504gmAGJWnwvxG9AAu7xfts8Fdzkq41r8Wo0ls7RzjqMd2lcl6rbr7_YVMXW4J-Rh9mulm1rNBt6cxB0RuxP6V55tG47KoMCP74tp38ozju5-CrZi3W2679q7ywr_niUN0M/https%3A%2F%2Fbioconductor.org%2Fpackages%2FrfaRm ). In short, I put my name as ?Lara Selles Vidal? in the Author: field of the DESCRIPTION file. My first name is just ?Lara?, and ?Selles Vidal? are my surnames. However, it has been interpreted as Vidal, LS. The intended behaviour would have been Selles Vidal, L Is there any workaround for this? Thanks a lot in advance! Best wishes, Lara [[alternative HTML version deleted]] _______________________________________________ Bioc-devel at r-project.org mailing list https://secure-web.cisco.com/1UzidGd-ehJ4ORa4yOvWX0_J4p7Wq8VKsOkedj8YH1h3BDJVdpSK5mky2vW_dJY2PxDt20-ZWjTbdHleRkYzreIrvGMpm4aD2VsgoxiO4ttRh3f23Ret4_ZaLh19KKgImZYwPAhhiTZq50MSAg1Szfx-uyqYkfbvLxARG2RCtMhvIGta8ujwUg447PPij3BHbK81F6VREdtxqsoQRLAoOx6BkuB6fezNJZmo0LYxKjvQzCn3Zq6y3FmQNgOAaGaorBB4RsHDQ8ztJzxBcg9ng-BiY78WWYTVC9KEsxIhdGfjxEw7Sh01qvF0iRuzShsjKhRPP6eBA_K_GucZPRsHvwQ/https%3A%2F%2Fstat.ethz.ch%2Fmailman%2Flistinfo%2Fbioc-devel This email message may contain legally privileged and/or confidential information. If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited. If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you. [[alternative HTML version deleted]] _______________________________________________ Bioc-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
James W. MacDonald, M.S. Biostatistician University of Washington Environmental and Occupational Health Sciences 4225 Roosevelt Way NE, # 100 Seattle WA 98105-6099 [[alternative HTML version deleted]]