-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added semantic ui syntactic sugar for: form, fields, field and rexpor…
…t for HTML label tab. (#43) * Other type of author field in DESCRIPTION. (#35) * Script for cran release (#36) * Initial script for package release. Camel case for DESCRIPTION title. * Updated README.md images dir path * Fix for updated README.md images dir path * Update bash script * Fixing release script * Fixes to script vol.2 * Fixes to script vol.3 * Fixes to script vol. 4 * Fixes for script vol.5 * Repaired requested changes in prepare_package_cran.sh * Changed solution for wrong directory robustness. * Fixes after cran release trial. * Modifying script due to new LICENSE.md file. * Lexical changes in description section. * Added semantic ui syntactic sugar for: form, fields, field and rexport for HTML label tab. * Added syntactic sugar for cards, header and segment.
- Loading branch information
Filip Stachura
authored
Sep 25, 2017
1 parent
40393db
commit bf1c5ce
Showing
26 changed files
with
354 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
.RData | ||
.Ruserdata | ||
.DS_Store | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ Package: shiny.semantic | |
Type: Package | ||
Title: Semantic ui support for Shiny | ||
Version: 0.1.1 | ||
Author: Filip Stachura <[email protected]> | ||
Maintainer: Filip Stachura <[email protected]> | ||
Description: Creating great user interface for your Shiny apps | ||
can be a hassle, especialy if you want to work purely in R | ||
Authors@R: person("Filip", "Stachura", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Creating a great user interface for your Shiny apps | ||
can be a hassle, especially if you want to work purely in R | ||
and don't want to use, for instance HTML templates. This | ||
package add support for powerful UI library Semantic UI - | ||
http://semantic-ui.com/. You can also find support for | ||
universal UI input binding that works with various DOM elements. | ||
package adds support for a powerful UI library Semantic UI - | ||
<http://semantic-ui.com/>. It also supports universal UI input | ||
binding that works with various DOM elements. | ||
BugReports: https://github.com/Appsilon/shiny.semantic/issues | ||
Encoding: UTF-8 | ||
LazyData: TRUE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
The shiny.semantic package as a whole is distributed under MIT license. | ||
|
||
The MIT License (MIT) | ||
Copyright (c) 2016 Appsilon Sp. z o.o. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
YEAR: 2016 | ||
COPYRIGHT HOLDER: Appsilon Sp. z o.o. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
The MIT License (MIT) | ||
===================== | ||
|
||
Copyright © 2016 Appsilon Sp. z o.o. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.