Git Product home page Git Product logo

appsheet's People

Contributors

calderonsamuel avatar olivroy avatar

Watchers

 avatar  avatar

appsheet's Issues

Error in successful add action when using appsheet database

Received this error, but the add action was successful.

appsheet("actas", Action = "Add", Rows = actas_to_load)
Error in FUN():
! All columns in a tibble must be vectors.
✖ Column _RowNumber is NULL.
Run rlang::last_trace() to see where the error occurred.

Error in `FUN()`: ! Columns 1, 2, 3, 4, 5, and 5 more must be named.

Received this error when using the "Edit" action. The edit was successful but it wasn't possible to parse the response as tibbles

<error/tibble_error_column_names_cannot_be_empty>
Error in FUN():
! Columns 1, 2, 3, 4, 5, and 5 more must be named.
Use .name_repair to specify repair.
Caused by error in repaired_names():
! Names can't be empty.
✖ Empty names found at locations 1, 2, 3, 4, 5, etc.

Backtrace:

  1. ├─appsheet::appsheet(tableName = "vehicles", Action = "Edit", Rows = attempt_1)
  2. │ └─response %>% lapply(tibble::as_tibble) %>% purrr::list_rbind() at appsheet/R/appsheet.R:49:8
  3. ├─purrr::list_rbind(.)
  4. │ └─purrr:::check_list_of_data_frames(x)
  5. │ └─vctrs::vec_check_list(x, call = error_call)
  6. │ └─vctrs::obj_check_list(x, ..., arg = arg, call = call)
  7. └─base::lapply(., tibble::as_tibble)
  8. ├─tibble (local) FUN(X[[i]], ...)
  9. └─tibble:::as_tibble.list(X[[i]], ...)
  10. └─tibble:::lst_to_tibble(x, .rows, .name_repair, col_lengths(x))
    
  11.   └─tibble:::set_repaired_names(...)
    
  12.     └─tibble:::repaired_names(...)
    

Release appsheet 0.1.0

First release:

Prepare for release:

  • git pull
  • Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • devtools::build_readme()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • urlchecker::url_check()
  • git push
  • Draft blog post

Submit to CRAN:

  • usethis::use_version('minor')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • git push
  • Finish blog post
  • Tweet
  • Add link to blog post in pkgdown news menu

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.