Skip to content

Commit 9178cb1

Browse files
committed
spell check fixed
1 parent b07904d commit 9178cb1

11 files changed

+20
-20
lines changed

R/core.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' @param auth_code logical, if TRUE will open a browser with the user and request the authentication code to continue the authentication process. Viya 2022+ only.
1515
#' @param authinfo A `character` string that specifies an alternative path to a `.authinfo` file that is used for authentication. By default, `~/.authinfo` is used on Linux and `%HOMEDRIVE%` or `\%HOMEPATH%\_authinfo` is used on Windows.
1616
#' @param verbose logical, return print API call information
17-
#' @param cacert ca certificat list
17+
#' @param cacert ca certificate list
1818
#' @param platform logical, make a get call to get platform information (release, OS, siteName)
1919
#'
2020
#' @return `viya_connection` class object
@@ -392,8 +392,8 @@ vGET <- function(session,
392392
#' @param path character, path to the GET api endpoint
393393
#' @param payload list or json string, if it is a list, will be transformed in a json string using `jsonlite::toJSON`
394394
#' @param ... additional parameters to be passed to `httr::POST` such as `httr::add_headers`
395-
#' @param query list, additional URL query paramenters
396-
#' @param fragment string, additional URL fragment paramenter `url.com?query#fragment`
395+
#' @param query list, additional URL query parameters
396+
#' @param fragment string, additional URL fragment parameter `url.com?query#fragment`
397397
#' @param encode payload encoding type, to be passed to `httr::POST`.
398398
#' @param verbose logical, return print API call information
399399
#' @param output string, if `output = "json"` will return `httr::fromJSON(httr::content(response, as = "text"))`,

R/json_files.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ calculateFitStat <- function(validadedf,
635635
#' Write dmcas_roc Json
636636
#'
637637
#' Calculates the ROC curve from user data and writes it to a JSON file for
638-
#' importing into the common model repository. Binary reponse only.
638+
#' importing into the common model repository. Binary response only.
639639
#'
640640
#' @param validadedf `data.frame` where the first column in the yActual (labels/value) and the second is yPrediction (target probability)
641641
#' @param testdf `data.frame` where the first column in the yActual (labels/value) and the second is yPrediction (target probability)
@@ -831,7 +831,7 @@ calculateROCStat <- function(validadedf,
831831
#' Write dmcas_lift Json
832832
#'
833833
#' Calculates the lift curves from user data and writes to a JSON file for
834-
#' importing into the common model repository. Binary reponse only.
834+
#' importing into the common model repository. Binary response only.
835835
#'
836836
#' @param validadedf `data.frame` where the first column in the yActual (labels/value) and the second is yPrediction (target probability)
837837
#' @param testdf `data.frame` where the first column in the yActual (labels/value) and the second is yPrediction (target probability)
@@ -1115,7 +1115,7 @@ compute_lift_coordinates <- function(DepVar,
11151115
#'
11161116
#' @seealso
11171117
#'
1118-
#' All parameters are passed to [sasctl::calculateLiftStat()], [sasctl::calculateLiftStat()] and [sasctl::calculateLiftStat()] for matching paramentes.
1118+
#' All parameters are passed to [sasctl::calculateLiftStat()], [sasctl::calculateLiftStat()] and [sasctl::calculateLiftStat()] for matching parameters.
11191119
#'
11201120
#' @examples
11211121
#'

R/model_repository.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#' Register a zip file inside model manager
55
#'
6-
#' Registers a zip formated model in sas Model Manager.
6+
#' Registers a zip formatted model in SAS Model Manager.
77
#'
88
#' @param session viya_connection object, obtained through `session` function
99
#' @param file path to file
@@ -1022,7 +1022,7 @@ delete_model_contents <- function(session, model, content, exact = TRUE){
10221022
#' @param start the index of the first content to return
10231023
#' @param exact boolean, If the filter query should use "contains" for partial match or "eq" for exact match
10241024
#' @param ... additional parameters to be passed to `httr::GET` such as `httr::add_headers`
1025-
#' @return A `MMmodelContentList` list with the list of contets
1025+
#' @return A `MMmodelContentList` list with the list of contents
10261026
#' @examples
10271027
#'
10281028
#' \dontrun{
@@ -1326,7 +1326,7 @@ add_model_content <- function(session, file,
13261326
#'
13271327
#' - The file should start with a function with all the input variables which SAS Viya will use to insert data
13281328
#'
1329-
#' - Then it is followed by a comment line `#output: outvar1, outvar2` which is case sensitve annd must follow that
1329+
#' - Then it is followed by a comment line `#output: outvar1, outvar2` which is case sensitive and must follow that
13301330
#' structure so SAS can receive the function output properly.
13311331
#'
13321332
#' - If you are using a previously created model, it should be read, we recommend `.rda` format, but could be
@@ -1335,7 +1335,7 @@ add_model_content <- function(session, file,
13351335
#'
13361336
#' - You then can use any logic to score the model or just an arbitrary R code.
13371337
#'
1338-
#' - To pass the information back to SAS it must return a list of the variables defined at the beggining of the
1338+
#' - To pass the information back to SAS it must return a list of the variables defined at the beginning of the
13391339
#' script.
13401340
#'
13411341
#' @param path path to create file, default current working directory

man/calculateLiftStat.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calculateROCStat.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/create_scoreSample.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/diagnosticsJson.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/list_model_contents.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/register_model.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/session.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)