Peter Meissner

Results 26 comments of Peter Meissner

... I have browsed the code again and had a look at more pages ... - I was worried that I used a series of "1 to 365" to either...

Thanks for the additional info. I was doing some digging into the job logs and found the following: ```sql INSERT INTO public.upload_jobs (job_id, job_start_ts, job_end_ts, job_status, job_progress, job_type, job_run_node, job_target_node,...

Two thoughts: 1.) According to this page a lot of Java version should already be installed including 32-bit and 64-bit: https://www.appveyor.com/docs/windows-images-software/#java. - Now the question would be can we make...

Digging a little bit into this ... - installation checks fail on local with and without Java installed for both platforms - for 32-bit R loading rJava fails because `JAVA_HOME`...

Digging more ... - There is advise that rJava should pick up the right Java version if installed ... * here https://r.789695.n4.nabble.com/rJava-works-with-32-bit-but-not-64-td4657451.html * and here https://stackoverflow.com/a/7604469/1144966 * I tried it...

I added the error message. The section now has the - error message - technical description of the problem - a working solution The whole thing now reads as follows...

Hey, I just wanted to state, that I was surprised to find this package without any vignette on CRAN - I suggest simply re-using the current README on Github as...

@giabaio : I just pushed an update to the package - could you have look (`remotes::install_github("petermeissner/ical")`) if this works for you? This will not expand the series entry into multiple...

Glad it helps. I think this interactive tool might be helpful, for a start: https://jakubroztocil.github.io/rrule/ The definition of the standard might also help (well, the definition is a bit cryptic...