Skip to content

Commit

Permalink
Merge pull request #16 from rwoldford/master
Browse files Browse the repository at this point in the history
added alias to zenplots.R for roxygen2 issue
  • Loading branch information
rwoldford authored Aug 25, 2023
2 parents c15edc2 + e6a080f commit 2f5431d
Show file tree
Hide file tree
Showing 210 changed files with 13,437 additions and 20,025 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: zenplots
Version: 1.0.4
Version: 1.0.5
Encoding: UTF-8
Title: Zigzag Expanded Navigation Plots
Description: Graphical tools for visualizing high-dimensional data along a path
Expand All @@ -24,5 +24,5 @@ License: GPL-2 | GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr, rmarkdown
Repository: CRAN
Date: 2021-09-08
RoxygenNote: 7.1.1
Date: 2023-08-25
RoxygenNote: 7.2.3
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# zenplots 1.0.5

* zenplots package documentation file

- roxygen2's @doctype package stopped adding -package alias (see roxygen2 issue 1491)

# zenplots 1.0.4

* zenplot now (invisibly) returns a list with two extra classes
Expand Down
1 change: 1 addition & 0 deletions R/zenplots.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#'
#'
#' @docType package
#' @aliases zenplots-package
#' @name zenplots
#' @useDynLib zenplots, .registration=TRUE
#'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zenplots

[![Build Status](https://travis-ci.org/great-northern-diver/zenplots.svg?branch=master)](https://travis-ci.org/great-northern-diver/zenplots) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/zenplots)](https://cran.r-project.org/package=zenplots)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/zenplots)](https://cran.r-project.org/package=zenplots)

Plotting paths to data enlightenment <img src="man/figures/logo.png" align="right" width="120" />

Expand Down
140 changes: 50 additions & 90 deletions docs/404.html

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

Loading

0 comments on commit 2f5431d

Please sign in to comment.