Recent Releases of tbox
tbox - v0.2.1
{TBox} 0.2.1
R version
{TBox} is available for R version >= 3.6
Installation
The package is available
on CRAN:
r install.packages("TBox")the latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/TBox@v0.2.1") ```
- Or from r-universe (where you can find the binaries):
r
install.packages("TBox", repos = c("https://tanguybarthelemy.r-universe.dev", "https://cloud.r-project.org"))
Changelog - Release 0.2.1 - 25/03/2025
Changed
- add
keep-texto keep the .tex filegenerated with pdf output
- HTML
Published by TanguyBarthelemy 11 months ago
tbox - v0.2.0
{TBox} 0.2.0
R version
{TBox} is available for R version >= 3.6
Installation
The package is available
on CRAN:
r install.packages("TBox")the latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/TBox@v0.2.0") ```
- Or from r-universe (where you can find the binaries):
r
install.packages("TBox", repos = c("https://tanguybarthelemy.r-universe.dev", "https://cloud.r-project.org"))
Changelog - Release 0.2.0 - 22/01/2025
Fixed
- Linting
Changed
- Minimal R version for tests (devel)
Added
- New functions to import and export data in csv format
- HTML
Published by TanguyBarthelemy 11 months ago
tbox - v0.1.3
{TBox} 0.1.3
R version
{TBox} is available for R version >= 3.6
Installation
The package is available
on CRAN:
r install.packages("TBox")the latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/TBox@v0.1.3") ```
- Or from r-universe (where you can find the binaries):
r
install.packages("TBox", repos = c("https://tanguybarthelemy.r-universe.dev", "https://cloud.r-project.org"))
Changelog - Release 0.1.3 - 23/08/2024
Removed
- pipe usage for R versions older than 4.1
Added
- new tests for all functions
- new inputs checks for
render_code() - test coverage with complete tests
- new argument
opento open (or not) the generated document - template for word generated files
- HTML
Published by TanguyBarthelemy over 1 year ago
tbox - v0.1.2
{TBox} 0.1.2
R version
{TBox} is available for R version >= 3.6
Installation
The package is available
on CRAN:
r install.packages("TBox")the latest release on GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/TBox@v0.1.2") ```
- Or from r-universe (where you can find the binaries):
r
install.packages("TBox", repos = c("https://tanguybarthelemy.r-universe.dev", "https://cloud.r-project.org"))
Changelog - Release 0.1.2 - 14/06/2024
Added
- hidden functions
generate_chunk_header()andgenerate_rmd_file()to refactor the code and simplify the visibility. - hidden functions
get_fira_path()to get the path to the folder which contains the.ttffiles - new tests
- test coverage with
pandoc, {tinytex} andxclip(for Ubuntu) installed
- HTML
Published by TanguyBarthelemy over 1 year ago
tbox - v0.1.1
{TBox} 0.1.1
R version
{TBox} is available for R version >= 3.6
Installation
The package is available
on CRAN:
r install.packages("TBox")the development version is available from GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/TBox") ```
- Or from r-universe (where you can find the binaries):
r
install.packages("TBox", repos = c("https://tanguybarthelemy.r-universe.dev", "https://cloud.r-project.org"))
Changelog
Changed
render_code()now accept {knitr} chunk option as function arguments- Add new dependencies: {knitr} and {checkmate} to get all the different {knitr} options and to check the inputs of our functions
- HTML
Published by TanguyBarthelemy over 1 year ago
tbox - v0.1.0
{TBox} 0.1.0
First CRAN release!
R version
{TBox} is available for R version >= 3.6
Installation
The package is available
on CRAN:
r install.packages("TBox")the development version is available from GitHub:
```r
install.packages("remotes")
remotes::install_github("TanguyBarthelemy/TBox") ```
- Or from r-universe (where you can find the binaries):
r
install.packages("TBox", repos = c("https://tanguybarthelemy.r-universe.dev", "https://cloud.r-project.org"))
Changelog
Added
- CRAN release 0.1.0
- New function
render_code()to render some code on-the-fly to produce PDF, HTML, word and other format quickly by using the clickboard
- HTML
Published by TanguyBarthelemy over 1 year ago