GithubHelp home page GithubHelp logo

rde's People

Contributors

kloppen avatar

Stargazers

 avatar

Watchers

 avatar  avatar

rde's Issues

Improve warning messages

Particularly when the data does not match the cached data, the warning message could be improved.

Add version code

Add a version code to the copied string to allow for future updates while allowing backwards compatibility

`lintr` errors

There are now a number of lintr errors, likely caused by a new version of the lintr package.

R/load.R:64:26: style: Variable and function name style should be snake_case.

​load_rde_var <- function(use.cache = FALSE,
                         ^~~~~~~~~

R/save.R:8:1: style: Lines should not be more than 80 characters.

​#' the clipboard and then paste it in to the third argument of \code{load_rde_var}.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/save.R:46:31: style: Variable and function name style should be snake_case.

​copy_rde_var <- function(var, line.width=80L, no.clipboard=FALSE) {
                              ^~~~~~~~~~

R/save.R:46:47: style: Variable and function name style should be snake_case.

​copy_rde_var <- function(var, line.width=80L, no.clipboard=FALSE) {
                                              ^~~~~~~~~~~~

R/save.R:86:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

​base64_encode <- function(bin_data) {
^

tests/testthat/test_copy.R:47:30: style: Variable and function name style should be snake_case.

​test_vector <- function(vec, add.linebreaks) {
                             ^~~~~~~~~~~~~~

tests/testthat/test_load.R:73:9: style: Variable and function name style should be snake_case.

​      a$Sepal.Length <- a$Sepal.Length * 2
        ^~~~~~~~~~~~

tests/testthat/test_load.R:116:9: style: Variable and function name style should be snake_case.

​      a$Sepal.Length <- a$Sepal.Length * mult
        ^~~~~~~~~~~~

tests/testthat/test_load.R:133:9: style: Variable and function name style should be snake_case.

​      a$Sepal.Length <- a$Sepal.Length * mult
        ^~~~~~~~~~~~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.