Skip to content

Commit 73b6d78

Browse files
Merge pull request #625 from StuartWheater/v6.3.5-dev
CRAN updates
2 parents 42a02ca + 80b69f4 commit 73b6d78

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

DESCRIPTION

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ Authors@R: c(person(given = "Paul",
3636
family = "Avraam",
3737
role = c("aut"),
3838
comment = c(ORCID = "0000-0001-8908-2441")),
39-
person(given = "Demetris",
40-
family = "Avraam",
41-
role = c("aut"),
42-
comment = c(ORCID = "0000-0001-8908-2441")),
4339
person(given = "Yannick",
4440
family = "Marcon",
4541
role = c("aut"),

R/ds.asFactor.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#' \code{baseline.level = 1} and \code{forced.factor.levels = c(1,2,3,4,5)}.
4949
#' The input vector is converted to the following matrix of dummy variables:
5050
#'
51-
#' \tabular{rrrrr}{
51+
#' \tabular{rrrr}{
5252
#' \strong{DV2} \tab \strong{DV3} \tab \strong{DV4} \tab \strong{DV5} \cr
5353
#' 0 \tab 0 \tab 0 \tab 0\cr
5454
#' 1 \tab 0 \tab 0 \tab 0\cr

man/ds.asFactor.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
library(testthat)
1010
library(dsBaseClient)
1111

12-
test_check("dsBaseClient")
12+
if (identical(Sys.getenv("NOT_CRAN"), "true"))
13+
test_check("dsBaseClient")

0 commit comments

Comments
 (0)