README.md

useResearch FollowFollow

Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. Build
Status Version

Modified from Design by Freepik

Build
Status

useResearch provides user research capabilities to the R Community at the functional Level. R developers can enable any function in their package(s) with the ability to track (very basically) its use via a pingback signal to a Google Form, which they create and maintain for this purpose.

Installation

To download the development version of useResearch:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:

if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("data-steve/useResearch")

## Open package to working directory and run:
useResearch::add_template()

## Follow template instructions

Contact

You are welcome to: - submit suggestions and bug-reports at: https://github.com/data-steve/useResearch/issues - send a pull request on: https://github.com/data-steve/useResearch/ - compose a friendly e-mail to: steven.troy.simpson@gmail.com



data-steve/useResearch documentation built on May 14, 2019, 7:08 p.m.