Skip to content
View tukachev's full-sized avatar

Block or report tukachev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WSJ_GDP_forecast WSJ_GDP_forecast Public

    Reproducing the WSJ Russia’s real GDP forecast chart using R

    R

  2. JWST JWST Public

    Параметры полёта телескопа JWST

    R

  3. Плиточная карта РФ Плиточная карта РФ
    1
    library(geofacet)
    2
    library(ggplot2)
    3
    mygrid <- data.frame(
    4
      row = c(1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 
    5
              4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 
  4. NAFI_data NAFI_data Public

    Редизайн графика из исследования НАФИ

    R

  5. tracker_heart_rate tracker_heart_rate Public

    R

  6. Доля нефтегазовых доходов в федераль... Доля нефтегазовых доходов в федеральном бюджете России по годам
    1
    library(tidyverse)
    2
    # library(readxl)
    3
    library(scales)
    4
    library(openxlsx)
    5