generated from uf-repro/lesson-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: writing.reusable.code
Title: Writing Reusable and Modular Code
Version: 1.1.4
Authors@R:
person(given = "Hao",
family = "Ye",
role = c("aut", "cre"),
email = "haoye@ufl.edu",
comment = c(ORCID = "0000-0002-8630-1458"))
Description: This workshop introduces attendees to the principles of writing 'clean' code, that is easier to read, maintain, and expand. Attendees will learn about organizing complex programming scripts into modular functions, writing effective documentation, and habits to improve code robustness and reusability.
.
*Attendees will be expected to have basic familiarity with programming, such as experience writing simple scripts or recent attendance at a Carpentries workshop* - https://www.uf-carpentries.org/
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
desc,
dplyr,
jsonlite,
showtext,
xaringan,
xaringanthemer
URL: https://github.com/uf-repro/writing-reusable-code
learningOutcomes: * organize programming tasks into modular functions
* communicate code intent using comments
* recognize and fix basic code smells
X-schema.org-keywords: Open Educational Resources, Research Support Skills, Version Control, Workshop, Research Software Engineering, Reproducibility, Modular Code, Style Guide, Code Smell