-
Notifications
You must be signed in to change notification settings - Fork 18
Description
When I try to install the fingraph package using devtools::install_github("convexfi/fingraph") in RStudio, I get the following output:
Using GitHub PAT from the git credential store.
Downloading GitHub repo convexfi/fingraph@HEAD
── R CMD build ─────────────────────────────────────────────────
✔ checking for file 'C:\Users\andre\AppData\Local\Temp\Rtmpgf0sLl\remotesc2c6dc21450\convexfi-fingraph-78a3f9e/DESCRIPTION' (500ms)
─ preparing 'fingraph':
E checking DESCRIPTION meta-information ...
Malformed Authors@R field:
argument 3 is empty
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
Error: Failed to install 'fingraph' from GitHub:
! System command 'Rcmd.exe' failed
Argument 3 is the email address according to Google. I checked the file and it is there but it is passed using a keyword argument. Perhaps this is the problem. For reference I am running R 4.5 with the latest version of RTools.
Also, this package has been archived on CRANN because it depends on spectralGraphTopology which has also been archived on CRANN, so perhaps this should be addressed so that I and others could install this package the normal way. I am enjoying the book so far and would like to try out applying the algorithms to real data.