Skip to content

PsyTeachR/demopkg

Repository files navigation

demopkg

DOI:10.1098/rspb.2004.2824 ORCiD:0000-0002-7523-5539 Lifecycle: experimental

The goal of demopkg is to practice making a package.

Installation

You can install the development version of demopkg like this:

devtools::install_github("psyteachr/demopkg")
library(demopkg)

Coding Club

This demo package can be used to allow people to catch up with the Coding Club sessions.

To clone this package project to your computer, download the zip file using the green Code button above.

Alternatively, you can run the following code. Set destdir to the directory where you want to save this project directory (defaults to your current working directory).

# set fork = TRUE if you want to fork to your github 
usethis::create_from_github("psyteachr/demopkg", 
                            destdir = "./",
                            fork = FALSE)

The list below shows what is currently included in the package.

  1. Setting up: package structure, DESCRIPTION file, license, and README
  2. Adding data: dataset self_res_att included
  3. Custom functions: added functions round0() and apa_t_pair()

About

Demo Package

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages