-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update git project (no package changes)
- Loading branch information
1 parent
1c2b32f
commit 9a5c6f7
Showing
3 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters