Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Oct 2, 2023
1 parent 433b93c commit d6a6a2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ But you could just as well start directly with an empty `{fusen}` package
template, and then start your analysis from there. Package development with
`{fusen}` is simply writing RMarkdown code.

## Benefits of
## Benefits of packages

Let’s first go over the benefits of turning your analysis into a package once
again, as this is crucial.
Expand Down Expand Up @@ -479,7 +479,8 @@ explain how I got there). For consistency with your future use of {fusen}, you c

Let’s start with the first function, `get_raw_data()`. If you compare the
[before](https://raw.githubusercontent.com/b-rodrigues/rap4all/master/rmds/save_data_fusen.Rmd)^[https://is.gd/fusen_save_data],
and [after](https://is.gd/anRjt4)^[https://is.gd/anRjt4], the differences are
and [after](https://raw.githubusercontent.com/b-rodrigues/rap4all/master/rmds/flat_save_data.Rmd
QR code)^[https://is.gd/inflate_ready_save_data], the differences are
that we have named the chunk containing the function, `function-get_raw_data`
and added documentation in the form of `{roxygen2}` comments. Naming the chunks
is essential: this is how `{fusen}` knows that this chunk contains a function
Expand Down

0 comments on commit d6a6a2b

Please sign in to comment.