-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW function] PCI2 #94
Comments
RuttenAnneleen
added
Function
Issue related to a function
New
Nieuwe functie/data
labels
Oct 29, 2024
SanderDevisscher
added a commit
that referenced
this issue
Nov 12, 2024
#94 @RuttenAnneleen I decided to move the entirety of the PCI R-script and convert them into seperate functions in fistools
SanderDevisscher
added a commit
that referenced
this issue
Nov 12, 2024
SanderDevisscher
added a commit
that referenced
this issue
Nov 13, 2024
SanderDevisscher
added a commit
that referenced
this issue
Nov 13, 2024
SanderDevisscher
added a commit
that referenced
this issue
Nov 13, 2024
SanderDevisscher
added a commit
that referenced
this issue
Nov 13, 2024
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Voorstel functie naam "PCI2"
Functionality
Checklist
library("package")
enrequire("package")
gebruikpackage::function()
of als het echt niet anders gaatrequirenamespace("package")
./R
met filenaam is gelijk aan functienaam#'
op regel 1 van je script#' @author
#' @description
#' @param name
#' @returns
#' @examples
#' @export
(#14)usethis::use_package("packagename", min_version = TRUE)
uit in de console voor iedere package die je gebruikt.roxygen2::roxygenise()
uit in de consoledevtools::check()
uit in de console1in de mate van het mogelijke
The text was updated successfully, but these errors were encountered: