Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RTerahertz
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LMGC-Bois
RTerahertz
Commits
133275af
Commit
133275af
authored
Jul 08, 2019
by
Ahmad Alkadri
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited the README because I've made the repository public so I changed the How-to install section
parent
9bb77786
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
23 deletions
+22
-23
.Rproj.user/D9B41A7/pcs/windowlayoutstate.pper
.Rproj.user/D9B41A7/pcs/windowlayoutstate.pper
+4
-4
README.Rmd
README.Rmd
+7
-9
README.md
README.md
+11
-10
No files found.
.Rproj.user/D9B41A7/pcs/windowlayoutstate.pper
View file @
133275af
{
"left" : {
"panelheight" :
817
,
"splitterpos" : 3
41
,
"panelheight" :
941
,
"splitterpos" : 3
92
,
"topwindowstate" : "HIDE",
"windowheight" :
855
"windowheight" :
979
},
"right" : {
"panelheight" : 817,
"splitterpos" : 51
3
,
"splitterpos" : 51
2
,
"topwindowstate" : "NORMAL",
"windowheight" : 855
}
...
...
README.Rmd
View file @
133275af
...
...
@@ -28,14 +28,12 @@ For installing the package on your computer, simply open your R (via console or
as RStudio) and type:
```
devtools::install_git(
"https://git-xen.lmgc.univ-montp2.fr/alkadri/rterahertz.git",
credentials = git2r::cred_user_pass("user.name", getPass::getPass())
)
devtools::install_git("https://git-xen.lmgc.univ-montp2.fr/alkadri/rterahertz.git")
```
Where **user.name** is the email address that you use for logging in to
https://git-xen.lmgc.univ-montp2.fr/. Once you run that, you will be prompted
to enter your password that you usually use to logging in to LMGC's git.
Don't forget, you need to have *devtools*, *git2r*, and *getPass* packages
installed on your R in your computer.
Don't forget, you need to have *devtools*, *git2r*, and *getPass* packages installed on your R in your computer in order to run that code.
## Dependencies
This package depends on the following R packages: *plotly*, *ggplot2* and *reshape2*.
If you don't have them yet, don't worry, once you run the above code to install this package, those packages will be installed too.
README.md
View file @
133275af
...
...
@@ -23,13 +23,14 @@ by e-mail to <ahmad.alkadri@umontpellier.fr>.
For installing the package on your computer, simply open your R (via
console or IDE such as RStudio) and type:
devtools::install_git(
"https://git-xen.lmgc.univ-montp2.fr/alkadri/rterahertz.git",
credentials = git2r::cred_user_pass("user.name", getPass::getPass())
)
Where
**user.name**
is the email address that you use for logging in to
<https://git-xen.lmgc.univ-montp2.fr/>
. Once you run that, you will be
prompted to enter your password that you usually use to logging in to
LMGC’s git. Don’t forget, you need to have
*devtools*
,
*git2r*
, and
*getPass*
packages installed on your R in your computer.
devtools::install_git("https://git-xen.lmgc.univ-montp2.fr/alkadri/rterahertz.git")
Don’t forget, you need to have
*devtools*
,
*git2r*
, and
*getPass*
packages installed on your R in your computer in order to run that code.
## Dependencies
This package depends on the following R packages:
*plotly*
,
*ggplot2*
and
*reshape2*
. If you don’t have them yet, don’t worry, once you run
the above code to install this package, those packages will be installed
too.
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