Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 3, 2023
1 parent ef17549 commit 029ffc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 19_final_r_sessioninfo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ library("sessioninfo")
options(width = 120)
session_info()
```

This interactive book was last updated at `r Sys.time()`.
8 changes: 2 additions & 6 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Details on the R version used for making this book. The source code is available
## Load the package at the top of your script
library("sessioninfo")
## Utilities
## Utilities
library("BiocFileCache")
library("BiocStyle")
library("biocthis")
Expand Down Expand Up @@ -184,12 +184,8 @@ session_info()
proc.time()
```

This book was last updated at `r Sys.time()`.
This interactive book was last updated at `r Sys.time()`.

## License {-}

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.




0 comments on commit 029ffc3

Please sign in to comment.