README.md

repsych

R Function for Reproducible Research in Psychology

Accessing

Following a Bazaar style of development, repsych will soon be pushed to CRAN (really). This bleeding edge development version is usually going to be preferable. You can access this version using the install_github function inside of devtools (details below). If you rely on some 'broken' functionality, you can always grab the source from the right version here (or hold onto it yourself with packrat).

Official github method

After you complete the steps below you can use the following code to update to the current version:

library(devtools)
install_github('repsych','drknexus')
library(repsych)

If you want to only temporarily update set dev_mode TRUE first...

library(devtools)
dev_mode(TRUE)
install_github('repsych','drknexus')
library(repsych)
#stuff you want to do here
dev_mode(FALSE)

Mac/Linux Setup

Install the devtools library install.packages('devtools')

Windows Setup

Notice

Not all code is in here is mine. Not all code in here works.

Style Guide

Suggestions accepted.

Function Names

Variable Names

Dataset Names

Disclaimer

This package is distributed in the interest of information exchange. The opinions, findings, and conclusions expressed in this package are those of the authors and not necessarily those of employers, significant others, friends, or pets. Use at your own risk. No party assumes liability for its contents or use thereof. If trade or manufacturers' names or products are mentioned, it is because they are considered essential to the object of the package and should not be construed as an endorsement. Communications made through this website in no way constitute legal or official notice or comment to any individual or organization for any purpose.

Version History

1.0

1.0.1

1.0.1.1

Other Sources

This is a list of functions that duplicate things repsych might otherwise do. * ggplot2:::interleave: Interleave (or zip) multiple vectors into a single vector, this functionality is inside of latinSquareDigram and should probably be made bare.



drknexus/repsych documentation built on May 15, 2019, 2:19 p.m.