Skip to content

Commit a90490d

Browse files
authored
Update init.R (#1525)
There is a small error in the comment on line 19 that says "check requried package" instead of "check required package"
1 parent 238941d commit a90490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/session/init.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ init_first <- function() {
1616
return()
1717
}
1818

19-
# check requried packages
19+
# check required packages
2020
required_packages <- c("jsonlite", "rlang")
2121
missing_packages <- required_packages[
2222
!vapply(required_packages, requireNamespace,

0 commit comments

Comments
 (0)