Skip to content

Commit

Permalink
Remove DESCRIPTION to reduce confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 17, 2020
1 parent befba1c commit a2092f9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 65 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:

- name: Install packages
run: |
Rscript -e "install.packages('remotes')"
Rscript -e "remotes::install_deps(dependencies = TRUE)"
Rscript packages.R
- name: Build manual
run: |
Expand Down
6 changes: 6 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* William Michael Landau
* Role: author, maintainer.
* Email: will.landau@gmail.com
* ORCID: 0000-0003-1878-3253
* Eli Lilly and Company
* Role: copyright holder (see `LICENSE.md`)
41 changes: 0 additions & 41 deletions DESCRIPTION

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![zenodo](https://zenodo.org/badge/273058618.svg)](https://zenodo.org/badge/latestdoi/273058618)

This repo contains the user manual of the [`targets`](https://github.com/wlandau/targets) R package.
This [`bookdown`](https://github.com/rstudio/bookdown) project is the user manual of the [`targets`](https://github.com/wlandau/targets) R package.
14 changes: 14 additions & 0 deletions packages.R
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")

0 comments on commit a2092f9

Please sign in to comment.