Skip to content

Commit

Permalink
more URL fixing before CRAN resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Feb 2, 2023
1 parent 84877b2 commit 42b12ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# janitor 2.2.0 (2023-02-01)
# janitor 2.2.0 (2023-02-02)

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: http://sfirke.github.io/janitor/
url: https://sfirke.github.io/janitor/
template:
bootstrap: 5
2 changes: 1 addition & 1 deletion vignettes/janitor.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mtcars %>%
adorn_title()
```

Learn more in the [tabyls vignette](http://sfirke.github.io/janitor/articles/tabyls.html).
Learn more in the [tabyls vignette](https://sfirke.github.io/janitor/articles/tabyls.html).

### Explore records with duplicated values for specific combinations of variables with `get_dupes()`
This is for hunting down and examining duplicate records during data cleaning - usually when there shouldn't be any.
Expand Down
4 changes: 2 additions & 2 deletions vignettes/janitor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Overview of janitor functions
================
2023-02-01
2023-02-02

- <a href="#major-functions" id="toc-major-functions">Major functions</a>
- <a href="#cleaning" id="toc-cleaning">Cleaning</a>
Expand Down Expand Up @@ -195,7 +195,7 @@ mtcars %>%
```

Learn more in the [tabyls
vignette](http://sfirke.github.io/janitor/articles/tabyls.html).
vignette](https://sfirke.github.io/janitor/articles/tabyls.html).

### Explore records with duplicated values for specific combinations of variables with `get_dupes()`

Expand Down

0 comments on commit 42b12ed

Please sign in to comment.