Skip to content

Commit

Permalink
updated links and bumped to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Aug 18, 2017
1 parent ebf659f commit 4e6a95f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: visdat
Title: Preliminary Visualisation of Data
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: c(
person("Nicholas", "Tierney", email = "[email protected]", role = c("aut", "cre")),
person("Sean", "Hughes", role = c("ctb"), comment = "Sean Hughes
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# visdat 0.2.1 (2017/08/18)

- Updated the `paper.md` for JOSS
- Updated some old links in doco

# visdat 0.2.0.9000 (2017/08/01)

- visdat is now under the rOpenSci github repository
Expand Down
2 changes: 1 addition & 1 deletion R/vis_compare.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
vis_compare <- function(df1,
df2){

message("vis_compare is in BETA! If you have suggestions or errors\npost an issue at https://github.com/njtierney/visdat/issues")
message("vis_compare is in BETA! If you have suggestions or errors\npost an issue at https://github.com/ropensci/visdat/issues")

# could add a parameter, "sort_match", to help with
# sort_match logical TRUE/FALSE.
Expand Down
3 changes: 2 additions & 1 deletion R/vis_dat_ly.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#'
#' @return `plotly` interactive plot, similar in appearance to `vis_dat`
#'
#' @seealso [vis_dat()] [vis_miss()] [vis_miss_ly()] [vis_guess()] [vis_compare()]
#' @seealso [vis_dat()] [vis_miss()] [vis_miss_ly()] [vis_guess()]
#' [vis_compare()]
#'
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template:
home:
links:
- text: Learn more
href: https://github.com/njtierney/naniar
href: https://github.com/ropensci/naniar

reference:
- title: "Visualise the whole dataframe, class, and missing data"
Expand Down
3 changes: 2 additions & 1 deletion man/vis_dat_ly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e6a95f

Please sign in to comment.