Skip to content

Commit 352cc25

Browse files
committed
Project infra
1 parent ed098f9 commit 352cc25

File tree

4 files changed

+49
-0
lines changed

4 files changed

+49
-0
lines changed

.Rbuildignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
^LICENSE\.md$
4+
^_pkgdown\.yml$
5+
^docs$
6+
^pkgdown$
7+
^\.github$
8+
^README\.Rmd$

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
.DS_Store
6+
docs

DESCRIPTION

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Package: shinytangle
2+
Title: Interactive Inline TangleJS Style Elements for Shiny Applications
3+
Version: 0.0.0.9000
4+
Authors@R:
5+
person("James Joseph", "Balamuta", , "james.balamuta@gmail.com", role = c("aut", "cre"))
6+
Description: Provides a set of functions for creating inline numeric inputs and
7+
outputs in Shiny applications with drag-to-change functionality inspired by
8+
Tangle.js.
9+
URL: https://github.com/coatless-rpkg/shinytangle, https://r-pkg.thecoatlessprofessor.com/shinytangle/
10+
BugReports: https://github.com/coatless-rpkg/shinytangle/issues
11+
License: AGPL (>= 3)
12+
Encoding: UTF-8
13+
Roxygen: list(markdown = TRUE)
14+
RoxygenNote: 7.3.2
15+
Imports:
16+
shiny

shinytangle.Rproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Version: 1.0
2+
ProjectId: 2802cc52-67a6-4e06-b2a5-da06011a5764
3+
4+
RestoreWorkspace: Default
5+
SaveWorkspace: Default
6+
AlwaysSaveHistory: Default
7+
8+
EnableCodeIndexing: Yes
9+
UseSpacesForTab: Yes
10+
NumSpacesForTab: 2
11+
Encoding: UTF-8
12+
13+
RnwWeave: Sweave
14+
LaTeX: pdfLaTeX
15+
16+
BuildType: Package
17+
PackageUseDevtools: Yes
18+
PackageInstallArgs: --no-multiarch --with-keep.source
19+
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)