Skip to content

Commit

Permalink
merged previous repo into fork of metaverse version
Browse files Browse the repository at this point in the history
  • Loading branch information
elizagrames committed Apr 18, 2019
1 parent dd34cfd commit b3ac15e
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
28 changes: 28 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,28 @@
Package: synthesisr
Type: Package
Title: Import, Assemble, and Deduplicate Systematic Review Search Results
Version: 0.1.0
Author: Eliza Grames
Maintainer: Eliza Grames <eliza.grames@uconn.edu>
Description: Systematic review searches include multiple databases
that export results in a variety of formats with overlap in
coverage between databases. To streamline the process of importing,
assembling, and deduplicating results, synthesisr recognizes the
file output of commonly used databases for systematic reviews and
merges results into a standardized format.
License: GPL-3
LazyData: true
Imports:
litsearchr,
revtools,
stopwords,
stringr,
tm,
xml2
Suggests:
xlsx
RoxygenNote: 6.1.0
VignetteBuilder: knitr
Depend: R (>= 2.10)
Date: 2019-04-14
Encoding: UTF-8
4 changes: 4 additions & 0 deletions NAMESPACE
@@ -0,0 +1,4 @@
exportPattern("^[[:alpha:]]+")
importFrom("stats", "dist")
importFrom("utils", "read.csv", "read.table", "write.csv")
importFrom("stopwords")
4 changes: 3 additions & 1 deletion README.md
@@ -1,2 +1,4 @@
# synthesisr
synthesisr <img src="synthesisr_hex.png" align="right" width="20%" height="20%" />
==================
Data import and deduplication for evidence synthesis projects

20 changes: 20 additions & 0 deletions synthesisr.Rproj
@@ -0,0 +1,20 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Binary file added synthesisr_hex.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3ac15e

Please sign in to comment.