Skip to content

Commit

Permalink
Merge pull request #135 from howardbaek/patch-14
Browse files Browse the repository at this point in the history
Fixed minor typos
  • Loading branch information
DivadNojnarg authored Apr 1, 2022
2 parents 4dc0d6f + 4e4cbb1 commit c047c42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflow-charpente.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ shinyApp(ui, server)
Imagine if we had to repeat the process for more than twenty components. The R package structure provides many advantages like:

- Develop a comprehensive __documentation__ of the underlying API.
- Design __unit tests__ to guaranty code robustness and improve long term plan.
- Design __unit tests__ to guarantee code robustness and improve long term plan.
- Relevant file organization, easing collaboration.


## General idea
[{charpente}](https://github.com/RinteRface/charpente) is a game changer for custom template creation and has been widely used to help developing RinteRface packages.
[{charpente}](https://github.com/RinteRface/charpente) is a game changer for custom template creation and has been widely used to help develop RinteRface packages.
`{charpente}` [@R-charpente] drastically:

- Eases the __import__ of external dependencies.
Expand Down Expand Up @@ -81,11 +81,11 @@ In the `./R` folder, `{charpente}` creates a `mypkg-utils.R` script containing:
- Tools to facilitate __HTML dependency__ management like `add_dependencies` (see corresponding section below).
- Some __validation__ functions mentioned in Chapter \@ref(custom-templates-testing).

Finally, you may see some exotic folders and files like `srcjs`, `package.json`, `package-lock.json` and `node_modules`. Fear not, we describe them later in section \@ref(organize-your-js). Overall, they are here to support to JS code management.
Finally, you may see some exotic folders and files like `srcjs`, `package.json`, `package-lock.json` and `node_modules`. Fear not, we describe them later in section \@ref(organize-your-js). Overall, they are here to support JS code management.

### Build the HTML dependency
The interested reader may have a look at the **Getting started [guide](https://bulma.io/documentation/overview/start/)**,
so as to know more aabout how to get Bulma. In short, to install Bulma dependencies, there are several ways:
so as to know more about how to get Bulma. In short, to install Bulma dependencies, there are several ways:

- The __content delivery network__ method (CDN), which consists of getting dependencies from a dedicated server.
Files are not stored locally, which may be a problem if someone does not have internet.
Expand Down

0 comments on commit c047c42

Please sign in to comment.