-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: authorlist
Title: To Creat the Formatted Author List for Manuscripts with Many Authors
Version: 0.0.0.9000
Authors@R:
person(given = "Qiang",
family = "Yang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-4210-9007"))
Description: Formatting the author list and the affiliation list in Word for the manuscript with many coauthors is painful and time-consuming. However, putting the author names and affiliations together in a CSV file is relatively easy. The package "authorlist" automatically produces a Word document with the formatted author and affiliation list ready for submission from a CSV file. The template of the CSV file, which includes the coauthors' names, affiliations, and their order in the author list, can be downloaded from https://figshare.com/articles/dataset/CSV_template_for_R_package_authorlist_/16794901. The leading author of the manuscript could make it even easier by sharing the CSV template through Dropbox or Google Drive and asking the coauthors to fill in their information.
Depends:
R (>= 3.1.0),
tidyr,
dplyr,
tibble,
purrr,
officer
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1