You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a terrific package! Thank you. There appears to be an issue on the load, though.
There are a few "missing links." I believe these are responsible for the error listed after the install data. Any thoughts?
install snippets with failed links
installing help indices
converting help for package 'fundManageR'
finding HTML links ... done
adv_managers_brochures html
adv_managers_current_period_summary html
adv_managers_filings html
adv_managers_metadata html
finding level-2 HTML links ... done
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpCIm23D/R.INSTALL2d287872647/fundManageR/man/adv_managers_metadata.Rd:28: missing link 'adv_managers_filing()' ...
finra_people html
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpCIm23D/R.INSTALL2d287872647/fundManageR/man/finra_people.Rd:29: missing link 'finra_people()'
here is the failure when calling fundManageR::adv_managers_current_period_summary
recent_period_summary <- adv_managers_current_period_summary()
Joining, by = "periodReport"
parsing https://www.sec.gov/files/investment/data/information-about-registered-investment-advisers-and-exempt-reporting-advisers/ia090319-exempt.xlsx
parsing https://www.sec.gov/files/investment/data/information-about-registered-investment-advisers-and-exempt-reporting-advisers/ia090319.xlsx
Warning messages:
1: Expected 2 pieces. Missing pieces filled with NA in 2 rows [57, 58].
2: 2 failed to parse.
3: 4 failed to parse.
4: In if (!include_exempt) { :
the condition has length > 1 and only the first element will be used
5: Unknown columns: dateDataADV, isExempt, idRegionSEC, idCRD, idSEC, typeRegulationSEC, nameEntityManager, nameEntityManagerLegal, addressOfficePrimary, addressStreet1OfficePrimary, addressStreet2OfficePrimary, cityOfficePrimary, stateOfficePrimary, countryOfficePrimary, zipOfficePrimary, phoneOfficePrimary, statusSEC, dateStatusSEC, dateADVLatest, urlManager, isForeignRegisteredEntity, stateDateJurisdictionNotice, idCIK, hasAUMGreater1B, idLEI, hasAUMGreater100M, typeEntity, countryEntityOrganized, countEmployeesTotal, countEmployeesInvestmentAdvisory, amountAUMTotal, amountAUMDiscretionary, amountAUMNonDiscretionary, countAccountsDiscretionary, countAccountsNonDiscretionary, countAccountsTotal, isManagerSecuritiesPortfolio, hasFeeAUM, hasFeeHourlyCharge, hasFeeSubscription, hasFeeFixed, hasFeeCommission, hasFeePerformance, hasFeeOther, typeFeeOther, isBrokerDealer, isBrokerDealerRepresentative [... truncated]
The text was updated successfully, but these errors were encountered:
This is a terrific package! Thank you. There appears to be an issue on the load, though.
There are a few "missing links." I believe these are responsible for the error listed after the install data. Any thoughts?
install snippets with failed links
installing help indices
converting help for package 'fundManageR'
finding HTML links ... done
adv_managers_brochures html
adv_managers_current_period_summary html
adv_managers_filings html
adv_managers_metadata html
finding level-2 HTML links ... done
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpCIm23D/R.INSTALL2d287872647/fundManageR/man/adv_managers_metadata.Rd:28: missing link 'adv_managers_filing()' ...
finra_people html
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpCIm23D/R.INSTALL2d287872647/fundManageR/man/finra_people.Rd:29: missing link 'finra_people()'
here is the failure when calling fundManageR::adv_managers_current_period_summary
recent_period_summary <- adv_managers_current_period_summary()
Joining, by = "periodReport"
parsing https://www.sec.gov/files/investment/data/information-about-registered-investment-advisers-and-exempt-reporting-advisers/ia090319-exempt.xlsx
parsing https://www.sec.gov/files/investment/data/information-about-registered-investment-advisers-and-exempt-reporting-advisers/ia090319.xlsx
Warning messages:
1: Expected 2 pieces. Missing pieces filled with
NA
in 2 rows [57, 58].2: 2 failed to parse.
3: 4 failed to parse.
4: In if (!include_exempt) { :
the condition has length > 1 and only the first element will be used
5: Unknown columns:
dateDataADV
,isExempt
,idRegionSEC
,idCRD
,idSEC
,typeRegulationSEC
,nameEntityManager
,nameEntityManagerLegal
,addressOfficePrimary
,addressStreet1OfficePrimary
,addressStreet2OfficePrimary
,cityOfficePrimary
,stateOfficePrimary
,countryOfficePrimary
,zipOfficePrimary
,phoneOfficePrimary
,statusSEC
,dateStatusSEC
,dateADVLatest
,urlManager
,isForeignRegisteredEntity
,stateDateJurisdictionNotice
,idCIK
,hasAUMGreater1B
,idLEI
,hasAUMGreater100M
,typeEntity
,countryEntityOrganized
,countEmployeesTotal
,countEmployeesInvestmentAdvisory
,amountAUMTotal
,amountAUMDiscretionary
,amountAUMNonDiscretionary
,countAccountsDiscretionary
,countAccountsNonDiscretionary
,countAccountsTotal
,isManagerSecuritiesPortfolio
,hasFeeAUM
,hasFeeHourlyCharge
,hasFeeSubscription
,hasFeeFixed
,hasFeeCommission
,hasFeePerformance
,hasFeeOther
,typeFeeOther
,isBrokerDealer
,isBrokerDealerRepresentative
[... truncated]The text was updated successfully, but these errors were encountered: