Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stacomi
stacoshiny
Commits
8cb8de5a
Commit
8cb8de5a
authored
Nov 18, 2021
by
cedricbriandgithub
Browse files
additing the source to stacomir and stacomitools to build
parent
5b65bcf8
Changes
4
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
8cb8de5a
...
...
@@ -25,7 +25,7 @@ Imports:
stacomiR (>= 0.5.4.5)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.
1
RoxygenNote: 7.1.
2
Suggests:
testthat,
spelling
...
...
@@ -34,5 +34,4 @@ URL: https://forgemia.inra.fr/stacomi/stacoshiny
BugReports: https://forgemia.inra.fr/stacomi/stacoshiny/issues
Remotes:
gitlab::git@forgemia.inra.fr:stacomi/stacomirtools.git,
gitlab::git@forgemia.inra.fr:stacomi/stacomir.git
\ No newline at end of file
gitlab::git@forgemia.inra.fr:stacomi/stacomir.git
\ No newline at end of file
dev/02_dev.R
View file @
8cb8de5a
...
...
@@ -10,8 +10,9 @@
###################################
#### CURRENT FILE: DEV SCRIPT #####
###################################
# Engineering
install.packages
(
"remotes"
)
remotes
::
install_github
(
"daattali/shinyjs"
)
1
# Engineering
## Dependencies ----
## Add one line by package you want to add as dependency
...
...
@@ -24,9 +25,13 @@ usethis::use_package("pool")
usethis
::
use_package
(
"rlang"
)
usethis
::
use_package
(
"shinipsum"
)
#, "shinyWidgets"
usethis
::
use_dev_package
(
"stacomirtools"
,
remote
=
"Remotes: gitlab::git@forgemia.inra.fr:stacomi/stacomirtools.git"
)
usethis
::
use_dev_package
(
"stacomirtools"
,
remote
=
"Remotes: gitlab::git@forgemia.inra.fr:stacomi/stacomirtools.git"
)
usethis
::
use_dev_package
(
"stacomiR"
,
remote
=
"Remotes: gitlab::git@forgemia.inra.fr:stacomi/stacomir.git"
)
install.packages
(
file.path
(
getwd
(),
"inst/stacomirtools_0.6.0.9000.tar.gz"
),
repos
=
NULL
,
type
=
"source"
)
install.packages
(
file.path
(
getwd
(),
"inst/stacomiR_0.6.0.tar.gz"
),
repos
=
NULL
,
type
=
"source"
)
## Add modules ----
## Create a module infrastructure in R/
golem
::
add_module
(
name
=
"main_page"
)
# Main page for the shiny interface
...
...
inst/stacomiR_0.6.0.tar.gz
0 → 100644
View file @
8cb8de5a
File added
inst/stacomirtools_0.6.0.9000.tar.gz
0 → 100644
View file @
8cb8de5a
File added
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