Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
woRkflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SERG
woRkflow
Commits
2e403737
Commit
2e403737
authored
5 years ago
by
B.Anderson
Browse files
Options
Downloads
Patches
Plain Diff
changed version number
parent
bf28fd44
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rmd/make_basicReport.R
+1
-1
1 addition, 1 deletion
Rmd/make_basicReport.R
with
1 addition
and
1 deletion
Rmd/make_basicReport.R
+
1
−
1
View file @
2e403737
...
@@ -50,7 +50,7 @@ makeGWPlot <- function(dt){
...
@@ -50,7 +50,7 @@ makeGWPlot <- function(dt){
caption
=
"Source: UK Grid ESO (http://data.nationalgrideso.com)"
)
caption
=
"Source: UK Grid ESO (http://data.nationalgrideso.com)"
)
return
(
p
)
return
(
p
)
}
}
version
<-
1
.
0
version
<-
10
makeReport
<-
function
(
f
,
version
){
makeReport
<-
function
(
f
,
version
){
# default = html
# default = html
rmarkdown
::
render
(
input
=
paste0
(
here
::
here
(
"Rmd"
,
f
),
".Rmd"
),
# we love here:here() - it helps us find the .Rmd to use
rmarkdown
::
render
(
input
=
paste0
(
here
::
here
(
"Rmd"
,
f
),
".Rmd"
),
# we love here:here() - it helps us find the .Rmd to use
...
...
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