Code Monkey home page Code Monkey logo

readwriter's People

Contributors

vertesy avatar

Watchers

 avatar  avatar  avatar

readwriter's Issues

read.simple.tsv should return a DF not a tibble

Tibbles don't support rownames

rownames(mytibble)
NULL

# You can add rownames(
rownames(mytibble) <- LETTERS[1:4]

#But after subsetting they are gone
mytibble <- mytibble[ 1:4, ]

rownames(mytibble)
NULL

Input
Add any other context or screenshots about the feature request here.

Output

Installation error in devtools::install_github(repo = "vertesy/ReadWriter", upgrade = F)

Description

Hi,
I am trying to install MarkdownReports as a dependency for another package (gruffi). But I have troubles already in installing ReadWriter

Buggy Behavior

When running the command devtools::install_github(repo = "vertesy/ReadWriter", upgrade = F) I get this error message:

Error: objectread.xlsis not exported by 'namespace:gdata'
Execution halted
ERROR: lazy loading failed for packageReadWriter

Is this a problem on my side? Can you help me with this?

column.2.row.names in read.simple.csv

Description
Fail

 read.simple.csv(path_p13d8)
...
Rows: 25707 Columns: 2                                                                                                                         
── Column specification ────────────────────────────────────────────────────────────────────────────────────
Delimiter: ","
chr (1): barcode
dbl (1): frequencyUse `spec()` to retrieve the full column specification for this data.Specify the column types or set `show_col_types = FALSE` to quiet this message.
[1] "New variable dim:  25707 1"
Error in column.2.row.names(read_in, as_df = !asTibble) : 
  (converted from warning) tibble/df already has row names (now overwritten):

ReadWriter functions only work after require(ReadWriter)

Description

  • require(ReadWriter) loads the dependee Stringendo.
  • This may be a structural problem across repos. Investigated in vertesy/pipatorium#5

Expected and Buggy Behavior

# Does not work
> ReadWriter::write.simple(xxx)
'Error in kollapse(...) : could not find function "kollapse"'

# Works (it reproduces #8 )
require(ReadWriter)
write.simple(xxx)

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.