Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Charles
rvelov
Commits
d0bbc483
Commit
d0bbc483
authored
Jul 28, 2019
by
Charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add minor details about package
parent
e2db0421
Pipeline
#108
canceled with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
DESCRIPTION
DESCRIPTION
+3
-2
NEWS.md
NEWS.md
+3
-0
R/app_ui.R
R/app_ui.R
+2
-2
dev/01_start.R
dev/01_start.R
+1
-3
inst/app/www/favicon.ico
inst/app/www/favicon.ico
+0
-0
No files found.
DESCRIPTION
View file @
d0bbc483
...
...
@@ -9,6 +9,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny,
golem
shiny,
golem,
htmltools
RoxygenNote: 6.1.1
NEWS.md
0 → 100644
View file @
d0bbc483
# rvelov 0.0.0.9000
*
Added a
`NEWS.md`
file to track changes to the package.
R/app_ui.R
View file @
d0bbc483
...
...
@@ -18,8 +18,8 @@ golem_add_external_resources <- function(){
)
tags
$
head
(
golem
::
activate_js
()
#
golem::favicon()
golem
::
activate_js
()
,
golem
::
favicon
()
# Add here all the external resources
# If you have a custom.css in the inst/app/www
# Or for example, you can add shinyalert::useShinyalert() here
...
...
dev/01_start.R
View file @
d0bbc483
...
...
@@ -32,8 +32,7 @@ usethis::use_mit_license(name = "Charles Bordet") # You can set another licence
usethis
::
use_readme_rmd
(
open
=
TRUE
)
usethis
::
use_code_of_conduct
()
usethis
::
use_lifecycle_badge
(
"Experimental"
)
usethis
::
use_news_md
(
open
=
FALSE
)
usethis
::
use_news_md
(
open
=
FALSE
)
usethis
::
use_git
()
## 1.3 - Add a data-raw folder
...
...
@@ -54,7 +53,6 @@ golem::use_recommended_deps()
## 1.6 Add various tools
# If you want to change the favicon (default is golem's one)
golem
::
remove_favicon
()
golem
::
use_favicon
()
# path = "path/to/ico". Can be an online file.
# Add helper functions
...
...
inst/app/www/favicon.ico
View replaced file @
e2db0421
View file @
d0bbc483
3.69 KB
|
W:
|
H:
567 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment