Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Russian language added as an option #780

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
swirl.Rproj
*.html
.DS_Store
/revdep/library
/revdep/checks
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Use the R console as an interactive learning
environment. Users receive immediate feedback as they are guided through
self-paced lessons in data science and R programming.
URL: http://swirlstats.com
Version: 2.4.4
Version: 2.4.4.0001
License: MIT + file LICENSE
Authors@R: c(
person("Sean", "Kross", email = "[email protected]", role = c("aut", "cre")),
Expand Down
4 changes: 2 additions & 2 deletions R/languages.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swirl_language <- function(){
lang <- getOption("swirl_language")
langs <- c("chinese_simplified", "dutch", "english",
"french", "german", "german_formal", "korean", "portuguese",
"spanish", "turkish")
"russian", "spanish", "turkish")

if(is.null(lang) || !(lang %in% langs)){
"english"
Expand All @@ -28,7 +28,7 @@ swirl_language <- function(){
select_language <- function(language = NULL, append_rprofile = FALSE){
langs <- c("chinese_simplified", "dutch", "english",
"french", "german", "german_formal", "korean", "portuguese",
"spanish", "turkish")
"russian", "spanish", "turkish")
if(is.null(language)){
selection <- select.list(langs)
} else if(!(language %in% langs)){
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
58 changes: 58 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.2 (2019-12-12) |
|os |Ubuntu 18.04.3 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |ru:en |
|collate |ru_RU.UTF-8 |
|ctype |ru_RU.UTF-8 |
|tz |Europe/Moscow |
|date |2020-01-15 |

# Dependencies

|package |old |new |Δ |
|:-----------|:---------|:----------|:--|
|swirl |2.4.4 |2.4.4.0001 |* |
|askpass |1.1 |1.1 | |
|assertthat |0.2.1 |0.2.1 | |
|backports |1.1.5 |1.1.5 | |
|bitops |1.0-6 |1.0-6 | |
|callr |3.4.0 |3.4.0 | |
|cli |2.0.1 |2.0.1 | |
|crayon |1.3.4 |1.3.4 | |
|curl |4.3 |4.3 | |
|desc |1.2.0 |1.2.0 | |
|digest |0.6.23 |0.6.23 | |
|ellipsis |0.3.0 |0.3.0 | |
|evaluate |0.14 |0.14 | |
|fansi |0.4.1 |0.4.1 | |
|glue |1.3.1 |1.3.1 | |
|httr |1.4.1 |1.4.1 | |
|jsonlite |1.6 |1.6 | |
|magrittr |1.5 |1.5 | |
|mime |0.8 |0.8 | |
|openssl |1.4.1 |1.4.1 | |
|pkgbuild |1.0.6 |1.0.6 | |
|pkgload |1.0.2 |1.0.2 | |
|praise |1.0.0 |1.0.0 | |
|prettyunits |1.1.0 |1.1.0 | |
|processx |3.4.1 |3.4.1 | |
|ps |1.3.0 |1.3.0 | |
|R6 |2.4.1 |2.4.1 | |
|RCurl |1.95-4.12 |1.95-4.12 | |
|rlang |0.4.2 |0.4.2 | |
|rprojroot |1.3-2 |1.3-2 | |
|rstudioapi |0.10 |0.10 | |
|stringi |1.4.5 |1.4.5 | |
|stringr |1.4.0 |1.4.0 | |
|sys |3.3 |3.3 | |
|testthat |2.3.1 |2.3.1 | |
|withr |2.1.2 |2.1.2 | |
|yaml |2.2.0 |2.2.0 | |

# Revdeps

8 changes: 5 additions & 3 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
library("devtools")
# library("devtools")
# install_github("r-lib/revdepcheck", type = "source")
library("revdepcheck")

res <- revdep_check()
revdep_check_save_summary()
revdep_check()
revdep_report()
Binary file added revdep/data.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*