Skip to content

Commit c04dd36

Browse files
committed
More fixes
1 parent a85b38c commit c04dd36

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: socviz
22
Type: Package
33
Title: Utilities and Data Sets for Data Visualization
4-
Version: 2.0.0.9000
4+
Version: 2.0.0
55
Authors@R: person("Kieran", "Healy", email = "kjhealy@gmail.com",
66
role = c("aut", "cre"))
77
Maintainer: Kieran Healy <kjhealy@gmail.com>

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This is an R package of datasets, functions, and course materials to go along wi
3838

3939
## What's in this Package
4040

41-
The `socviz` package contains about thirty datasets and a number of utility and convenience functions. Most of them are used in _[Data Visualization: A Practical Introduction](`https://socviz.co`), and there are also a few others as well for self-learners and students to practice their skills on.
41+
The `socviz` package contains about thirty datasets and a number of utility and convenience functions. Most of them are used in _[Data Visualization: A Practical Introduction](https://socviz.co), and there are also a few others as well for self-learners and students to practice their skills on.
4242

4343

4444
## Installation

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Introduction](https://press.princeton.edu/books/paperback/9780691181622/data-vis
2121

2222
The `socviz` package contains about thirty datasets and a number of
2323
utility and convenience functions. Most of them are used in \_[Data
24-
Visualization: A Practical Introduction](%60https://socviz.co%60), and
25-
there are also a few others as well for self-learners and students to
26-
practice their skills on.
24+
Visualization: A Practical Introduction](https://socviz.co), and there
25+
are also a few others as well for self-learners and students to practice
26+
their skills on.
2727

2828
## Installation
2929

inst/CITATION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ bibentry(
33
textVersion = "Kieran Healy. Data Visualization: A Practical Introduction. Princeton University Press, Princeton, 2026.",
44
title = "Data Visualization: A Practical Introduction",
55
author = "Kieran Healy",
6+
publisher = "Princeton University Press",
67
year = "2019",
78
isbn = "9780691181622",
89
url = "https://socviz.co"

0 commit comments

Comments
 (0)