Skip to content

Commit

Permalink
update git project (no package changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafernandez01 committed Jan 3, 2025
1 parent 1c2b32f commit 9a5c6f7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions AAGIQuartoExtra.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 70789a7d-2ce2-4923-91c8-65e7df1830ef

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
40 changes: 20 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Package: AAGIQuartoExtra
Title: Facilitates the Creation of AAGI Quarto Documents
Version: 0.2.0
Authors@R:
person("Javier A.", "Fernandez", , "[email protected]", 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", , "[email protected]", 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
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9a5c6f7

Please sign in to comment.