From 6973d1c871c9cbcaca9e301ce81f4d100cc296f3 Mon Sep 17 00:00:00 2001 From: ryanzomorrodi Date: Mon, 18 Nov 2024 14:38:40 -0600 Subject: [PATCH] Spell checking --- DESCRIPTION | 2 +- README.Rmd | 4 ++-- README.md | 4 ++-- codemeta.json | 2 +- vignettes/setting_up.Rmd | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 53686b3..d485d6c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Version: 0.0.0.9003 Authors@R: person("Ryan", "Zomorrodi", , "rzomor2@uic.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0003-6417-5985")) -Description: Use R and 'SAS' within reproducable multilingual 'quarto' +Description: Use R and 'SAS' within reproducible multilingual 'quarto' documents. Run 'SAS' code blocks interactively, send data back and forth between 'SAS' and R, and render 'SAS' output within quarto documents. 'SAS' connections are established through a combination of 'SASPy' and diff --git a/README.Rmd b/README.Rmd index c2f003f..391c4ab 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ coverage](https://codecov.io/gh/ryanzomorrodi/healthatlas/branch/main/graph/badg Use SAS, R, and Quarto together `sasquatch` allows you to combine the power of R, SAS, and quarto together -to create reproducable multilingual reports. `sasquatch` can run SAS code blocks +to create reproducible multilingual reports. `sasquatch` can run SAS code blocks interactively, send data back and forth between SAS and R, and render SAS HTML output within quarto documents. @@ -34,7 +34,7 @@ output within quarto documents. - Don't have a SAS License Check out `vignette("setting_up")` for guidance on how to get started with a -free [SAS OnDemand for Academics](https://www.sas.com/en_us/software/on-demand-for-academics) +free [SAS On Demand for Academics](https://www.sas.com/en_us/software/on-demand-for-academics) license (you don't need to be an academic!). ## Installation diff --git a/README.md b/README.md index f75d0d9..585519e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ coverage](https://codecov.io/gh/ryanzomorrodi/healthatlas/branch/main/graph/badg Use SAS, R, and Quarto together `sasquatch` allows you to combine the power of R, SAS, and quarto -together to create reproducable multilingual reports. `sasquatch` can +together to create reproducible multilingual reports. `sasquatch` can run SAS code blocks interactively, send data back and forth between SAS and R, and render SAS HTML output within quarto documents. @@ -25,7 +25,7 @@ you - Don’t have a SAS License Check out `vignette("setting_up")` for guidance on how to get started -with a free [SAS OnDemand for +with a free [SAS On Demand for Academics](https://www.sas.com/en_us/software/on-demand-for-academics) license (you don’t need to be an academic!). diff --git a/codemeta.json b/codemeta.json index da415dc..7250914 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,7 +2,7 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "sasquatch", - "description": "Use R and 'SAS' within reproducable multilingual 'quarto' documents. Run 'SAS' code blocks interactively, send data back and forth between 'SAS' and R, and render 'SAS' output within quarto documents. 'SAS' connections are established through a combination of 'SASPy' and 'reticulate'.", + "description": "Use R and 'SAS' within reproducible multilingual 'quarto' documents. Run 'SAS' code blocks interactively, send data back and forth between 'SAS' and R, and render 'SAS' output within quarto documents. 'SAS' connections are established through a combination of 'SASPy' and 'reticulate'.", "name": "sasquatch: Use 'SAS', R, and 'quarto' together", "codeRepository": "https://github.com/ryanzomorrodi/sasr", "license": "https://spdx.org/licenses/MIT", diff --git a/vignettes/setting_up.Rmd b/vignettes/setting_up.Rmd index f1181fe..e554878 100644 --- a/vignettes/setting_up.Rmd +++ b/vignettes/setting_up.Rmd @@ -34,7 +34,7 @@ If you do not already have Python already installed, [install Python](https://ww If you do not already have Java installed, install [Java](https://www.java.com/en/download/). Note the path that you install java in. -If you do have Java installed, but do not rememeber where you installed it, then... +If you do have Java installed, but do not remember where you installed it, then... In windows, it is usually installed in `C:\Program Files\Java\jdk{version number}`, but you can double check by opening up a terminal and typing in: @@ -63,7 +63,7 @@ py -m pip install pandas py -m site --user-site ``` -In linux or max, open up a terminal abd type in: +In linux or max, open up a terminal and type in: ``` python3 -m pip install wheel @@ -166,7 +166,7 @@ sas_connect() You may also notice that there are a few quarto yaml options applied within the `sasquatch` quarto template. -The following portion of the yaml options, specfies that quarto will render to html and that the sas xml file downloaded will be used for syntax highlighting. +The following portion of the yaml options, specifies that quarto will render to html and that the sas xml file downloaded will be used for syntax highlighting. ``` yml format: @@ -177,7 +177,7 @@ format: **Note:** At this time only rendering to html is supported. -The next section of the xml specifies that a javascript library called `iframe-resizer`. This allows the SAS output to be render to its full extent within the quarto output. +The next section of the xml specifies that a JavaScript library called `iframe-resizer`. This allows the SAS output to be render to its full extent within the quarto output. ``` yml include-in-header: @@ -200,7 +200,7 @@ Within RStudio, you should be able to run SAS chunks as you would any other chun #### Positron -Within Positron, you will not be able to run SAS chunks as you would R or Python chunks. Hoever, just as in RStudio, you can create a keyboard shortcut which will allow you to view SAS output within the Plots pane. Open up the command pallete with `ctrl+shift+p` or `command+shift+p` and search "Preferences: Open Keyboard Shortcuts (JSON)". Add the following to your shortcuts. +Within Positron, you will not be able to run SAS chunks as you would R or Python chunks. However, just as in RStudio, you can create a keyboard shortcut which will allow you to view SAS output within the Plots pane. Open up the command palette with `ctrl+shift+p` or `command+shift+p` and search "Preferences: Open Keyboard Shortcuts (JSON)". Add the following to your shortcuts. ``` json {