Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Oct 13, 2023
1 parent e71a048 commit e412841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"group": {
"kind": "test",
"isDefault": false
"isDefault": true
},
"presentation": {
"echo": true,
Expand Down
4 changes: 2 additions & 2 deletions R/DataJoint.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ setValidity(
#' Data Object -> `list`
#'
#' @param object (`DataSubject` or `DataLongitudinal` or `DataSurvival`) \cr
#' data object to convert to a `list`
#' data object to convert to a `list`.
#' @param x (`DataSubject` or `DataLongitudinal` or `DataSurvival`) \cr
#' data object to convert to a `list`
#' data object to convert to a `list`.
#' @param subject_var (`character`) \cr the name of the variable
#' containing the subject identifier.
#' @param ... not used.
Expand Down
4 changes: 2 additions & 2 deletions man/as_stan_list.DataObject.Rd

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

0 comments on commit e412841

Please sign in to comment.