Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
brdunn
slurm_sim_tools
Commits
fbd097e9
Unverified
Commit
fbd097e9
authored
Jun 08, 2018
by
Phillip Hoffmann
Committed by
GitHub
Jun 08, 2018
Browse files
edited to make top_dir not dependent on rstudio
parent
e0a70b76
Changes
1
Hide whitespace changes
Inline
Side-by-side
regTesting/micro_cluster/11_prep_jobs_for_testrun.R
View file @
fbd097e9
...
...
@@ -4,7 +4,8 @@ library(RSlurmSimTools)
# change working directory to this script directory
top_dir
<-
NULL
top_dir
<-
dirname
(
rstudioapi
::
getActiveDocumentContext
()
$
path
)
#top_dir <- dirname(rstudioapi::getActiveDocumentContext()$path)
top_dir
<-
getwd
()
print
(
top_dir
)
setwd
(
top_dir
)
...
...
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