Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/jump to screen #9

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: shinyglide
Type: Package
Title: Glide Component for Shiny Applications
Version: 0.1.3
Version: 0.1.3002
Date: 2019-10-13
Authors@R: c(
person("Julien", "Barnier",
Expand All @@ -24,5 +24,4 @@ Suggests:
rmarkdown
Roxygen: list(markdown = TRUE)
LazyData: true
RoxygenNote: 6.1.1

RoxygenNote: 7.0.2
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Generated by roxygen2: do not edit by hand

export(firstBtn)
export(firstButton)
export(glide)
export(glideControls)
export(jumpBtn)
export(lastBtn)
export(lastButton)
export(nextBtn)
export(nextButton)
export(prevBtn)
export(prevButton)
export(screen)
export(screenOutput)
Expand Down
Loading