Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
R With Python
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Colin Angell
R With Python
Commits
644f1c7a
Commit
644f1c7a
authored
6 years ago
by
Sebastian Kopf
Browse files
Options
Downloads
Patches
Plain Diff
add R dependencies
parent
723b969a
No related branches found
Branches containing commit
Tags
1.6.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
binder/install.R
+3
-3
3 additions, 3 deletions
binder/install.R
with
3 additions
and
3 deletions
binder/install.R
+
3
−
3
View file @
644f1c7a
### install regular packages
install.packages
(
"reticulate"
)
# python support in RMarkdown
#
install.packages(
c("rmarkdown", "caTools", "bitops")
) # for
kni
tting
#
install.packages(
tidyverse) # install the entire tidyverse
install.packages
(
"ggplot2"
)
# for
plo
tting
install.packages
(
c
(
"rmarkdown"
,
"caTools"
,
"bitops"
))
# for knitting
### install bioconductor packages
# install.packages("BiocManager")
...
...
@@ -10,4 +10,4 @@ install.packages("reticulate") # python support in RMarkdown
### install GitHub packages (tag = commit, branch or release tag)
# install.packages("devtools")
# devtools::install_github("user/repo, ref = "tag")
\ No newline at end of file
# devtools::install_github("user/repo", ref = "tag")
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment