Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
compo.EDA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
COMPO
compo.EDA
Commits
4186fc33
Commit
4186fc33
authored
2 months ago
by
BENZEKRY Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
c2fb53a0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
4186fc33
...
...
@@ -8,10 +8,10 @@ The `compo.EDA` package provides tools for data analysis specifically tailored f
In order to install the EDA package on your computer you will have to :
-
`devtools`
must be installed (
`install.packages("devtools")`
if not installed)
-
Use setwd() to place yourself
directory where the
EDA package
is
.
-
Use setwd() to place yourself
in the parent directory of the compo.
EDA package.
-
Then
```
r
devtools
::
install
(
"
.
"
,
build_vignettes
=
TRUE
)
devtools
::
install
(
"
compo.EDA
"
,
build_vignettes
=
TRUE
)
```
will automatically install the package. You might need to additionally install manually the
`ggpp`
and
`sjmisc`
packages.
...
...
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