Skip to content

Commit

Permalink
bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 16, 2020
1 parent 10cbe58 commit 4747d36
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: timevis
Title: Create Interactive Timeline Visualizations in R
Version: 0.5.0.9006
Version: 1.0.0
Authors@R: c(
person("Dean", "Attali", email = "[email protected]",
role = c("aut", "cre"), comment = "R interface"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# timevis 1.0.0 (DATE TBD)
# timevis 1.0.0 (2020-09-15)

- **BREAKING CHANGE** API functions now work in shiny modules without having to specify the namespace. This means that if you previously explicitly used a namespace when calling API functions, you need to remove the namespace function (#90)
- Add `timezone` parameter to `timevis()` - supports showing the timeline in a different timezone than your local machine (#67)
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# {timevis} - Create interactive timeline visualizations in R

[![Donate](https://i.imgur.com/vCIGFrH.png)](https://github.com/sponsors/daattali)
[![Build
Status](https://travis-ci.org/daattali/timevis.svg?branch=master)](https://travis-ci.org/daattali/timevis)
[![CRAN
version](https://www.r-pkg.org/badges/version/timevis)](https://cran.r-project.org/package=timevis)

> [Demo](https://daattali.com/shiny/timevis-demo) · Created by [Dean
> Attali](https://deanattali.com)
> By [Dean Attali](https://deanattali.com) ·
> [Demo](https://daattali.com/shiny/timevis-demo)
{timevis} lets you create rich and *fully interactive* timeline
visualizations in R. Timelines can be included in Shiny apps and R
Expand All @@ -20,12 +19,11 @@ JavaScript library.
**Need Shiny help? [I’m available for
consulting](https://attalitech.com/).**<br/> **If you find {timevis}
useful, please consider [supporting my
work](https://github.com/sponsors/daattali/sponsorships?tier_id=39852)
to unlock rewards\!**
work](https://github.com/sponsors/daattali) to unlock rewards\!**

<p align="center">

<a style="display: inline-block;" href="https://github.com/sponsors/daattali/sponsorships?tier_id=39852">
<a style="display: inline-block;" href="https://github.com/sponsors/daattali">
<img height="35" src="https://i.imgur.com/034B8vq.png" /> </a>

<a style="display: inline-block;" href="https://paypal.me/daattali">
Expand Down
4 changes: 2 additions & 2 deletions inst/example/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fluidPage(
tags$meta(property = "og:description", content = share$description),

# Twitter summary cards
tags$meta(name = "twitter:card", content = "summary"),
tags$meta(name = "twitter:card", content = "summary_large_image"),
tags$meta(name = "twitter:site", content = paste0("@", share$twitter_user)),
tags$meta(name = "twitter:creator", content = paste0("@", share$twitter_user)),
tags$meta(name = "twitter:title", content = share$title),
Expand All @@ -45,7 +45,7 @@ fluidPage(
"Available",
tags$a(href = "https://github.com/daattali/timevis", "on GitHub"),
HTML("&bull;"),
tags$a(href = "https://daattali.com/shiny/", "More apps"), "by Dean"
tags$a(href = "https://github.com/sponsors/daattali", "Support my work"), ""
)
),
tabsetPanel(
Expand Down
4 changes: 2 additions & 2 deletions inst/example/www/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ JavaScript library.
**Need Shiny help? [I’m available for
consulting](https://attalitech.com/).**<br/> **If you find {timevis}
useful, please consider [supporting my
work](https://github.com/sponsors/daattali/sponsorships?tier_id=39852)
work](https://github.com/sponsors/daattali)
to unlock rewards\!**

<p align="center">

<a style="display: inline-block;" href="https://github.com/sponsors/daattali/sponsorships?tier_id=39852">
<a style="display: inline-block;" href="https://github.com/sponsors/daattali">
<img height="35" src="https://i.imgur.com/034B8vq.png" /> </a>

</p>
Expand Down
7 changes: 3 additions & 4 deletions vignettes/timevis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,19 @@ knitr::opts_chunk$set(tidy = FALSE, comment = "#>")

# {timevis} - Create interactive timeline visualizations in R

[![Donate](https://i.imgur.com/vCIGFrH.png)](https://github.com/sponsors/daattali)
[![Build Status](https://travis-ci.org/daattali/timevis.svg?branch=master)](https://travis-ci.org/daattali/timevis)
[![CRAN version](https://www.r-pkg.org/badges/version/timevis)](https://cran.r-project.org/package=timevis)

> [Demo](https://daattali.com/shiny/timevis-demo) &middot; Created by [Dean Attali](https://deanattali.com)
> By [Dean Attali](https://deanattali.com) &middot; [Demo](https://daattali.com/shiny/timevis-demo)
{timevis} lets you create rich and *fully interactive* timeline visualizations in R. Timelines can be included in Shiny apps and R markdown documents, or viewed from the R console and RStudio Viewer. {timevis} includes an extensive API to manipulate a timeline after creation, and supports getting data out of the visualization into R. This package is based on the [visjs](https://visjs.org/) Timeline JavaScript library.

**Need Shiny help? [I'm available for consulting](https://attalitech.com/).**<br/>
**If you find {timevis} useful, please consider [supporting my work](https://github.com/sponsors/daattali/sponsorships?tier_id=39852) to unlock rewards\!**
**If you find {timevis} useful, please consider [supporting my work](https://github.com/sponsors/daattali) to unlock rewards\!**

<p align="center">

<a style="display: inline-block;" href="https://github.com/sponsors/daattali/sponsorships?tier_id=39852">
<a style="display: inline-block;" href="https://github.com/sponsors/daattali">
<img height="35" src="https://i.imgur.com/034B8vq.png" /> </a>

<a style="display: inline-block;" href="https://paypal.me/daattali">
Expand Down

0 comments on commit 4747d36

Please sign in to comment.