From 9a5c6f702a3fd14b688dbded16b853d3cfbac9d6 Mon Sep 17 00:00:00 2001 From: Javier Fernandez Date: Fri, 3 Jan 2025 10:24:58 +1000 Subject: [PATCH] update git project (no package changes) --- AAGIQuartoExtra.Rproj | 1 + DESCRIPTION | 40 ++++++++++++++++++++-------------------- README.Rmd | 2 +- 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/AAGIQuartoExtra.Rproj b/AAGIQuartoExtra.Rproj index 69fafd4..4ebf272 100644 --- a/AAGIQuartoExtra.Rproj +++ b/AAGIQuartoExtra.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 70789a7d-2ce2-4923-91c8-65e7df1830ef RestoreWorkspace: No SaveWorkspace: No diff --git a/DESCRIPTION b/DESCRIPTION index bb4c52a..47f8f50 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,20 +1,20 @@ -Package: AAGIQuartoExtra -Title: Facilitates the Creation of AAGI Quarto Documents -Version: 0.2.0 -Authors@R: - person("Javier A.", "Fernandez", , "j.fernandez@uq.edu.au", role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-4862-2461")) -Description: Assists in the creation of AAGI Quarto documents by providing a set of functions that generates the document structure and style. The package is designed to work with Quarto which is an open-source document format that supports R Markdown and Jupyter Notebooks. The package provides functions to create the document structure, add sections, figures, tables, and references. It also provides functions to download the AAGI document style, including logos, fonts, and colours. -License: MIT + file LICENSE -Encoding: UTF-8 -Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 -URL: https://github.com/jafernandez01/AAGIQuartoExtra -BugReports: https://github.com/jafernandez01/AAGIQuartoExtra/issues -Imports: - fs, - remotes -Suggests: - renv, - reticulate, - systemfonts +Package: AAGIQuartoExtra +Title: Facilitates the Creation of AAGI Quarto Documents +Version: 0.2.0 +Authors@R: + person("Javier A.", "Fernandez", , "j.fernandez@uq.edu.au", role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-4862-2461")) +Description: Assists in the creation of AAGI Quarto documents by providing a set of functions that generates the document structure and style. The package is designed to work with Quarto which is an open-source document format that supports R Markdown and Jupyter Notebooks. The package provides functions to create the document structure, add sections, figures, tables, and references. It also provides functions to download the AAGI document style, including logos, fonts, and colours. +License: MIT + file LICENSE +Encoding: UTF-8 +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.3.2 +URL: https://github.com/jafernandez01/AAGIQuartoExtra +BugReports: https://github.com/jafernandez01/AAGIQuartoExtra/issues +Imports: + fs, + remotes +Suggests: + renv, + reticulate, + systemfonts diff --git a/README.Rmd b/README.Rmd index bf82c73..2f6cb06 100644 --- a/README.Rmd +++ b/README.Rmd @@ -38,7 +38,7 @@ In RStudio, you can create a new AAGI Quarto document by clicking on `File -> Ne ![](screenshots/create_project_step1.png) -You will be prompted to enter the name of the project, the university partner, and the type of document you want to create (\**only **aagi-report** is available as of version 1.0.0*). The project will be created as a subdirectory in the specified working directory. +You will be prompted to enter the name of the project, the university partner, and the type of document you want to create (\**only **aagi-report** is available as of version 0.2.0*). The project will be created as a subdirectory in the specified working directory. If you are familiar with projects environments, you also have the options to set renv and python virtual environments in the project.