Skip to content

Commit 15ea9f8

Browse files
authored
Merge pull request #137 from cmu-delphi/ds/fix2
docs: clean main vignette, update authors
2 parents 82b607f + b79a5fb commit 15ea9f8

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

DESCRIPTION

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ Type: Package
33
Title: Client for Delphi's Epidata API
44
Version: 0.7.1
55
Authors@R: as.person(c(
6-
"Jacob Bien <[email protected]> [aut]",
76
"Logan Brooks <[email protected]> [aut]",
8-
"David Farrow <[email protected]> [aut]",
9-
"Pedrito Maynard-Zhang <[email protected]> [aut]",
10-
"Alex Reinhart <[email protected]> [aut,cre]",
11-
"Ryan Tibshirani <[email protected]> [aut]",
7+
"Dmitry Shemetov <[email protected]> [aut]",
8+
"David Weber <[email protected]> [ctb]"
129
"Samuel Gratzl <[email protected]> [aut]"
1310
))
1411
URL: https://github.com/cmu-delphi/epidatr

vignettes/epidatr.Rmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Delphi Epidata R API Client"
3-
author: "Delphi Group"
4-
date: "`r Sys.Date()`"
53
output: rmarkdown::html_vignette
64
vignette: >
75
%\VignetteIndexEntry{Delphi Epidata R API Client}
@@ -16,8 +14,6 @@ library(epidatr)
1614
library(dplyr)
1715
```
1816

19-
# Delphi Epidata R API Client
20-
2117
## Basic Usage
2218

2319
Fetching some data from the Delphi Epidata API is simple.

0 commit comments

Comments
 (0)