Skip to content

Commit

Permalink
Increase version after addressing CRAN reviewer's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
herdiantrisufriyana committed Jun 22, 2024
1 parent 5436461 commit a4f6734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rcausim
Title: Generate Causally-Simulated Data
Version: 0.1.0
Version: 0.1.1
Authors@R:
c(person(
given = "Herdiantri"
Expand Down
4 changes: 2 additions & 2 deletions doc/causal_simulation_exemplar.html
Original file line number Diff line number Diff line change
Expand Up @@ -1774,9 +1774,9 @@ <h1>Introduction to Causal Graphs</h1>
<pre class="r"><code># Convert the data frame into an igraph object.
g &lt;- graph_from_data_frame(d, directed = TRUE)
print(g)</code></pre>
<pre><code>## IGRAPH 4cb43c0 DN-- 2 1 --
<pre><code>## IGRAPH f0d831c DN-- 2 1 --
## + attr: name (v/c)
## + edge from 4cb43c0 (vertex names):
## + edge from f0d831c (vertex names):
## [1] X-&gt;Y</code></pre>
<p>To visualize the graph, we need to automatically determine the
coordinates to plot <span class="math inline">\(X\)</span> and <span class="math inline">\(Y\)</span> and draw a line from <span class="math inline">\(X\)</span> to <span class="math inline">\(Y\)</span>.</p>
Expand Down
Binary file added extras/rcausim_0.1.1.pdf
Binary file not shown.

0 comments on commit a4f6734

Please sign in to comment.