-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove DESCRIPTION to reduce confusion
- Loading branch information
1 parent
befba1c
commit a2092f9
Showing
6 changed files
with
22 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* William Michael Landau | ||
* Role: author, maintainer. | ||
* Email: [email protected] | ||
* ORCID: 0000-0003-1878-3253 | ||
* Eli Lilly and Company | ||
* Role: copyright holder (see `LICENSE.md`) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
install.packages( | ||
c( | ||
"biglm", | ||
"bookdown", | ||
"fs", | ||
"purrr", | ||
"remotes", | ||
"tidyverse", | ||
"visNetwork", | ||
"withr" | ||
) | ||
) | ||
remotes::install_github("wlandau/targets") | ||
remotes::install_github("wlandau/tarchetypes") |