https://github.com/trinker/metadat
https://github.com/trinker/metadat
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trinker/metadat
- Owner: trinker
- Created: 2012-12-21T02:58:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T03:36:26.000Z (over 11 years ago)
- Last Synced: 2025-04-08T16:15:04.415Z (about 1 year ago)
- Language: R
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metaDAT
====
Tools for data management, reshaping and basic transformations in meta-analysis
## Installation
Currently there isn't a release on [CRAN](http://cran.r-project.org/).
You can, however, download the [zip ball](https://github.com/trinker/metaDAT) or [tar ball](https://github.com/trinker/metaDAT), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
```r
# install.packages("devtools")
devtools::install_github("trinker/metaDAT")
```
## Installing JabRef
[metaDAT](http://trinker.github.com/metaDAT/) utilizes
[JabRef](http://jabref.sourceforge.net/) as a graphical
user interface for data entry. You will need to install a working copy from:
[http://sourceforge.net/projects/jabref/files/jabref/2.9.2/](http://sourceforge.net/projects/jabref/files/jabref/2.9.2/)
## Help
The `metaDAT` web page: [trinker.github.com/metaDAT](http://trinker.github.com/metaDAT/) [improvements to come]
For the package pdf help manual [click here](https://dl.dropbox.com/u/61803503/metaDAT.pdf).