Skip to content

Commit

Permalink
Updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp committed Aug 12, 2022
1 parent 2e1e9cc commit 884a907
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggperiodic
Title: Easy Plotting of Periodic Data with 'ggplot2'
Version: 1.0.1
Version: 1.0.2
Authors@R: person("Elio", "Campitelli", email = "[email protected]",
role = c("cre", "aut"), comment = c(ORCID = "https://orcid.org/0000-0002-7742-9230"))
Description: Implements methods to plot periodic data in any arbitrary range on the fly.
Expand All @@ -24,4 +24,4 @@ ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ggperiodic 1.0.2

* Updates documentation to CRAN HTML5 format

# ggperiodic 1.0.1

* Removes vdiffr from dependencies.
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

The only change from previous version is that `vdiffr` was removed from Suggests, as
the package didn't do visual tests any more.
This release only updates the documentation to conform to the new CRAN HTML5 format.


Cheeers!
Expand Down
2 changes: 1 addition & 1 deletion man/ggperiodic.Rd

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

0 comments on commit 884a907

Please sign in to comment.