GithubHelp home page GithubHelp logo

Comments (3)

eddelbuettel avatar eddelbuettel commented on June 2, 2024

Interesting. I guess they would have to override the system library century detection.

I actually think anytime mostly rejects %y on principle but users can of course add it.

I'll look into keeping 'state' with an internal variable about the format used, and an accessor could then report it.

from anytime.

eddelbuettel avatar eddelbuettel commented on June 2, 2024

Ok, I looked the original post. I think the user is simply out ot luck:

> datevec <- c("19-10-02", "11/19/2006", "9/9/2011", "12/29/2010", "10/18/93")    
> anytime::anydate(datevec)           
[1] NA           "2006-11-19" "2011-09-09" "2010-12-29" NA                 
>

The first and last formats are clearly discouraged by our documentation: if you use two-year date, you run a risk of bad outcomes.

anytime does not try to be a mindreader. It will do reasoanable things for reasonable inputs in a speedy and reliable way with less fuss than most of the alternative (no formats, no "origin", flexible with multiple formats). But it doesn't master metaphysis: garbage in still leads to garbage out. I am not sure there is anything actionable in this r-help email.

from anytime.

eddelbuettel avatar eddelbuettel commented on June 2, 2024

Closed for lack of follow-up.

from anytime.

Related Issues (20)

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.