Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Marwick authored and cran-robot committed Aug 1, 2016
0 parents commit 81368bf
Show file tree
Hide file tree
Showing 11 changed files with 139 additions and 0 deletions.
28 changes: 28 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,28 @@
Package: binford
Type: Package
Title: Binford's Hunter-Gatherer Data
Version: 0.1.0
Authors@R: c(
person("Ben", "Marwick", email = "benmarwick@gmail.com", role = c("aut", "cre")),
person("Amber", "Johnson", email = "ajohnson@truman.edu", role = "aut"),
person("Doug", "White", email = "drwhite@uci.edu", role = "aut"),
person("E. Anthon", "Eff", email = "Anthon.Eff@mtsu.edu", role = "aut")
)
Description: Binford's hunter-gatherer data includes more than 200 variables
coding aspects of hunter-gatherer subsistence, mobility, and social organization
for 339 ethnographically documented groups of hunter-gatherers.
License: GPL-3
Depends: R (>= 3.1.0)
Suggests: dplyr
URL: http://github.com/benmarwick/binford
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-01 09:08:45 UTC; bmarwick
Author: Ben Marwick [aut, cre],
Amber Johnson [aut],
Doug White [aut],
E. Anthon Eff [aut]
Maintainer: Ben Marwick <benmarwick@gmail.com>
Repository: CRAN
Date/Publication: 2016-08-01 13:29:14
10 changes: 10 additions & 0 deletions MD5
@@ -0,0 +1,10 @@
fcd99c2f96b67a9a5fc797d3c04aa12e *DESCRIPTION
b5b2e20c75457107297b566908b8c29d *NAMESPACE
54d597dfc42cdbe4a951a7ff3712969e *NEWS.md
528c34f576a0c03189394c3bccb8ab5c *R/LRB.R
b1442055b9f9fa5a628eff915321f2d9 *R/LRBkey.R
f31d34b9e3c5b4afe4fde0c202f6777d *README.md
8bc9769b42f4a3d81172514a03b9606a *data/LRB.rdata
79d34116f75256dc90cea5ba0345b97e *data/LRBkey.rdata
759b5d191a2482a8aecfd6a4071ef411 *man/LRB.Rd
5101e7d66f850a22d9855ab1c22d6f7b *man/LRBkey.Rd
2 changes: 2 additions & 0 deletions NAMESPACE
@@ -0,0 +1,2 @@
# Generated by roxygen2: do not edit by hand

7 changes: 7 additions & 0 deletions NEWS.md
@@ -0,0 +1,7 @@
# binford 0.1.0

* First release to CRAN
* Added a `NEWS.md` file to track changes to the package.



14 changes: 14 additions & 0 deletions R/LRB.R
@@ -0,0 +1,14 @@
#' Binford's data
#'
#' Datasets used to calculate Binford's environmental and hunter-gatherer frames of reference variables used in:
#'
#' Binford, Lewis R. 2001. Constructing Frames of Reference: An Analytical Method for Archaeological Theory Building Using Ethnographic and Environmental Data Sets University of California Press, Berkeley
#'
#' Key to variables in
#' LBRkey.csv
#' LRBcodebook.txt
#'
#' Downloaded from the source url on 31 Jul 2016
#'
#' @source \url{http://ajohnson.sites.truman.edu/data-and-program/}
"LRB"
11 changes: 11 additions & 0 deletions R/LRBkey.R
@@ -0,0 +1,11 @@
#' Key to Binford's data
#'
#' Data frame describing the variables in the LRB data frame. Part of the datasets used to calculate Binford's environmental and hunter-gatherer frames of reference variables used in:
#'
#' Binford, Lewis R. 2001. Constructing Frames of Reference: An Analytical Method for Archaeological Theory Building Using Ethnographic and Environmental Data Sets University of California Press, Berkeley
#'
#'
#' Downloaded from the source url on 31 Jul 2016
#'
#' @source \url{http://ajohnson.sites.truman.edu/data-and-program/}
"LRBkey"
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@

[![Travis-CI Build Status](https://travis-ci.org/benmarwick/binford.svg?branch=master)](https://travis-ci.org/benmarwick/binford)
<!-- README.md is generated from README.Rmd. Please edit that file -->

binford
=======

This package contains datasets used in:

> Binford, Lewis R. 2001. *Constructing Frames of Reference: An Analytical Method for Archaeological Theory Building Using Ethnographic and Environmental Data Sets* University of California Press, Berkeley.
This package contains two datasets:

- `LRB`: environmental and hunter-gatherer data used in Binford's book
- `LRBkey`: key to the LRB data frame

The data were obtained from Amber Johnson's website on 31 Jul 2016: <http://ajohnson.sites.truman.edu/data-and-program/>
Binary file added data/LRB.rdata
Binary file not shown.
Binary file added data/LRBkey.rdata
Binary file not shown.
27 changes: 27 additions & 0 deletions man/LRB.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions man/LRBkey.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81368bf

Please sign in to comment.