Skip to content

Commit f0c030a

Browse files
committed
Resolved minor conflicts, refs carriedaymont#49
2 parents 2a8bd51 + 02a92c3 commit f0c030a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

R/growth.R

+4-5
Original file line numberDiff line numberDiff line change
@@ -570,13 +570,12 @@ cleangrowth <- function(subjid,
570570

571571
# adult: send to cleanadult to do most of the work ----
572572

573-
if (!quietly){
574-
cat(sprintf("[%s] Begin processing adult data...\n", Sys.time()))
575-
}
576-
577573
# no need to do this if there's no data
578574
if (nrow(data.adult) > 0){
579-
# create cluster to use and reuse
575+
if (!quietly){
576+
cat(sprintf("[%s] Begin processing adult data...\n", Sys.time()))
577+
}
578+
580579
# if parallel processing is desired, load additional modules
581580
if (parallel) {
582581
if (is.na(num.batches)) {

0 commit comments

Comments
 (0)