Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MICS_Biomathematics
prettyplots
tableExtra
Commits
ff471a37
Commit
ff471a37
authored
Nov 19, 2020
by
Pradat Yoann
Browse files
rm .Rprofile
parent
092dac72
Changes
2
Hide whitespace changes
Inline
Side-by-side
.Rprofile
deleted
100644 → 0
View file @
092dac72
repository
<-
"visualisation"
if
(
grepl
(
repository
,
getwd
())){
path
<-
unlist
(
strsplit
(
getwd
(),
repository
))[
1
]
renv
::
load
(
file.path
(
path
,
repository
))
}
else
{
cat
(
paste
(
"WARNING: The repository"
,
repository
,
"is not in the current path. Cannont load the renv environment.\n"
))
cat
(
"To remove this warning, set the correct value for 'repository' in your .Rprofile.\n"
)
}
suppressMessages
(
require
(
colorout
))
options
(
prompt
=
"R> "
,
digits
=
4
,
continue
=
"+ "
,
useFancyQuotes
=
FALSE
)
.gitignore
View file @
ff471a37
...
...
@@ -12,6 +12,7 @@ log/
# R
*.Rproj.user
*.Rprofile
# Open cached files
*.m~
...
...
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