Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerburleigh committed Mar 19, 2020
1 parent c37240e commit ed633bd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ MTurkRlog.tsv
^\.travis\.yml$
assets/*
screenshots/*
build/*
traffic/*
CHANGELOG.md
^codecov\.yml$
^.covrignore
^.covrignore
vignettes/*
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pyMTurkR
Type: Package
Title: A Client for the 'MTurk' Requester API
Version: 1.14
Version: 1.1.4
Authors@R: c(person("Tyler", "Burleigh",
role = c("aut", "cre"),
email = "[email protected]",
Expand Down Expand Up @@ -31,4 +31,3 @@ Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion R/AssignQualification.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ AssignQualification <-
}
if (length(value) == 1) {
value <- rep(value[1], length(workers))
} else if (!length(subjects) == length(workers)) {
} else if (!length(value) == length(workers)) {
stop("Number of values is not 1 nor length(workers)")
}
for (i in 1:length(value)) {
Expand Down
1 change: 0 additions & 1 deletion R/GenerateHITsFromTemplate.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#' @param write.files A logical specifying whether HIT .html files should be
#' created and stored in the working directory. Or, alternatively, whether HITs
#' should be returned as character vectors in a list.
#' @param \dots Additional arguments passed to \code{\link{CreateHIT}}.
#' @return A list containing a character string for each HIT generated from the
#' template.
#' @author Thomas J. Leeper
Expand Down
4 changes: 2 additions & 2 deletions man/CreateHIT.Rd

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

2 changes: 0 additions & 2 deletions man/GenerateHITsFromTemplate.Rd

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

2 changes: 2 additions & 0 deletions pyMTurkR.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageBuildArgs: --no-build-vignettes
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace,vignette

0 comments on commit ed633bd

Please sign in to comment.