Skip to content

Commit

Permalink
correct web tool spelling and add url
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Mar 27, 2018
1 parent 7efd02b commit 3f5afa0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Authors@R: person("Malcolm", "Barrett",
email = "[email protected]",
role = c("aut", "cre"))
Description: Tidy, analyze, and plot directed acyclic graphs (DAGs). 'ggdag' is
built on top of 'dagitty', an R package that uses the dagitty web tool for
creating and analyzing DAGs. 'ggdag' makes it easy to tidy and plot
'dagitty' objects using 'ggplot2' and 'ggraph', as well as common analytic
and graphical functions, such as determining adjustment sets and node
relationships.
built on top of 'dagitty', an R package that uses the 'DAGitty' web tool
(<http://dagitty.net>) for creating and analyzing DAGs. 'ggdag' makes it
easy to tidy and plot 'dagitty' objects using 'ggplot2' and 'ggraph', as
well as common analytic and graphical functions, such as determining
adjustment sets and node relationships.
Depends:
R (>= 3.0.0),
ggplot2
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission
This is a resubmission. For this submission, I have:
* Fixed encoding problem that caused a spelling error.
* Fixed the capitalization of the DAGitty web tool and added a url to the
DESCRIPTION file

## Test environments
* local OS X install, R 3.4.3
* ubuntu 14.04 (on travis-ci), R 3.4.3
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ VignetteIndexEntry
vjust
xend
yend
DAGitty
http

0 comments on commit 3f5afa0

Please sign in to comment.