This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
lukas
/
speedrunr
mirror of
https://github.com/jemus42/speedrunr.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
Update internal data, docs
master
Lukas Burk
8 months ago
parent
d04a84acec
commit
922e76e248
Signed by:
lukas
GPG Key ID:
044E8B20BB186F81
5 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
NEWS.md
+1
-0
_pkgdown.yml
+1
-2
data-raw/update_data.R
BIN
data/platforms.rda
BIN
data/regions.rda
+ 2
- 2
NEWS.md
View File
@ -2,8 +2,8 @@
* Improved documentation
* Organizational:
- Add travis
- Auto-deploy pkgdown site via travis
- Add
~~
travis
~~
gh actions.
- Auto-deploy pkgdown site via
~~
travis
~~
gh actions.
* Output changes:
-
`get_runs`
now
*always*
embeds
`player`
data, adding
`player_name`
and related columns.
+ 1
- 0
_pkgdown.yml
View File
@ -1,6 +1,7 @@
development:
mode
:
auto
destination
:
"."
url
:
https://jemus42.github.io/speedrunr
template:
params:
bootswatch
:
cosmo
+ 1
- 2
data-raw/update_data.R
View File
@ -1,7 +1,6 @@
library
(
speedrunr
)
library
(
usethis
)
platforms
<-
get_platforms
(
)
regions
<-
get_regions
(
)
use_data
(
platforms
,
regions
,
overwrite
=
TRUE
)
usethis
::
use_data
(
platforms
,
regions
,
overwrite
=
TRUE
)
BIN
data/platforms.rda
View File
BIN
data/regions.rda
View File
Write
Preview
Loading…
Cancel
Save