Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoxiangLi committed Oct 1, 2024
1 parent bd88e89 commit 4e1c33c
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 26 deletions.
13 changes: 5 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
Package: medrxivr
Title: Access and Search MedRxiv and BioRxiv Preprint Data
Version: 0.0.5.9000
Version: 0.0.6
Authors@R: c(
person("Yaoxiang", "Li",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0001-9200-1016")),
person("Luke", "McGuinness",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8730-9761")),
role = c("aut")),
person("Lena", "Schmidt",
role = "aut",
comment = c(ORCID = "0000-0003-0709-8226")),
role = "aut"),
person("Tuija", "Sonkkila",
role = "rev"),
person("Najko", "Jahn",
Expand All @@ -31,7 +28,7 @@ Description: An increasingly important source of health-related bibliographic
that allow users to export their search results to a .BIB file for easy
import to a reference manager and to download the full-text PDFs of
preprints matching their search criteria.
License: MIT + file LICENSE
License: GPL-2
Encoding: UTF-8
LazyData: true
Language: en-US
Expand Down Expand Up @@ -60,4 +57,4 @@ Suggests:
spelling
VignetteBuilder:
knitr
RoxygenNote: 7.2.0
RoxygenNote: 7.3.2
10 changes: 6 additions & 4 deletions R/medrxivr.R → R/medrxivr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
#' Harbour Laboratory.It also provides functions to search the preprint data,
#' export it to a .bib file, and download the PDFs associated with specified
#' records.
#' @docType package
#' @name medrxivr
#' @keywords internal

#' #' @keywords internal
"_PACKAGE"
globalVariables(c("doi"))

## usethis namespace: start
## usethis namespace: end
NULL
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NCOV
Ncov
Nn
O'Hare
ORCID
Oo
PDF's
Preprint
Expand Down
39 changes: 39 additions & 0 deletions man/medrxivr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions man/medrxivr.Rd

This file was deleted.

0 comments on commit 4e1c33c

Please sign in to comment.