-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1721fcf
commit 49ae3bd
Showing
53 changed files
with
544 additions
and
534 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
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,4 @@ | ||
# Code of Conduct for `a11ytables` | ||
# Code of Conduct for `aftables` | ||
|
||
## Civil Service Code | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: a11ytables | ||
Package: aftables | ||
Title: Create Spreadsheet Publications Following Best Practice | ||
Version: 0.3.2 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Matt", "Dray", , "[email protected]", role = c("aut")), | ||
person("Tim", "Taylor", role = "ctb"), | ||
|
@@ -13,11 +13,11 @@ Description: Generate spreadsheet publications that follow best practice | |
accessibility. Based on 'openxlsx'. See also the Python package | ||
'gptables'. | ||
License: MIT + file LICENSE | ||
URL: https://best-practice-and-impact.github.io/a11ytables/, | ||
https://github.com/best-practice-and-impact/a11ytables | ||
BugReports: https://github.com/best-practice-and-impact/a11ytables/issues | ||
URL: https://best-practice-and-impact.github.io/aftables/, | ||
https://github.com/best-practice-and-impact/aftables | ||
BugReports: https://github.com/best-practice-and-impact/aftables/issues | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 3.5) | ||
Imports: | ||
openxlsx, | ||
pillar | ||
|
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,11 +1,11 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(summary,a11ytable) | ||
S3method(tbl_sum,a11ytable) | ||
export(as_a11ytable) | ||
export(at_template_a11ytable) | ||
S3method(summary,aftable) | ||
S3method(tbl_sum,aftable) | ||
export(as_aftable) | ||
export(at_template_aftable) | ||
export(at_template_workflow) | ||
export(create_a11ytable) | ||
export(create_aftable) | ||
export(generate_workbook) | ||
export(is_a11ytable) | ||
export(is_aftable) | ||
importFrom(pillar,tbl_sum) |
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
File renamed without changes.
Oops, something went wrong.