Skip to content

Commit

Permalink
update 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Sep 23, 2024
1 parent 72f75c2 commit 766a9d5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ The documentation, images, and videos for the `radiant.data` package are license

If you are interested in using any of the radiant packages please email me at [email protected]

&copy; Vincent Nijs (2023) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://radiant-rstats.github.io/docs/images/by-sa.png" /></a>
&copy; Vincent Nijs (2024) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://radiant-rstats.github.io/docs/images/by-sa.png" /></a>
2 changes: 1 addition & 1 deletion inst/app/tools/app/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ The documentation, images, and videos for the `radiant.data` package are license

If you are interested in using any of the radiant packages please email me at [email protected]

&copy; Vincent Nijs (2023) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://radiant-rstats.github.io/docs/images/by-sa.png" /></a>
&copy; Vincent Nijs (2024) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://radiant-rstats.github.io/docs/images/by-sa.png" /></a>
2 changes: 1 addition & 1 deletion inst/app/tools/app/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ The documentation, images, and videos for the `radiant.data` package are license

If you are interested in using any of the radiant packages please email me at [email protected]

&copy; Vincent Nijs (2023) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="imgs/by-sa.png" /></a>
&copy; Vincent Nijs (2024) <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="imgs/by-sa.png" /></a>
2 changes: 2 additions & 0 deletions inst/app/tools/help/report_rmd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ options(radiant.ace_showInvisibles = TRUE)
options(radiant.ace_autoComplete = "live")
options(radiant.powerpoint_style = "~/Dropbox/rmd-styles/style.potx")
options(radiant.word_style = "~/Dropbox/rmd-styles/style.docx")
options(radiant.theme = bslib::bs_theme(version = 4, bootswatch = "darkly"))
```

Notes:
Expand All @@ -53,6 +54,7 @@ Notes:
* Radiant has default styles for Word and Powerpoint files. These can be replaced with styles files you created however. Click the links below to download the style files used in Radiant to your computer. Edit the files and use `options` as shown above to tell Radiant where to find the style files you want to use.
* <a href="https://github.com/radiant-rstats/radiant.data/raw/master/inst/app/www/style.docx" target="_blank">Word style file</a>
* <a href="https://github.com/radiant-rstats/radiant.data/raw/master/inst/app/www/style.potx" target="_blank">Powerpoint style file</a>
* The `theme` option can be used to change the appearance of the Radiant interface. For an overview of available themes see: <a href="https://rstudio.github.io/bslib/articles/theming/index.html#bootswatch" target="_blank">https://rstudio.github.io/bslib/articles/theming/index.html#bootswatch</a>

### R-functions

Expand Down
2 changes: 2 additions & 0 deletions inst/app/tools/help/report_rmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ options(radiant.ace_showInvisibles = TRUE)
options(radiant.ace_autoComplete = "live")
options(radiant.powerpoint_style = "~/Dropbox/rmd-styles/style.potx")
options(radiant.word_style = "~/Dropbox/rmd-styles/style.docx")
options(radiant.theme = bslib::bs_theme(version = 4, bootswatch = "darkly"))
```

Notes:
Expand All @@ -53,6 +54,7 @@ Notes:
* Radiant has default styles for Word and Powerpoint files. These can be replaced with styles files you created however. Click the links below to download the style files used in Radiant to your computer. Edit the files and use `options` as shown above to tell Radiant where to find the style files you want to use.
* <a href="https://github.com/radiant-rstats/radiant.data/raw/master/inst/app/www/style.docx" target="_blank">Word style file</a>
* <a href="https://github.com/radiant-rstats/radiant.data/raw/master/inst/app/www/style.potx" target="_blank">Powerpoint style file</a>
* The `theme` option can be used to change the appearance of the Radiant interface. For an overview of available themes see: <a href="https://rstudio.github.io/bslib/articles/theming/index.html#bootswatch" target="_blank">https://rstudio.github.io/bslib/articles/theming/index.html#bootswatch</a>

### R-functions

Expand Down
4 changes: 2 additions & 2 deletions inst/app/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pre {
overflow: auto;
white-space: pre;
word-wrap: normal;
background-color: #ffffff;
/*background-color: #ffffff;*/
}

code,
Expand Down Expand Up @@ -254,4 +254,4 @@ body {
.ace_replacebtn,
.ace_searchbtn {
color: black;
}
}
2 changes: 2 additions & 0 deletions vignettes/pkgdown/_report_rmd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ options(radiant.ace_showInvisibles = TRUE)
options(radiant.ace_autoComplete = "live")
options(radiant.powerpoint_style = "~/Dropbox/rmd-styles/style.potx")
options(radiant.word_style = "~/Dropbox/rmd-styles/style.docx")
options(radiant.theme = bslib::bs_theme(version = 4, bootswatch = "darkly"))
```

Notes:
Expand All @@ -53,6 +54,7 @@ Notes:
* Radiant has default styles for Word and Powerpoint files. These can be replaced with styles files you created however. Click the links below to download the style files used in Radiant to your computer. Edit the files and use `options` as shown above to tell Radiant where to find the style files you want to use.
* <a href="https://github.com/radiant-rstats/radiant.data/raw/master/inst/app/www/style.docx" target="_blank">Word style file</a>
* <a href="https://github.com/radiant-rstats/radiant.data/raw/master/inst/app/www/style.potx" target="_blank">Powerpoint style file</a>
* The `theme` option can be used to change the appearance of the Radiant interface. For an overview of available themes see: <a href="https://rstudio.github.io/bslib/articles/theming/index.html#bootswatch" target="_blank">https://rstudio.github.io/bslib/articles/theming/index.html#bootswatch</a>

### R-functions

Expand Down

0 comments on commit 766a9d5

Please sign in to comment.