awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

4.1.0.1 does not install #473

Open chrisaberson opened 5 years ago

chrisaberson commented 5 years ago

Expected Behavior

Install

Actual Behavior

Error : Invalid DESCRIPTION file

Malformed maintainer field.

See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual.

ERROR: installing package DESCRIPTION failed for package 'openxlsx'

Steps to Reproduce the Problem

(please attach an example xlsx file if possible)

install.package("openxlsx")

sessionInfo()

jennybc commented 5 years ago

Having been on the receiving end of similar machinations myself, I will point out that version 4.1.0.1 was not released by @awalker89, but rather was created by CRAN personnel and released with maintainer of ORPHANED. So, just realize that it's an unusual situation and not a normal release.

chrisaberson commented 5 years ago

That's all well and good but pretty annoying doing final builds before submitting to CRAN. My package is fine but the downstream depends are now screwed up. Three releases in four days. I don't directly depend on this but it is crashing my builds.