|
|
@ -0,0 +1,24 @@ |
|
|
|
Package: psl |
|
|
|
Type: Package |
|
|
|
Title: psl title goes here otherwise CRAN checks fail |
|
|
|
Version: 0.1.0 |
|
|
|
Date: 2018-09-06 |
|
|
|
Authors@R: c( |
|
|
|
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), |
|
|
|
comment = c(ORCID = "0000-0001-5670-2640")) |
|
|
|
) |
|
|
|
Maintainer: Bob Rudis <bob@rud.is> |
|
|
|
Description: A good description goes here otherwise CRAN checks fail. |
|
|
|
URL: https://gitlab.com/hrbrmstr/psl |
|
|
|
BugReports: https://gitlab.com/hrbrmstr/psl/issues |
|
|
|
Encoding: UTF-8 |
|
|
|
License: AGPL |
|
|
|
Suggests: |
|
|
|
testthat, |
|
|
|
covr |
|
|
|
Depends: |
|
|
|
R (>= 3.2.0) |
|
|
|
Imports: |
|
|
|
httr, |
|
|
|
jsonlite |
|
|
|
RoxygenNote: 6.0.1.9000 |