Skip to content

Commit c8ad96b

Browse files
committed
docs rerrun check
1 parent f6ed423 commit c8ad96b

File tree

4,033 files changed

+632146
-72005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,033 files changed

+632146
-72005
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ Suggests:
4343
data.tree,
4444
leaflet,
4545
tibble,
46-
withr
46+
withr,
47+
quantmod,
48+
data.tree,
49+
leaflet
4750
Depends: R (>= 4.1.0)
4851
RoxygenNote: 7.3.3
4952
Config/testthat/edition: 3

cran-comments.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
## Test environments
2-
* local R installation, R 4.3.3
3-
* ubuntu 22.04 (on GitHub Actions), R 4.3.3
2+
* Local R installation (4.5.0)
3+
* GitHub Actions: matrix on Windows, macOS, and Ubuntu (see `.github/workflows/R-CMD-check.yaml`)
4+
* R-hub: optional platform matrix via `.github/workflows/rhub.yaml`
45
* win-builder (devel)
56

6-
## R CMD check results
77

8-
0 errors | 0 warnings | 0 note
98

109
## Submission comments
1110

12-
This is a minor update to fix documentation issues:
13-
1. Fixed missing package anchors in Rd files as requested by CRAN. Specifically, we've added package anchors to \link{} targets that reference functions from other packages to ensure proper cross-references in the HTML documentation.
14-
- Fixed a code/documentation mismatch in the `e_graph_edges` function by adding the missing `color` parameter to the documentation.
15-
- Fixed "Lost braces" issues in `e_pictorial.Rd` by converting \itemize to \describe.
16-
- Fixed "Lost braces" issues in `nesting.Rd` by properly escaping curly braces in code examples.
17-
- Added missing package anchor for the `hist` function in `histogram.Rd`.
11+
- Bumped bundled `echarts.js` to 6.0.0.
12+
- New chart types and related functions: `e_doughnut()`, `e_violin()`, `e_barRange()`, `e_contour()`, `e_lineRange()`, `e_stage()`, `e_chord()`.
13+
- New utilities: `e_jitter()`, `e_zigzag()`, `e_annotations()`, `e_insert_data()`.
14+
- Greatly expanded unit testing and numerous bug fixes (see `NEWS.md` for full details and issue references).

docs/404.html

Lines changed: 65 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/404.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div id="main" class="col-md-9" role="main">
2+
3+
Content not found. Please use links in the navbar.
4+
5+
# Page not found (404)
6+
7+
</div>

docs/CODE_OF_CONDUCT.html

Lines changed: 61 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.md

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
<div id="main" class="col-md-9" role="main">
2+
3+
# Contributor Covenant Code of Conduct
4+
5+
<div id="contributor-covenant-code-of-conduct" class="section level1">
6+
7+
<div class="section level2">
8+
9+
## Our Pledge
10+
11+
We as members, contributors, and leaders pledge to make participation in
12+
our community a harassment-free experience for everyone, regardless of
13+
age, body size, visible or invisible disability, ethnicity, sex
14+
characteristics, gender identity and expression, level of experience,
15+
education, socio-economic status, nationality, personal appearance,
16+
race, religion, or sexual identity and orientation.
17+
18+
We pledge to act and interact in ways that contribute to an open,
19+
welcoming, diverse, inclusive, and healthy community.
20+
21+
</div>
22+
23+
<div class="section level2">
24+
25+
## Our Standards
26+
27+
Examples of behavior that contributes to a positive environment for our
28+
community include:
29+
30+
- Demonstrating empathy and kindness toward other people
31+
- Being respectful of differing opinions, viewpoints, and experiences
32+
- Giving and gracefully accepting constructive feedback
33+
- Accepting responsibility and apologizing to those affected by our
34+
mistakes, and learning from the experience
35+
- Focusing on what is best not just for us as individuals, but for the
36+
overall community
37+
38+
Examples of unacceptable behavior include:
39+
40+
- The use of sexualized language or imagery, and sexual attention or
41+
advances of any kind
42+
- Trolling, insulting or derogatory comments, and personal or
43+
political attacks
44+
- Public or private harassment
45+
- Publishing others’ private information, such as a physical or email
46+
address, without their explicit permission
47+
- Other conduct which could reasonably be considered inappropriate in
48+
a professional setting
49+
50+
</div>
51+
52+
<div class="section level2">
53+
54+
## Enforcement Responsibilities
55+
56+
Community leaders are responsible for clarifying and enforcing our
57+
standards of acceptable behavior and will take appropriate and fair
58+
corrective action in response to any behavior that they deem
59+
inappropriate, threatening, offensive, or harmful.
60+
61+
Community leaders have the right and responsibility to remove, edit, or
62+
reject comments, commits, code, wiki edits, issues, and other
63+
contributions that are not aligned to this Code of Conduct, and will
64+
communicate reasons for moderation decisions when appropriate.
65+
66+
</div>
67+
68+
<div class="section level2">
69+
70+
## Scope
71+
72+
This Code of Conduct applies within all community spaces, and also
73+
applies when an individual is officially representing the community in
74+
public spaces. Examples of representing our community include using an
75+
official e-mail address, posting via an official social media account,
76+
or acting as an appointed representative at an online or offline event.
77+
78+
</div>
79+
80+
<div class="section level2">
81+
82+
## Enforcement
83+
84+
Instances of abusive, harassing, or otherwise unacceptable behavior may
85+
be reported to the community leaders responsible for enforcement at
86+
\[INSERT CONTACT METHOD\]. All complaints will be reviewed and
87+
investigated promptly and fairly.
88+
89+
All community leaders are obligated to respect the privacy and security
90+
of the reporter of any incident.
91+
92+
</div>
93+
94+
<div class="section level2">
95+
96+
## Enforcement Guidelines
97+
98+
Community leaders will follow these Community Impact Guidelines in
99+
determining the consequences for any action they deem in violation of
100+
this Code of Conduct:
101+
102+
<div class="section level3">
103+
104+
### 1. Correction
105+
106+
**Community Impact**: Use of inappropriate language or other behavior
107+
deemed unprofessional or unwelcome in the community.
108+
109+
**Consequence**: A private, written warning from community leaders,
110+
providing clarity around the nature of the violation and an explanation
111+
of why the behavior was inappropriate. A public apology may be
112+
requested.
113+
114+
</div>
115+
116+
<div class="section level3">
117+
118+
### 2. Warning
119+
120+
**Community Impact**: A violation through a single incident or series of
121+
actions.
122+
123+
**Consequence**: A warning with consequences for continued behavior. No
124+
interaction with the people involved, including unsolicited interaction
125+
with those enforcing the Code of Conduct, for a specified period of
126+
time. This includes avoiding interactions in community spaces as well as
127+
external channels like social media. Violating these terms may lead to a
128+
temporary or permanent ban.
129+
130+
</div>
131+
132+
<div class="section level3">
133+
134+
### 3. Temporary Ban
135+
136+
**Community Impact**: A serious violation of community standards,
137+
including sustained inappropriate behavior.
138+
139+
**Consequence**: A temporary ban from any sort of interaction or public
140+
communication with the community for a specified period of time. No
141+
public or private interaction with the people involved, including
142+
unsolicited interaction with those enforcing the Code of Conduct, is
143+
allowed during this period. Violating these terms may lead to a
144+
permanent ban.
145+
146+
</div>
147+
148+
<div class="section level3">
149+
150+
### 4. Permanent Ban
151+
152+
**Community Impact**: Demonstrating a pattern of violation of community
153+
standards, including sustained inappropriate behavior, harassment of an
154+
individual, or aggression toward or disparagement of classes of
155+
individuals.
156+
157+
**Consequence**: A permanent ban from any sort of public interaction
158+
within the community.
159+
160+
</div>
161+
162+
</div>
163+
164+
<div class="section level2">
165+
166+
## Attribution
167+
168+
This Code of Conduct is adapted from the [Contributor
169+
Covenant](https://www.contributor-covenant.org), version 2.0, available
170+
at
171+
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
172+
173+
Community Impact Guidelines were inspired by [Mozilla’s code of conduct
174+
enforcement ladder](https://github.com/mozilla/diversity).
175+
176+
For answers to common questions about this code of conduct, see the FAQ
177+
at <https://www.contributor-covenant.org/faq>. Translations are
178+
available at <https://> www.contributor-covenant.org/translations.
179+
180+
</div>
181+
182+
</div>
183+
184+
</div>

0 commit comments

Comments
 (0)