Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Irucka Embry
install.load
Commits
8f7b4bb7
Commit
8f7b4bb7
authored
Nov 24, 2022
by
Irucka Embry
Browse files
Various improvements for next release
parent
01cfe87f
Changes
6
Hide whitespace changes
Inline
Side-by-side
NAMESPACE
View file @
8f7b4bb7
...
...
@@ -6,3 +6,4 @@ importFrom(assertthat,assert_that)
importFrom(checkmate,qtest)
importFrom(fastmatch,"%fin%")
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
R/install.load.R
View file @
8f7b4bb7
...
...
@@ -10,7 +10,7 @@
#'
#' @docType package
#' @name install.load
#' @importFrom utils install.packages
#' @importFrom utils install.packages
installed.packages
#' @importFrom fastmatch "%fin%"
#' @importFrom checkmate qtest
#' @importFrom assertthat assert_that
...
...
R/install_load.R
View file @
8f7b4bb7
...
...
@@ -21,8 +21,8 @@
#' \item Check if R package is installed then load library answered by
#' maloneypatr is the source for the original function. See
#' \url{https://stackoverflow.com/questions/15155814/check-if-r-package-is-installed-then-load-library}.
#' \item Error Handling in R By Nina Zumel, October 9, 2012,
R-Bloggers
. See
#' \url{http://w
ww.r-bloggers.com
/error-handling-in-r/}.
#' \item Error Handling in R By Nina Zumel, October 9, 2012,
Win Vector LLC
. See
#' \url{http
s
://w
in-vector.com/2012/10/09
/error-handling-in-r/}.
#' }
#'
#'
...
...
@@ -43,7 +43,7 @@
#' }
#'
#'
#' @importFrom utils install.packages
#' @importFrom utils install
ed
.packages
#' @importFrom fastmatch "%fin%"
#' @importFrom checkmate qtest
#' @importFrom assertthat assert_that
...
...
R/load_package.R
View file @
8f7b4bb7
...
...
@@ -15,8 +15,8 @@
#' \item Check if R package is installed then load library answered by
#' maloneypatr is the source for the original function. See
#' \url{https://stackoverflow.com/questions/15155814/check-if-r-package-is-installed-then-load-library}.
#' \item Error Handling in R By Nina Zumel, October 9, 2012,
R-Bloggers
. See
#' \url{http://w
ww.r-bloggers.com
/error-handling-in-r/}.
#' \item Error Handling in R By Nina Zumel, October 9, 2012,
Win Vector LLC
. See
#' \url{http
s
://w
in-vector.com/2012/10/09
/error-handling-in-r/}.
#' }
#'
#'
...
...
man/install_load.Rd
View file @
8f7b4bb7
...
...
@@ -9,8 +9,8 @@
\item Check if R package is installed then load library answered by
maloneypatr is the source for the original function. See
\url{https://stackoverflow.com/questions/15155814/check-if-r-package-is-installed-then-load-library}.
\item Error Handling in R By Nina Zumel, October 9, 2012,
R-Bloggers
. See
\url{http://w
ww.r-bloggers.com
/error-handling-in-r/}.
\item Error Handling in R By Nina Zumel, October 9, 2012,
Win Vector LLC
. See
\url{http
s
://w
in-vector.com/2012/10/09
/error-handling-in-r/}.
}
}
\usage{
...
...
man/load_package.Rd
View file @
8f7b4bb7
...
...
@@ -9,8 +9,8 @@
\item Check if R package is installed then load library answered by
maloneypatr is the source for the original function. See
\url{https://stackoverflow.com/questions/15155814/check-if-r-package-is-installed-then-load-library}.
\item Error Handling in R By Nina Zumel, October 9, 2012,
R-Bloggers
. See
\url{http://w
ww.r-bloggers.com
/error-handling-in-r/}.
\item Error Handling in R By Nina Zumel, October 9, 2012,
Win Vector LLC
. See
\url{http
s
://w
in-vector.com/2012/10/09
/error-handling-in-r/}.
}
}
\usage{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment