grambank / rgrambank

R package to access and analyse Grambank's CLDF data
Apache License 2.0
3 stars 1 forks source link

DESCRIPTION malformed #35

Closed HedvigS closed 6 months ago

HedvigS commented 9 months ago
> install_github("grambank/rgrambank", dependencies = TRUE)
Downloading GitHub repo grambank/rgrambank@HEAD
Error: Failed to install 'rgrambank' from GitHub:
  Line starting 'person("Hedvig", "Sk ...' is malformed!

I haven't yet found what is malformed about that line. Ideas?

HedvigS commented 9 months ago

FOUND IT! It needed another tab.

HedvigS commented 9 months ago

False alarm, the old error went away but a new one appeared:


> install_github("grambank/rgrambank", dependencies = TRUE)
Downloading GitHub repo grambank/rgrambank@HEAD
── R CMD build ─────────────────────────────────────────────────────────────
✔  checking for file ‘/private/var/folders/2r/drwc5p6n26ncm5cws9qsntrw0000gr/T/RtmpQhIkGq/remotes7f531e567fe4/grambank-rgrambank-3560f51/DESCRIPTION’ (363ms)
─  preparing ‘rgrambank’:
E  checking DESCRIPTION meta-information ...
   Authors@R field gives more than one person with maintainer role:
     Simon Greenhill <simon@simon.net.nz> [aut, cre] (<https://orcid.org/0000-0001-7832-6156>)
     Hedvig Skirgård <hedvig.public@gmail.com> [aut, cre] (<https://orcid.org/0000-0002-7748-2381>)

   See section 'The DESCRIPTION file' in the 'Writing R Extensions'
   manual.
Error: Failed to install 'rgrambank' from GitHub:
  ! System command 'R' failed
HedvigS commented 9 months ago

This problem still persist, please help @xrotwang @SimonGreenhill

HedvigS commented 9 months ago

I need to demo this to Angela now so I'm gonna remove myself from author list.

SimonGreenhill commented 6 months ago

ok so what's happening with this?

HedvigS commented 6 months ago

ok so what's happening with this?

I need the description document to work and to include me as an author. If those two things are solved then this issue is solved.