Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
hrbrmstr
speedtest
Commits
a273af75
Unverified
Commit
a273af75
authored
Jan 25, 2018
by
hrbrmstr
🛌
Committed by
GitHub
Jan 25, 2018
Browse files
Merge pull request #4 from GarrettMooney/update_config
Update config XML
parents
7ab78e4a
41c0e78d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
DESCRIPTION
DESCRIPTION
+2
-1
R/config.r
R/config.r
+1
-0
No files found.
DESCRIPTION
View file @
a273af75
...
...
@@ -7,7 +7,8 @@ Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Bryce", "Mecum", email = "petridish@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-0381-3766"))
comment = c(ORCID = "0000-0002-0381-3766")),
person("Garrett", "Mooney", email = "gmooney@mail.bradley.edu", role = "ctb")
)
Author: Bob Rudis (bob@rud.is)
Maintainer: Bob Rudis <bob@rud.is>
...
...
R/config.r
View file @
a273af75
...
...
@@ -14,6 +14,7 @@ spd_config <- function() {
config
<-
httr
::
content
(
res
,
as
=
"text"
)
config
<-
xml2
::
read_xml
(
config
)
config
<-
xml2
::
as_list
(
config
)
config
<-
config
$
settings
config
<-
purrr
::
map
(
config
,
function
(
.x
)
{
c
(
.x
,
attributes
(
.x
))
})
config
$
`server-config`
$
ignoreids
<-
strsplit
(
config
$
`server-config`
$
ignoreids
,
","
)[[
1
]]
...
...
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