-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version * fix URLs * update wordlist * NEWS.Rd in buildignore * fix test * update snapshots with latest quarto stable * fix test and NOTE * cleanup docs * use proper vignette preamble * update cran comments * do not put vignettes in buildignore * description shouldn't start with pkg name * use full link to "get started" * add cran comments
- Loading branch information
1 parent
a707901
commit 7b9de84
Showing
14 changed files
with
764 additions
and
712 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 |
---|---|---|
|
@@ -12,6 +12,6 @@ | |
^CRAN-SUBMISSION$ | ||
^docs$ | ||
^altdoc$ | ||
^vignettes$ | ||
^.lintr$ | ||
man-roxygen | ||
man-roxygen | ||
^inst/NEWS\.Rd$ |
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,7 +1,7 @@ | ||
Type: Package | ||
Package: altdoc | ||
Title: Package Documentation Websites with 'Quarto', 'Docsify', 'Docute', or 'MkDocs' | ||
Version: 0.2.2.9014 | ||
Version: 0.3.0 | ||
Authors@R: | ||
c(person(given = "Etienne", | ||
family = "Bacher", | ||
|
@@ -13,7 +13,10 @@ Authors@R: | |
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-2042-7063")) | ||
) | ||
Description: 'altdoc' is a simple and powerful package to create, render, preview, and deploy documentation websites for 'R' packages. It is a lightweight and flexible alternative to 'pkgdown', with support for many documentation generators, including 'Quarto', 'Docute', 'Docsify', and 'MkDocs'. | ||
Description: This is a simple and powerful package to create, render, preview, | ||
and deploy documentation websites for 'R' packages. It is a lightweight and | ||
flexible alternative to 'pkgdown', with support for many documentation | ||
generators, including 'Quarto', 'Docute', 'Docsify', and 'MkDocs'. | ||
License: MIT + file LICENSE | ||
URL: https://altdoc.etiennebacher.com, https://github.com/etiennebacher/altdoc | ||
BugReports: https://github.com/etiennebacher/altdoc/issues | ||
|
@@ -40,6 +43,6 @@ Config/testthat/edition: 3 | |
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3.9000 | ||
RoxygenNote: 7.3.1 | ||
Language: en-US | ||
VignetteBuilder: knitr |
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
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
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
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
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ Rmarkdown | |
Rmd | ||
RStudio | ||
yaml | ||
venv |
Oops, something went wrong.