Skip to content

Commit

Permalink
Spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanzomorrodi committed Nov 18, 2024
1 parent add386a commit 6973d1c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.0.0.9003
Authors@R:
person("Ryan", "Zomorrodi", , "[email protected]", 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
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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!).

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions vignettes/setting_up.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
{
Expand Down

0 comments on commit 6973d1c

Please sign in to comment.